- dpkg fails upgrading files on a fat filesystem as it tries to create a link - Move to using standard extlinux.conf instead of installing a custom one Changes to be committed: modified: config/boards/aml-s9xx-box.tvb deleted: packages/bsp/aml-s9xx-box/boot/extlinux/extlinux.conf new file: packages/bsp/aml-s9xx-box/boot/extlinux/extlinux.conf.template
15 lines
568 B
Plaintext
15 lines
568 B
Plaintext
label Armbian-unofficial
|
|
kernel /Image
|
|
initrd /uInitrd
|
|
fdtdir /dtb/
|
|
|
|
#Insert the correct FDT line for your box's dtb in the extlinux.conf file
|
|
#The dtbs for Amlogic s9xx boxes are located in /boot/dtb/amlogic
|
|
#For example for a TX3 mini box the FDT line to insert would look like this:
|
|
FDT /dtb/amlogic/meson-gxl-s905w-tx3-mini.dtb
|
|
|
|
|
|
append root=UUID=<root partition uuid> rootflags=data=writeback console=ttyAML0,115200n8 console=tty0 rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 splash plymouth.ignore-serial-consoles
|
|
|
|
|