cef57c9642
[Peter: board is from Sinovoip, not Lemaker, move board files, Use kernel headers from kernel, explicitly use 4.13.3, drop eth0 dhcp config, cleanup post-build args, disable tar output format, use u-boot custom format, add host-dosfstools/mtools for genimage, drop unused host-uboot-tools/genext2fs] Signed-off-by: Mike Harmony <mike.harmony@snapav.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
217 B
Batchfile
8 lines
217 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-h3-bananapi-m2-plus.dtb
|
|
|
|
bootz $kernel_addr_r - $fdt_addr_r
|