installation on a sdcard
Unpack the IMAGE file and record by running the following on the SD card
( /dev/mmcblk0 = your sd card device ):
dd if=slarm64-current-*-base-rootfs-*-build-*.img of=/dev/mmcblk0 bs=1M
or
xzcat slarm64-current-*-base-rootfs-*-build-*.img.xz > /dev/mmcblk0
this can be the first time you use a script to create a swap by expanding a section and setting a password.
you can fix it manually by installing a memory card mount /dev/mmcblk0p1 /media
and going to chroot /media passwd
install package kernel-source-rk3399-4.4.210-noarch-1mara.txz .config is in /usr/srv/linux-4.4.210 go to the directory /usr/srv/linux-4.4.210
make menuconfig
make Image
make modules
make modules-install
cp Image and dtb
when starting from root (sudo) everything happens automatically, the only thing is that this script is used in the installed (or in lxc) slackware x86_64 or slarm64 because the package manager is used
1, Installed slackware x86_64 in a virtual machine.
2, Cloned https://gitlab.com/sndwvs/slackware_arm_build_kit
3, cd into the directory, execute ./build.sh, select rockpis -->legacy kernel–> [download,compile]
After downloading a lot of stuff,
while building the uboot-tools,
the compiler complains about some x18 register not recognised
And the build log says "building for ARCH x86_64 ", this does not seem right/
Is there someting wrong with the scripts or I am using it in a wrong way?
thanks for the information, the procedure is correct, recently debugged the assembly in the x86 environment for pinebook it seems that some problems remained.
there should have been a menu with the choice of the architecture being built on x86_64