mindm49907, After UART booted and you've interrupted uBoot, please get the list of envs and post here > printenvby bodhi - Debian
@shv , > It seams that rc.local is stopped after the > execution of the line > > /sbin/proled green > > with the FAIL message even proled is available and > the LED is lighted up. It might be that because devmem was not loaded before proled.by bodhi - uBoot
I've updated the first post to include the warning about flash-kernel. Thanks eas. Sorry I also forgot the md5 for the 3.9.11 rootfs :) it's included now.by bodhi - Debian
@eas, Yes. I thought about putting a warning in the first post, but forgot to do it. Sometimes, dpkg -i command executes flash-kernel and does not deal with the error successfully, so it messes up initrd.img, but not always. Normally, people don't install flash-kernel so never have this problem. I recall that it did not cause problem for me in before 3.1.x kernel, perhaps something has chby bodhi - Debian
Oakley, Arch package management commands are different. Pacman is package manager on Arch, apt or dpkg is Debian package manager. For installation purpose, that guide can not be used as is on Debian. So if you want to follow that guide, you will have to rework it to use Debian dialect. For example, pacman -Syu samba in Debian it is: apt-get install samba so on so forth. Hoby bodhi - uBoot
syro Wrote: ------------------------------------------------------- > Hey i have a serial cable (ca42) and i have get an > output. but the problem is i cant send any key to > the device to interrupt the auto boot. > > i have used minicom and putty on two different > laptops but no luck :-( any advice for me? > > thank you very much! Try connecting the TX wireby bodhi - uBoot
toomyzoom, try: fw_setenv bootcmd 'run usb_bootcmd; run bootcmd_ubi; run bootcmd_pogo; reset'by bodhi - Debian
mindm49907, You can use UART booting to boot and then flash a known good uBoot for the NSA320: http://forum.doozan.com/read.php?3,7852,7852by bodhi - Debian
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