berli, So did you resolve your network problem described in the other thread with these commands?by bodhi - uBoot
May be this will help: http://www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.htmlby bodhi - Debian
Looks like uBoot was installed OK. You can use Davy's NSA320 rootfs to to boot the box. After you can boot into Debian, you can either keep using that rootfs, or attempt the Debian squeeze installation again on a new USB thumb. See here for NSA320 rootfs: http://forum.doozan.com/read.php?2,7806by bodhi - Debian
Did you keep the log of what going on when you installed wheezy?by bodhi - Debian
mgiammarco Wrote: ------------------------------------------------------- > Hello, > I have a goflex net and I am trying to install > debian on flash. > > Unfortunately install scripts gave me errors. Now > I am able to boot the system only from a rescue > system in usb key. > I tried the script to install rescue in mtdblock > but I am not able to boot from iby bodhi - Debian
dave.opc Wrote: ------------------------------------------------------- > Hello > > I used the tutorial > http://projects.doozan.com/debian/ to install > Debian on my 2TB GoFlex Home. > I disconnected the SATA drive from cradle, > inserted ext3 formated usb flash into usb and > booted the device. > Logged in with my account, did sudo. > Then did steps froby bodhi - Debian
I've uploaded linux-headers-3.8.11-kirkwood-tld package. See 1st post for updates.by bodhi - Debian
WarheadsSE Wrote: ------------------------------------------------------- > as a Psst @bodhi > > We're working on 2012.10 uboot. Still no USB, but > NAND, net, sata. @WarheadsSE, Any new development on the new uBoot?by bodhi - uBoot
Congrats! You are in good shape! To solve the ssh problem, ask at Arch site: http://archlinuxarm.org/ There are settings in Arch roofs that need adjustment.by bodhi - Debian
berli, > som information about my pogoplug > CPU ARMv6l PLX 7820 700MHz dual Cores > Your Pogoplug is of OXNAS variant, not a Dockstar! you're running a wrong installation procedure. See this thread for Debian installation: http://forum.doozan.com/read.php?3,6336,page=1 If you are OK with ArchLinux then see the first few paragraphs of the avove post.by bodhi - Debian
Will see if I can build 2013.04 uBoot, which should have this patch. Still, I'm not sure if netconsole will work properly with this later uBoot version.by bodhi - uBoot
@cpe, I meant you can always rerun uBoot installation as described here: http://projects.doozan.com/uboot/ When prompted for restore environment, say yes to get the envs reset to the normal Debian setup, and then try to boot with Debian Squeeze stick. This way at least you can run Debian and worry about rescue system later.by bodhi - uBoot
Cool :) I am glad everybody found my contribution useful.by bodhi - Debian
I can upload it, but it will be a while, since I'm on the road for a couple weeks.by bodhi - Debian
Quite a few people has problem with the rescue systems lately. I'm not sure why. I don't use it because I don't have a need for it, so I can't really have a good feel for the problem. If you can't make it work then I would suggest abandoning it for now. Just rerun the complete installation, and force a uBoot update and uBoot envs reset so you can get back to a bootingby bodhi - uBoot
Every thing looks normal. Another possible reason could be the USB brand, what brand the stick is? and can you try the intallation on another stick?by bodhi - uBoot
1. What is your envs looks like? from serial console uBoot prompt: printenv 2. Mount the Squeeze USB on another Linux box, and run (assuming the USB drive is mounted as /media/sda1) ls -l /media/sda1/boot/ What is the output of this ls -l command? do you see uImage and uInitrd ? if not, you will need to boot back to rescue system and generate them. If you've saved the installation loby bodhi - uBoot
Since so your situation is you can log in to the rescue system, and you have problem with Davy NSA320 rootfs, you should rerun the installation to install Debian Squeeze , and then upgrade to Wheezy. - Log in to the rescue system. - Use an empty USB thumb drive (it will be erased during installation). - Follow the installation instruction: http://projects.doozan.com/debian (use this scriptby bodhi - uBoot
It won't work on NSA320. I did not include support for it, since I don't have the NSA320, and don't have the appropriate patch.by bodhi - Debian
P21 is usually Oxnas, and has different installation procedure. To make sure that you have Oxnas version look at dmesg output (the first few lines shows the machine type). If it is V2 then all you need is to either rerun the installation for Debian. If it is Oxnas then see here: http://forum.doozan.com/read.php?3,6336by bodhi - Debian
I took a peak at the specs, some model has both master and slave mode. But still entirely not sure how it works :) does it work it just like a USB Bluetooth dongle?by bodhi - Off-Topic
@maihoa, Very interesting! have you found more info about tthis? Does it have to be plugged in to another USB Bluetooth adapter?by bodhi - Off-Topic
> # the next commands could brick the device if > something is wrong > cd /root > flash_erase /dev/mtd0 0 4 > nandwrite /dev/mtd0 uboot-original-mtd0.kwb > reboot Yeah :) best to double check the size of this image.by bodhi - uBoot
nguyen Wrote: ------------------------------------------------------- > Have anyone able to boot original Pogoplug Linux > using this uBoot? I never really try to do that. But it would be very doable. Just remember to save your orginal uBoot envs to a text file. And then later set them back to boot the correct mtdparts. Installing this uBoot image using Linux command only overwrites mby bodhi - uBoot
I've uploaded kernel 3.8.11 kirkwood package. See 1st post for updates.by bodhi - Debian
sosuke, You could execute uBoot envs in netconsole and see what happen. Execute this mmc boot command in 4 steps: mmc_bootcmd=mmc init; mmc init; ext2load mmc 0:1 0x00800000 /boot/uImage; if ext2load mmc 0:1 0x01100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi So stop uBoot at netconsole, and do these 4 commands consecutively. If you have get error with mmc_iniby bodhi - uBoot
@chessplayer, Unfortunately I can't find the individual patch for NSA320! there is a consolidated patch for Arch (by moonman) which has NSA320: https://github.com/archlinuxarm/PKGBUILDs/blob/master/core/linux-kirkwood/archlinuxarm.patch But it will take some works to extract it.by bodhi - Debian
chessplayer Wrote: ------------------------------------------------------- > bodhi, > > unfortunately, your package does not boot on the > Zyxel NSA320, as it does not recognize the machine > id (arcNumber = 3956; machid=f74). What must be > done to remedy this? > > Like davy's 3.3.2 kernel, it should not really be > a problem to use your's, I thinby bodhi - Debian
shv Wrote: ------------------------------------------------------- > Because also the 3.8.4 kernel doesn't work > flawlessly I am not sure if it is a FW or HW > problem. Before I try other things I will try an > old Squeeze with an old 2.x.y kernel. Until the > device don't work properly I will not change the > uboot. There are no problems with SATA but a lot &by bodhi - Debian