Changes to be committed: modified: config/boards/aml-s9xx-box.tvb modified: packages/bsp/aml-s9xx-box/boot/extlinux/extlinux.conf.template The aml-s9xx-box builds use the native TV Box u-boot. I've had as a todo item to figure out how to not build and include an unused u-boot. In a recent PR for a different board the opposite was being done (adding a u-boot where a board didn't previously ship one), thus I then had the info to remove it here. This also changes the generated extlinux.conf to include a fdt line by adding the boot_fdt_file to the board config file. This reduces the effort needed to manually modify the extlinux.conf.
14 lines
553 B
Plaintext
14 lines
553 B
Plaintext
label Armbian-unofficial
|
|
kernel /Image
|
|
initrd /uInitrd
|
|
|
|
#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
|
|
|
|
|