Advertisement
el3

boot.cmd

el3
Feb 15th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. fatload mmc 0 0x42000000 uImage
  2. fatload mmc 0 0x43000000 pcduino3.dtb
  3.  
  4. setenv bootargs console=ttyS0,115200 earlyprintk=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 ${extra}
  5.  
  6. bootm 0x42000000 - 0x43000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement