aboutsummaryrefslogtreecommitdiff
path: root/target/linux/starfive/image/mmc.bootscript.jh7100
blob: a6f19ae22e78e610c8b5374e11b7fb77b1e9c7d0 (plain)
1
2
3
4
fatload mmc 0:3 0x84000000 Image
fatload mmc 0:3 0x88000000 dtb
setenv bootargs "earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk0p4"
booti 0x84000000 - 0x88000000