9566521b59
The Banana Pi M2 Zero [1] is a board from Sinovoip, based on the Allwinner H2+ SoC. It is similar to the other Banana Pi M2* boards, from which this configuration is inspired. [1]: http://www.banana-pi.org/m2z.html Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
222 B
Batchfile
8 lines
222 B
Batchfile
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
|
|
|
|
mmc dev 0
|
|
fatload mmc 0 $kernel_addr_r zImage
|
|
fatload mmc 0 $fdt_addr_r sun8i-h2-plus-bananapi-m2-zero.dtb
|
|
|
|
bootz $kernel_addr_r - $fdt_addr_r
|