Re: Rescue system for use with USB sticks and TFTP
Oops! I made it to the rescue prompt!! I continued to read this (absolutely excellent) forum and saw Bodhi's reply to some other user and got an idé to try this with my system: "Your uBoot envs look...
View ArticleRe: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE)
kiryl, Sorry, I'm not familiar with gitk! I've download this patch and tried to compile it on the 2013.10 U-Boot. Because this patch was for on an older U-Boot, so I am having some errors. I will try...
View ArticleRe: Rescue system for use with USB sticks and TFTP
Mac, Get the latest rootfs (link in my signature) and put it on USB, boot with it.
View ArticlePogoplug E02 can't boot Debian
Hello guys. My pogoplug E02 arrived today and I tried to install debian using dockstar.debian-squeeze.sh script. After the installation (with no errors apparently) it asks to me to reboot but after I...
View ArticleRe: Rescue system for use with USB sticks and TFTP
Bodhi, Thank you! I have now fully working, booting system! This whole process took some 2 days & nights, but I'm very very satisfied :-) -Mac
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
Thanks, bohdi. Here's what I did: Followed your link and setup a second USB flash drive with Debian. Then I connected the GoFlex Home via ethernet directly to my laptop's ethernet port. I used...
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
Try this for the second netconsole command: nc -up 6666 <ipaddr of GFhome> 6666 When you see the count down, press ctrl-j repeatedly. Once you are at the prompt, get the output of printenv And...
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
$ nc -lup 6666 & [1] 4096 $ nc -up 6666 10.10.10.6 6666 nc: bind failed: Address already in use
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
killall nc to kill all previous nc instances before running new session.
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
So when you said "Try this for the second netconsole command", you meant not to run an instance in the background first... ;-) Marvell>> printenv printenv bootcmd=run fast_boot; run usb_boot;...
View ArticleRe: Pogoplug E02 can't boot Debian
I tried also to give the following commands found here : ./mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-2.6.32-5-kirkwood -d ../../boot/vmlinuz-2.6.32-5-kirkwood...
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
Your envs listing was cut off! Should be more.
View ArticleRe: Pogoplug E02 can't boot Debian
Download the latest rootfs, put it on another USB stick, and boot with it: http://forum.doozan.com/read.php?2,12096 After booting into Debian successfully, you can continue using this rootfs, or mount...
View ArticleRe: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE)
For what it's worth... I admit to be an amateur at uboot compiling. I used meld to do a three way diff between ms2100 on gitorious, the exact uboot it was built from, and the current. My thought was...
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
So I tried again, and got to the Marvell>> prompt. In an attempt to make further troubleshooting, I decided to change the netconsole destination, because I wanted to plug the GoFlex back into my...
View ArticleRe: Newer uBoot as workaround to 3.2 kernel problem?
Hi All, Looks like i bricked my PP E-02. No LED activity on board, no output to serial console. Pogoplug V2/E02 Here are the steps i did: during step 6.a) tftpboot 0x800000 <filename>, by...
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
I can't get any further than doing a printenv at the Marvell>> prompt. According to Wireshark, the GoFlex sends a malformed UDP packet and it looks like nc on my laptop barfs on it and exits....
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
Here's the beginning of full text of the netconsole output which I extracted from Wireshark: Marvell>> printenv printenv bootcmd=run fast_boot; run usb_boot; run hd_boot; run ubi_boot...
View ArticleRe: Use netconsole to troubleshoot uBoot without a serial cable
Even without seeing the rest of the boot log, I think your problem is with the rootfs type. See this solution: http://forum.doozan.com/read.php?3,14982,14994#msg-14994 If that still does not get it to...
View Article