Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. setenv m "1080p60hz"
  2. setenv mbpp "24"
  3. setenv cec "cecf"
  4.  
  5. setenv condev "console=ttyS0,115200n8 console=tty0" # on both
  6.  
  7. setenv bootargs "root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait rw ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 consolebla$
  8.  
  9. setenv boot_start booti 0x11000000 0x13000000 0x1000000
  10. if fatload mmc 0:1 0x13000000 uInitrd; then if fatload mmc 0:1 0x11000000 Image; then if fatload mmc 0:1 0x1000000 dtb.img; then run boot_start;fi;fi;fi;
  11. if fatload usb 0:1 0x13000000 uInitrd; then if fatload usb 0:1 0x11000000 Image; then if fatload usb 0:1 0x1000000 dtb.img; then run boot_start;fi;fi;fi;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement