Skip to content

Instantly share code, notes, and snippets.

@makr0
Created December 3, 2013 00:09
Show Gist options
  • Save makr0/7761519 to your computer and use it in GitHub Desktop.
Save makr0/7761519 to your computer and use it in GitHub Desktop.
Dockstar rescue Method
Dockstar hat die IP 76.23 und zeigt die Console auf 76.5
auf 76.5:
nc -l -u -p 6666
und:
nc -u 192.168.76.23 6666
Dann uBoot unterbrechen, resque stick einstecken und:
usb start
ext2load usb 0:1 0x800000 /boot/uImage
ext2load usb 0:1 0xe00000 /boot/uInitrd
setenv bootargs netconsole=6666@192.168.76.23/eth0,6666@192.168.76.5/08:00:27:9d:d4:c3 $mtdparts
bootm 0x800000 0xe00000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment