Advertisement
servili007

Untitled

Dec 21st, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. setenv boot.scr 'if fatload mmc 0 0x44000000 boot.scr || ext2load mmc 0 0x44000000 boot.scr || ext2load mmc 0 0x44000000 boot/boot.scr; then source 0x44000000; fi; true'
  2. setenv boot_mmc 'fatload mmc 0 0x43000000 script.bin; fatload mmc 0 0x48000000 ${kernel}; if fatload mmc 0 0x43100000 uInitrd; then bootm 0x48000000 0x43100000; else bootm 0x48000000; fi'
  3. setenv bootcmd 'run boot.scr setargs boot_mmc'
  4. setenv bootdelay '3'
  5. setenv console 'ttyS0,115200'
  6. setenv extraargs 'rootwait quiet splash nomodeset video=disp:mode_option=1280x720-32,mtrr=3,scroll=ywrap'
  7. setenv kernel 'uImage'
  8. setenv loglevel '8'
  9. setenv panicarg 'panic=10'
  10. setenv root '/dev/mmcblk0p2'
  11. setenv setargs 'setenv bootargs console=${console} root=${root} loglevel=${loglevel} ${panicarg} ${extraargs}'
  12. setenv stderr 'serial'
  13. setenv stdin 'serial'
  14. setenv stdout 'serial'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement