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.
 
 
 
 
 
 

5 lines
240 B

fdt_high=ffffffff
loadkernel=fatload mmc 0 0x46000000 uImage
loaddtb=fatload mmc 0 0x49000000 dtb
bootargs=console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
uenvcmd=run loadkernel && run loaddtb && bootm 0x46000000 - 0x49000000