Skip to content

Instantly share code, notes, and snippets.

@dlintw
Created February 11, 2014 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlintw/8926764 to your computer and use it in GitHub Desktop.
Save dlintw/8926764 to your computer and use it in GitHub Desktop.
for nextvod xbmc
setenv bootargs 'console=ttyAS0,115200 rootdelay=0 root=/dev/sda2 rw rootflags=data=journal nwhwconf=device:eth0,hwaddr:10:08:E2:12:06:BD phyaddr:0,watchdog:5000 bigphysarea=2048'
setenv bootcmd 'usbcfg 0; usb start; usb info; usb part; ext2load usb 0:2 80000000 vmlinux.ub; bootm 80000000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment