You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
203 B
6 lines
203 B
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
|
|
|
|
fatload mmc 0 $kernel_addr_r Image
|
|
fatload mmc 0 $fdt_addr_r sun50i-h5-orangepi-pc2.dtb
|
|
|
|
booti $kernel_addr_r - $fdt_addr_r
|
|
|