mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 06:02:23 +01:00
7 lines
204 B
Batchfile
7 lines
204 B
Batchfile
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
|
|
|
|
fatload mmc 0 $kernel_addr_r Image
|
|
fatload mmc 0 $fdt_addr_r sun50i-a64-bananapi-m64.dtb
|
|
|
|
booti $kernel_addr_r - $fdt_addr_r
|