oakley470 Wrote: ------------------------------------------------------- > I guess it'd help if i could spell. :)) Thank you i am > booted back into debian now. So i think i have > given up on restoring the pogo since the last > attempt failed. With my current state of boot am i > pretty much just back at the begining of > installing linux? You can keep usinby bodhi - uBoot
@kuleszdl , Great works :) I wish WarheadsSE would give us some hints about flashing new kernel to NAND. That would be fantastic.by bodhi - uBoot
I think you have mispelled the variable, should be serverip. And yes you are right, don't do saveenv until after you can tftp and boot.by bodhi - uBoot
Looks good to me! so if you still have problem booting with your installed USB stick, then try this rootfs first to make sure you can boot into Debian. http://forum.doozan.com/read.php?2,12096 And then mount your stick to examine it.by bodhi - uBoot
@oakley470, > setenv ipaddr ... > setenv server ... > tftp 0x800000 <filename> > The server ip should be name: setenv serverip ...by bodhi - uBoot
Very interesting device! Anyone intersted in hacking it for a portable media player running Debian probably with XBMC? http://www.cnx-software.com/2013/07/25/google-unveils-35-chromecast-hdmi-tv-stick/by bodhi - Off-Topic
enavarrocu, Yes, you can install the kernel only. Nothing will change but the kernel and related bootup configuration files.by bodhi - Debian
Forcing NFS version 3 for nfsroot did not seem to work for me. I'm running kernel 3.9.11. In this bootargs I tried to set to version 3: nfs_set_bootargs=setenv bootargs console=$console root=/dev/nfs nfsroot=$nfs_server:$nfs_path,vers=3 rootfstype=nfs rootwait ip=$nfs_ipconfig $mtdparts UPDATE: Perhaps the syntax has changed, I tried nfsroot=$nfs_server:$nfs_path,v3 before, and iby bodhi - uBoot
BigRon Wrote: ------------------------------------------------------- > I would also want to request the new kernel with > DVB (c) support. Thank you very mich in advance. BigRon, You did not see your device? there are DVB-C in the configuration items.by bodhi - Debian
@syro, If you're looking for non-FDT kernel booting, then davygravy already has it. But if you're looking for GPT and FDT-kernel booting, I could not find the board file in uBoot source code, so that has to come from either Zyxel, or Davy.by bodhi - uBoot
Here is Davygravy's thread about how to flash uBoot using serial console and tftp. You can see the steps that he did to pull the image using tftp. http://forum.doozan.com/read.php?3,6965 At this point, IMO I think this is your safest approach to get it boot back to new uBoot, and then Debian. But if it something goes wrong during this, then JTAG is the only way (if uBoot is all messed upby bodhi - uBoot
oa Wrote: ------------------------------------------------------- > No,I dumbly did not. There were no failures or > anything that seemed important like that so I > didn't even think about it. OK. It's not a brick yet! but we need to be careful. I'll will see if I can try a few commands to get you boot back to Debian. But in the mean time, could you get back toby bodhi - uBoot
syro Wrote: ------------------------------------------------------- > bodhi Wrote: > -------------------------------------------------- > ----- > > gaogao Wrote: > > > -------------------------------------------------- > > > ----- > > > can it be used on NSA320? > > > > No, this version is for GoFlex Net only. It > could >by bodhi - uBoot
syro, Did you try to load the module first? modprobe iptable-filterby bodhi - Debian
Mario, When you execute these commands, nc -l -u -p 6666 & nc -u 192.168.1.100 6666 change the 2nd one to nc -up 6666 192.168.1.100 6666 Of course, replace 192.168.1.100 with th IP address of your plug (Dockstar or GoFlex,...) Use the label approach described above for your boot drive, does not matter USB or HDD. If the USB boot drive is labeled rootfs, then the uBoot envs wby bodhi - uBoot
habibie, The original uBoot on the device does not support netconsole.by bodhi - uBoot
Rootfs 3.9.11 was uploaded. Please see 1st post for download link.by bodhi - Debian
Ah! the rootfs is a basic rootfs, you'll need to update iptables package to get the latest.by bodhi - Debian
Oakley470, Did you keeop the log of your attempt to restore?by bodhi - uBoot
syro Wrote: ------------------------------------------------------- > Hey! > > Thanks for all your support. I have a little > Problem with activating NAT. > > I am using Kernel: 3.8.11-kirkwood-tld-3 > > iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o > eth0 -j MASQUERADE > > Result: > > > iptables v1.4.14: can't initialize ipby bodhi - Debian
maihoamv & David, The description and installation instruction is at the end of the 1st post :) burried under other updates! I guess I'll organize it again to make it easier to find. uBoot does not need to be replaced. QuoteI have uploaded a Debian kernel package for 3.6.11-kirkwood which I've built with a collection of patches for GoFlex Home/Net, Pogoplug E02/Mobile/V4, iConby bodhi - Debian
Kernel 3.9.11 version 1 was uploaded. Please see 1st post for download link.by bodhi - Debian
mgiammarco Wrote: ------------------------------------------------------- > Thank for all replies. > I have bought some usb keys, tried with several > linux flavours and now, incredibly an arch linux > has booted. > > Now I will never power it down but meanwhile: > > 1) How can I enable netconsole for all boot > duration (and also after boot if possible)? &by bodhi - uBoot
Since we all ran Jeff's script to replace uBoot to install Debian or Arch, only mtd0 was erased, and the original uBoot image was written to the rootfs (mtd2). Here is what shv did to restore uBoot on a GoFlex Net: http://forum.doozan.com/read.php?3,12506,12506#msg-12506 The instruction should be the same. However, you need to be aware that on Pogoplug E02, if you make a mistake thenby bodhi - uBoot
@patrick, First, stop netconsole and print out the environments and post the output here: >printenv There are a few things to try. But your netconsole output is normal. - check your router to see if you can find the new dynamic IP address - take your stick to another box and check for error e2fsck - look at the uBoot envs to see it ethaddr is assigned the Dockstar a MAC address -by bodhi - uBoot
garyang, ethaddr should be set so that it does not change every reboot. Have you looked at those 2 files? I think you still have problem that is network-related.by bodhi - Debian
From the list of envs, it does not look like you have netconsole setup at all?by bodhi - uBoot
majic79, Running uBoot from RAM is not reliable and unsupported. It would work if the version you are loading via tftp is very close to the currently installed uBoot. Otherwise, it will just hang. I have not seen it reset like that, but it is likely because of that reason. Since you have GF Home, try UART booting. See Davy's instruction: http://forum.doozan.com/read.php?3,7852,7852by bodhi - uBoot
garyang Wrote: ------------------------------------------------------- > Thanks bodhi > > I use ext2 on usb stick. > I made it from ubuntu with gparted. > Is it possible to cause problem? > Do I have to use debian or arch? No Ext2 is fine, it only needs to macth your uBoot env for usb_rootfstype. And the USB should have has MBR partition, not GPT. Have you checkedby bodhi - Debian
yoonbae81 Wrote: ------------------------------------------------------- > I've installed uBoot which is made by bodhi and it > can boot with SD card. There were many environment > variables for rescue like rescueme.txt even though > that uBoot was made for Pogoplug Series 4. Rescue > systems looks very excellent even though I have > netconsole. > > Can I aby bodhi - Rescue System