ZyXEL NSA320S Mods and Hacks February 17, 2015 03:55PM |
Registered: 8 years ago Posts: 24 |
Re: ZyXEL NSA320S Hacks February 17, 2015 04:17PM |
Registered: 8 years ago Posts: 24 |
Re: ZyXEL NSA320S Hacks February 17, 2015 04:42PM |
Registered: 8 years ago Posts: 24 |
setenv mainlineLinux 'yes' setenv device '0:1' setenv rootdelay '10' setenv rootfstype 'ext3' setenv usb_root '/dev/sda1' setenv usb_load_uimage 'ext2load usb $(device) 0x800000 /boot/uImage' setenv usb_load_uinitrd 'ext2load usb $(device) 0x1100000 /boot/uInitrd' setenv usb_boot 'run usb_load_uimage; run usb_load_uinitrd; bootm 0x800000 0x1100000' setenv set_bootargs_usb 'setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3' setenv usb_init 'mw.l f1010100 0020c000; usb reset' setenv bootcmd_usb 'run usb_init; run set_bootargs_usb; run usb_boot;' setenv bootcmd 'run bootcmd_usb; reset' boot
Re: ZyXEL NSA320S Hacks February 17, 2015 06:51PM |
Admin Registered: 12 years ago Posts: 17,918 |
Re: ZyXEL NSA320S Hacks February 17, 2015 07:13PM |
Admin Registered: 12 years ago Posts: 17,918 |
Re: ZyXEL NSA320S Mods and Hacks February 18, 2015 01:45PM |
Registered: 8 years ago Posts: 24 |