]> git.kernelconcepts.de Git - meta-nanopi.git/blobdiff - recipes-tools/nanoboot/files/nanopi/nanoboot.txt
nanoboot: Tiny bootloader for NanoPi comparable to RaspberryPi loader.
[meta-nanopi.git] / recipes-tools / nanoboot / files / nanopi / nanoboot.txt
diff --git a/recipes-tools/nanoboot/files/nanopi/nanoboot.txt b/recipes-tools/nanoboot/files/nanopi/nanoboot.txt
new file mode 100644 (file)
index 0000000..d01f812
--- /dev/null
@@ -0,0 +1,14 @@
+nanopi
+#quiet - don't produce any messages except for errors
+#cmdline = ... - set the kernel command line
+#        default is console=ttySAC0,115200 root=/dev/mmcblk0p2
+#rootfstype=ext4 rootwait
+#    cmdline += ... - append to the kernel command line
+#    kernel = ... - set the kernel filename
+#        default is zImage
+#    kernel_address = ... - set the kernel load address
+#        default is 0x30008000
+#    initramfs = ... - set the initramfs file
+#        default is blank, meaning no initramfs
+#    initramfs_address = ... - set the initramfs load address
+#        default is 0x33000000