02-09-2020, 01:55 PM
(02-09-2020, 01:48 AM)Wizzard Wrote: Thank you very much guys for the help. It just seems that it only supports Manjaro. Neither Armbian not Ubuntu boots. Armbian has the boot.scr generated, but Ubuntu does not. Can I create it manually?
Yes you can but it might be that Ubuntu uses extlinux.conf instead of boot.scr. Which is perfectly ok. Maybe even better since you can do whatever changes you want to the extlinux.conf and you don't have to generate anything,
In case you want to create boot.scr you have to create a text file (eg. boot.txt) with all the stuff you want. And then:
Code:
mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr