|
Johannes
Rescue system for use with USB sticks and TFTP October 22, 2010 06:54PM |
usb start ext2load usb 0:1 0x800000 uImage-rescue ext2load usb 0:1 0xe00000 uInitrd-rescue setenv bootargs console=$console $mtdparts bootm 0x800000 0xe00000
setenv bootargs netconsole=6666@10.0.0.3/eth0,6666@10.0.0.2/12:23:34:45:56:67 $mtdpartswhere 10.0.0.3 is the IP address of the Dockstar, 10.0.0.2 is the IP address of the machine which displays the console output and 12:23:34:45:56:67 is the MAC address corresponding to that machine. Replace these values with the ones which are right for your network.
|
Re: Rescue system for use with USB sticks and TFTP October 23, 2010 02:48PM |
Admin Registered: 2 years ago Posts: 311 |
|
Johannes
Re: Rescue system for use with USB sticks and TFTP October 23, 2010 03:37PM |
|
Johannes
Re: Rescue system for use with USB sticks and TFTP October 30, 2010 01:58PM |
|
SebastianG
Re: Rescue system for use with USB sticks and TFTP November 15, 2010 03:40PM |
|
Martin
Re: Rescue system for use with USB sticks and TFTP February 25, 2011 04:30PM |
|
Martin
Re: Rescue system for use with USB sticks and TFTP February 25, 2011 09:21PM |
|
Re: Rescue system for use with USB sticks and TFTP May 01, 2011 09:08AM |
Registered: 2 years ago Posts: 10 |
done, booting the kernel. Error: unrecognized/unsupported machine ID (r1 = 0x0000020f).
|
Re: Rescue system for use with USB sticks and TFTP August 27, 2011 08:07PM |
Registered: 1 year ago Posts: 6 |
setenv ipaddr 192.168.1.50 setenv netmask 255.255.255.0 setenv serverip 192.168.1.1 tftp 0x800000 uImage-rescue tftp 0xe00000 uInitrd-rescue setenv bootargs console=$console $mtdparts bootm 0x800000 0xe00000
|
Re: Rescue system for use with USB sticks and TFTP August 28, 2011 07:34PM |
Registered: 2 years ago Posts: 10 |
|
Re: Rescue system for use with USB sticks and TFTP August 30, 2011 12:05PM |
Registered: 1 year ago Posts: 6 |
setenv arcNumber 2097 setenv arcNumber 2998 setenv arcNumber 3089
|
Re: Rescue system for use with USB sticks and TFTP September 22, 2011 06:39PM |
Registered: 1 year ago Posts: 482 |