Guest User

bootargs

a guest
Oct 31st, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. fatload mmc 0:1 0x80000000 uImage
  2. fatload mmc 0:1 0x81600000 uInitrd
  3. setenv bootargs ro elevator=noop console=ttyO2,115200n8 mem=1G@0x80000000
  4. setenv root=/dev/mmcblk0p2 fixrtc quiet splash
  5. bootm 0x80000000 0x81600000
Advertisement
Add Comment
Please, Sign In to add comment