mmc.bootscript.jh7110 213 B

12345
  1. fatload mmc 1:3 0xa0000000 Image
  2. fatload mmc 1:3 0x46000000 dtb
  3. run chipa_set_linux
  4. setenv bootargs "earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4"
  5. booti 0xa0000000 - 0x46000000