Stefnas, Ah I see. However, I'm building kernel 3.17 FDT for NSA325 right now, and it has wakealarm root@Nsa325:~# ls /sys/class/rtc/rtc0/ . .. date dev device hctosys max_user_freq name power since_epoch subsystem time uevent wakealarm Update: It does work in my kernel 3.17 build.by bodhi - Debian
FWIW, I'm still not convinced that cryptodev on our plugs is stable yet. There have been reports of problems (memory corruption), some were fixed with certain patches or backports. But be careful to trust it with your important data, it should be considered experimental.by bodhi - Debian
Stefnas, NSA325 WOL and RTC have been working in the latest 2 kernel version (3.16.0-kirkwood-tld-2 and tld-3).by bodhi - Debian
There is hope! You can unbrick the Pogo V4 with UART booting: - Download the latest Pogo V4 u-boot and kwboot from this thread: http://forum.doozan.com/read.php?3,12381 - Start kwboot on a different Linux box ./kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2014.07.tld-1.pogo_v4.mtd0.kwb -p - Power up the Pogo V4 - Within 1-2 seconds (but not too soon), Control-C to abort kwboot, and rby bodhi - uBoot
hachigo, > I thought it was necessary in case I break > something as per the instructions. > > I'm trying to learn as much Linux as I can with > this pogoplug and I'm more than likely going to > breaking somethings as I go. > Something got lost in the translation :)) By QuoteWhat do you use for netconsole server I meant what program do you run foby bodhi - uBoot
FYI, in case others coming across this while looking to solve serial connection problem. In my observation, the serial module type PL2303 pinout is a "true" pinout so so we always have to cross TXD and RXD lines when connecting to the plug. RXD-TXD, TXD-RXD. otoh, the serial module type CP2102 pinout is already crossed (i.e. the marker actually tell you what line on the plug to cby bodhi - uBoot
blackdevil, > I want to boot every time automatically the > "bootcmd". But i have to stop the autoboot and > start with the command "run bootcmd", otherwise > the System boots the original firmware from NAND, > and not the debian from disk. Any hints? You did not post the u-boot banner so I don't know which version. However, try this first:by bodhi - Debian
The Best Isaac, > I tried your linux-3.16.0-kirkwood-tld-3 kernel on > my NSA 310 but it doesn't boot; I get the > following error: "Error: unrecognized/unsupported > machine ID (r1 = 0x00000d0b)." arcNumber for the NSA310 in the mainline is 4022, which in hex is 0xFB6, so you should set both arcNumber and machid to correct values. WARNING: should only do tby bodhi - Debian
davidedg, > AFAIK, now there's a new repo which tracks more > recent kernels: > https://github.com/pkirchhofer/nsa325-linu > x-upstream Thanks. I'll take a look there. > > So this should not be needed anymore, but had not > a chance to test it (just too happy with your new > u-boot and your kernel patches ;P) > Bye! :) glad it works well. Iby bodhi - Debian
jst818, > But without usb attached i still get: > Quote > U-Boot 2014.07-tld-1 (Jul 18 2014 - 00:29:52) > Pogo E02 > gcc (Debian 4.6.3-14) 4.6.3 > GNU ld (GNU Binutils for Debian) 2.22 > Hit any key to stop autoboot: 0 > (Re)start USB... > USB0: USB EHCI 1.00 > scanning bus 0 for devices... 2 USB Device(s) > found > scanning usb for storaby bodhi - uBoot
@davidedg, I have quite a few problems running this nsa325 DTS in kernel 3.17. May be it needs to be re-structured.by bodhi - Debian
addy75, QuoteSometimes it continuos and stopps while scanning the 4TB HDD. Whitout the 4TB it boots. Is this really the uboot? No, it is the watchdog, which resets the box when you take too long to boot with the 4TB. QuoteWill there be a new uboot soon? You can bug WarheadsSE :) Warhead will do a GitHub release after he's happy with what we have. And then I will release it heby bodhi - Debian
> Error: arch/arm/boot/dts/kirkwood.dtsi:2.1-9 > syntax error > FATAL ERROR: Unable to parse input tree Have figured out why this error occured. On to the next error!by bodhi - Debian
Yes, you can set the envs manually one by one using envs in that post, or use the attached script in this post to set the default set of envs: - Put this script on your rootfs USB /boot directory: /boot/uboot.2014.07-tld-1.environment.scr - Interrupt serial console - Execute command: > usb start > ext2load usb 0:1 0x800000 /boot/uboot.2014.07-tld-1.environment.scr > source 0by bodhi - uBoot
@davidedg, I'm testing kernel 3.17 FDT for all Kirkwood boxes. I am trying to compile the DTS file kirkwood-nsa325.dts, which I got from pkirchhofer Git (mentioned in your previous post, thanks!) And I got the syntax error: Error: arch/arm/boot/dts/kirkwood.dtsi:2.1-9 syntax error FATAL ERROR: Unable to parse input tree Have you seen this? all other DTS files compiled OK. Thanby bodhi - Debian
Frederick Grayson Wrote: ------------------------------------------------------- > bodhi Wrote: > -------------------------------------------------- > ----- > > Frederick Grayson, > > > > > Any ideas how to fix that? > > > > Not very likely with u-boot 2011.12. It's > probable > > with my 2014.07-tld-1 u-boot build. > >by bodhi - uBoot
Frederick Grayson, > Any ideas how to fix that? Not very likely with u-boot 2011.12. It's probable with my 2014.07-tld-1 u-boot build.by bodhi - uBoot
vaidyasr Wrote: ------------------------------------------------------- > For file copy from one USB to another connected on > the same hub, 9MB/s. > Network transfer wired from another machine to USB > drive in Pogoplug 11.7MB/s > > Is the above values are normal?. You are using NTFS so it is normal. Pogo V4 USB 3.0 should help the speed (not as much as SATA), butby bodhi - Debian
Frederick Grayson Wrote: ------------------------------------------------------- > My serial port parts came in today. Works every > time :) Ironically, now you can get your netconsole working :) it should be apparent what the problem was when you can see it in serial console.by bodhi - uBoot
vaidyasr, It won't show up in the mount command. You can confirm this with ps: ps -deaf | grep ntfs And to test it, copy a few large files from one plug to another or from one drive to another with time command: time cpby bodhi - Debian
See my response on the other thread about U-Boot 2014.07-tld-1 http://forum.doozan.com/read.php?3,12381,18104,page=13#msg-18104by bodhi - uBoot
jst818, The right u-boot: > U-Boot 2014.07-tld-1 (Jul 18 2014 - 00:29:52) > Pogo E02 But wrong u-boot envs: > PogoE02> printenv > p r i n t e n v > arcNumber=3542 > baudrate=115200 > bootcmd=usb start; setenv letter 9;for type in > usb; do for disk in 0 1 2 3; do i > f ${type} part ${disk};then setexpr letter $letter > + 1;run load;fi;done;doneby bodhi - uBoot
jst818, > U-Boot 2011.12 (Feb 20 2012 - 21:21:59) > Pogoplug E02 You are in a wrong thread! this u-boot buid is davygravy's, it's a different build. Please repost in a new thread.by bodhi - uBoot
What do you use for netconsole server? another Linux box or Windows/Mac? does the server "see" the Pogo E02 (can ping it). And once you booted into Arch on Pogo E02, can you ping the netconsole server box?by bodhi - uBoot
hachigo Wrote: ------------------------------------------------------- > I've made it all the way through the guide. I > think It has installed, I'm not entirely sure. > > Netconsole setup isn't working, I followed the > directions on Jeff's guide. I'm booting directly > into the Archlinux usb. The pogoplug just blinks > orange without the USby bodhi - uBoot
cristiangutie, Sometime a mirror is offline. You could try again, or check to see which Debian mirror is close to you and use that: http://www.debian.org/mirror/list You can change it in your /etc/apt/sources.list. This is the content of the source list in one of my plugs. deb http://ftp.us.debian.org/debian wheezy main deb http://security.debian.org/ wheezy/updates main contrib non-fby bodhi - Debian
hachigo Wrote: ------------------------------------------------------- > Hi, > > I was reading the guide on how to update the uBoot > for Pogoplug E02. And I've detected bad block. > > 1. What should I do? > 2. Also is it safe to upgrade the uBoot from > Archlinux on usb or do I need to unplug all usbs? > > > > # dmesg | grep -i 'bby bodhi - uBoot
vaidyasr Wrote: ------------------------------------------------------- > Thanks bodhi, > The big_writes option will improved the read speed > too, or only write speed? Should improve both.by bodhi - Debian
addy75, You are running my Debian-3.14.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2 rootfs. You can ignore the bootROM detection. Marvell>> md ff00003c It does not really tell. We've verified that the NSA325 has UART booting. So don't bother with this step. And I see you have tried UART booting above: ./kwboot -t -B 115200 /dev/ttyUSB0 -b ./uboot.2013.10-tld-1.nsa325.uartby bodhi - Debian
@WarheadsSE, Right, it's been so long I forgot what the CE mtd definition looks like! @Newhope, You have not told us what the original nanddump command used to dump NAND, so I can't say what flash_erase and nandwrite commands should be.by bodhi - uBoot