Advertisement
Guest User

Untitled

a guest
Oct 4th, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. echo "Elettromed"
  2. setenv dvimode 800x480MR-16@60
  3. setenv vram 12MB
  4. setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000'
  5. setenv bootargs console=tty0 root=/dev/mmcblk0p2 rootwait ro vram=${vram} omapfb.mode=dvi:${dvimode} fixrtc buddy=${buddy} mpurate=${mpurate}
  6. boot
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement