dbstrand24 Wrote: ------------------------------------------------------- > Oh crap... i see what i did > > Please tell me i dont need to jtag it... > No def no jtag :P uart/serial ... u boot should be > able to be fixed w/o jtag... You got it! UART booting to recover.by bodhi - uBoot
Gaogao, What is your output of: ls -R /sys/class/ledsby bodhi - Debian
Dinjo, Squeeze is too old, so lots of pakages are not up to date. Yes, you can use my 3.11.1 rootfs as a starting point, and install packages. Later, you can use apt-get update and apt-get upgrade to get latest packages (not dist-upgrade).by bodhi - Off-Topic
restamp Wrote: ------------------------------------------------------- > I'm curious: How can the uBoot find the UUID from > which it is desired to boot from unless it scans > the USB devices first? restamp, I think the question was misleading. It still must scan, but since the disk UUID was already assigned before in previous boot with a single disk drive, then it can be usby bodhi - uBoot
dinjo1 Wrote: ------------------------------------------------------- > Can i use my usb hdd ? Want to avoid pen drives > and boot and use the sata drive and can i use ext4 > ? > > > Also you mention to install squezy and then update > to wheezy i guess u meant to run the wheezy script > later ? Or is it ok if i follow the guide which > Doncharisma has creatby bodhi - Off-Topic
dbstrand24 Wrote: ------------------------------------------------------- > Hey guys im not new to arm distros been running > arch on my GoFlex Home for 2 years LOVE it :P > my issue is not unique ive heard many people > complain about their devices only booting when > ONLY the thubmbdrive/rootfs device is plugged, > that sucks especially if your using services that >by bodhi - uBoot
dinjo, This instruction still works fine: http://projects.doozan.com/debian/ Run the squeeze script (wheezy has problem), and then upgrade to wheezy. After you've got squeeze running, remember to back up your USB stick before the upgrade. If you encounter problems during the upgarde to wheezy, post back in Debian section, and we'll help.by bodhi - Off-Topic
IIRC, when you run the script install_uboot_mtd0.sh, it will ask you whether you want to keep the current uBoot envs or restore to the default version, you should say No (I think it is the default answer).by bodhi - Debian
lotus49, > tried to boot the rootfs that bodhi had pointed me > to, it worked fine now that the DockStar could see > the DHCP server (although I couldn't actually log > in as I didn't know the root password). Congrats! Glad you got it figured out. The root password for this rootfs is root.by bodhi - Debian
maihoa, Yes, you can uninstall syslogd, and logging will go to /var/log/message. Or keep it and change the option to log to a file. cat /etc/init.d/busybox-syslogd # Additional options that are passed to the daemons. Default is to log # to ring buffer (to be read with logread(1)) and drop duplicates. SYSLOG_OPTS="-C128" KLOG_OPTS="" # busybox syslogd --by bodhi - Debian
pdecle, > It would be handy to have an image somewhere on > the doozan website, which you can just write to a > stick and which works. You got it right here: http://forum.doozan.com/read.php?2,12096by bodhi - Debian
pdecle Wrote: ------------------------------------------------------- > Hello, > > I took my Seagate Dockstar and GoflexNet devices > from under the dust to install and use them to > control some devices in my house (EIBD). > I have an "old" debian squeeze USB stick that > boots the dockstar. Which works "like a charm" > I try to create a newby bodhi - Debian
lotus49, Restamp is probably right! if your uBoot is too old, it won't boot Wheezy 3.2. Try this 3.11.1 rootfs (I patched this kernel so it will boot both old and new uBoot versions): http://forum.doozan.com/read.php?2,12096 If you can boot into this rootfs, you then can update your uBoot. And try your own wheezy roofts again.by bodhi - Debian
PhantomsDad Wrote: ------------------------------------------------------- > Recently, I needed to attach a serial cable to my > GoFlex Home, following the instructions at > http://cyanlabs.co.uk/tutorials/seagate-goflex-hom > e-recovery-via-serial. Some of the GoFlex Homes > come with a header for the serial port already > installed on the PCB, but mine was simply bareby bodhi - uBoot
joebob2000 Wrote: ------------------------------------------------------- > Is there an auto-generated install log file and is > there any chance it is put onto the flash drive? > I have the flash drives with the bad install on > them still, but i don't think i can recreate the > issue to log it manually because i already put the > recovery image on the plug so theby bodhi - Debian
Fma965 Wrote: ------------------------------------------------------- > Help im just stuck at "Sending boot message. > Please reboot the target..." > > How can i fix? Which plug do you have? How did you run kwboot ? It is best if you can post the log of what you are doing so we can help!by bodhi - uBoot
joebob2000 Wrote: ------------------------------------------------------- > Thanks for the info to the guys who posted in this > thread. I had the exact same issue with my > Pogoplug-E01 after trying 4 different brands of > flash media and going through Jeff's instructions > to the letter 4 times through, thinking I was > missing something stupid. One time bootingby bodhi - Debian
Thanks for letting us know WarheadsSE, great works!by bodhi - Debian
enavarrocu Wrote: ------------------------------------------------------- > Everything is working smooth with the leds. Thanks > bodhi and pbg4. > > What about the temperature sensors and fan > control? Are they working? Or did you mean if can they be hooked to flash certain LEDs?by bodhi - Debian
Heychrist, Stock uBoot is recent enough. You might needs only a custom built kernel. One with the Stora patch.by bodhi - uBoot
YoYo Wrote: ------------------------------------------------------- > How to write mtd0 dump in nand? > > I tried to write: > fatload usb 0 0x800000 mtd0.bin > nand erase 0x0 0x100000 > nand write 0x800000 0x0 0x100000 > > Stora not started... Yoyo, See example here: http://forum.doozan.com/read.php?3,6965by bodhi - uBoot
grayman4hire Wrote: ------------------------------------------------------- > Hello, > > I know this post is a little late for the OP, but > for anyone else interested in adding a Serial > Connection to their Pogoplug V2, you can try this > method: > > http://blog.qnology.com/2013/10/pogoplug-e02-v2-se > rial-connection.html > > I used a CD-ROM Audiby bodhi - Off-Topic
heychris, Sorry I don't have the Stora so cannot answer the machID question. Regarding the environment variable, I use Jeff's env image as the starting point to save time, in this post: http://forum.doozan.com/read.php?2,11663 I think his env image might work when you install new uBoot. But it should be flashed to the location where the new uBoot expect it to be. Flashing itby bodhi - uBoot
debi, The ext2 vs ext3 type USB drive is to make sure uBoot usb_rootfstype variable is consistent with the USB file system type. If you can't log in to the stock Popgo OS, then don't worry about it. You've installed using the official script from Jeff, so your USB drive should be formatted as Ext2. But you can also format it as Ext3, it should work fine. But not the other way aby bodhi - Debian
If you guys know the exact version then it is not difficult. This looks like a stock uBoot for the Stora: https://forum.openwrt.org/viewtopic.php?id=32436 I did a grep on the latest u-boot code. But I don't know if this is the right version. root@tldDebian:/usr/src/u-boot# ls -R | grep -i MV88F6281 mv88f6281gtw_ge ./board/Marvell/mv88f6281gtw_ge: mv88f6281gtw_ge.c mv88f6281gtw_ge.by bodhi - uBoot
navym, Thanks for the offer! I surely will when I have time to get back to playing with the Pogo V3.by bodhi - uBoot
Don, You're welcome! it is necessary because it makes sure that netconsole is loaded at the earliest possible time in kernel booting (if you look at dmesg, eth0 was forced loaded because of netconsole module). By default, netconsole is not loaded. Note that you only need to do this once. Later whenever you ugrade rootfs, it is already there.by bodhi - Debian
pbg4 Wrote: ------------------------------------------------------- > Hi bodhi, > > the following link leads directly to the page > where the patch mentioned (from Piotr Gozdur > Nas-central forum member) > with the version v5.2 is linked to (see post no 9 > down the page), I looked through it, there seems > to be nothing concerning the device-by-path > probby bodhi - Debian
pbg4 Wrote: ------------------------------------------------------- > Hi bodhi, > > in the nas-central forum thread on the nsa310/320 > kernel in the zyxel subforum there was a while ago > a patch for full > sata-disk and usb-disk activity, look for > nsa3x0.patch_v5.2.txt where everything > was included, there are modified versions of "LED > IDE-Disk Acby bodhi - Debian
Kernel 3.11.1-kirkwood-tld-2 package was uploaded. Please see 1st post for download link.by bodhi - Debian