]> git.kernelconcepts.de Git - meta-nanopi.git/blob - recipes-tools/nanoboot/files/nanopi/nanoboot.txt
ap6210-firmware-nanopi: Install firmware to proper directory
[meta-nanopi.git] / recipes-tools / nanoboot / files / nanopi / nanoboot.txt
1 nanopi
2 #quiet - don't produce any messages except for errors
3 #cmdline = ... - set the kernel command line
4 #        default is console=ttySAC0,115200 root=/dev/mmcblk0p2
5 #rootfstype=ext4 rootwait
6 #    cmdline += ... - append to the kernel command line
7 #    kernel = ... - set the kernel filename
8 #        default is zImage
9 #    kernel_address = ... - set the kernel load address
10 #        default is 0x30008000
11 #    initramfs = ... - set the initramfs file
12 #        default is blank, meaning no initramfs
13 #    initramfs_address = ... - set the initramfs load address
14 #        default is 0x33000000