Dale, > Finallly, check TOP, very little CPU/Mem > usage, everyone said the V4 was no good for this, > I think it's running just fine :) Very nice :) > [ 0.000000] Machine: Marvell OpenRD Ultimate > Board This is the reason. It was not identified as Pogo V4. The kernel is running it as OpenRD plug. My u-boot build has a wrong machid inside the code, but becauby bodhi - uBoot
Robert, > Can you tell why "every second " boot says > > host 192.168.178.26 is alive > and sometimes it say not alive? Because you turned on setconsole (if_netconsole is the ping before netconsole start running) preboot=run if_netconsole start_netconsole Since you have serial console, there is no need for this, so you can temporarily turn it off (in case youby bodhi - uBoot
denexo, Regarding: http://forum.doozan.com/read.php?2,16044,17821#msg-17821 Is there any news about this problem, i.e. patch in 3.17?by bodhi - Debian
Robert, The problem is not the bad block. It is way out in higher NAND, not in mtd0 where u-boot is. This is the problem with mounting rootfs. Interrupt serial console at the count down and printenv Please post this u-boot envs listing here.by bodhi - uBoot
Dale, Please post these: dmesg cat /proc/cpuinfo ls /sys/class/leds/ -l I want to see if the kernel identifies the box as Pogo V4. If not then the LEDs can not be controlled correctly. However, there might be a work around if we can take a look at (where is the Git) the source tree used to build the Fedora kernel.by bodhi - uBoot
Instead of using $usb_customparams in set_bootargs_usb, put that quirk string in the env directly. See if it will take.by bodhi - uBoot
Almaz, In theory it should be possible. However, I'm not sure because I've never looked into it, since the E02 and other plugs are so low power (5W) and no noise, there is really no need to do WOL.by bodhi - Debian
Awesome :) Yes, please post your script, or instruction here so others looking for installing VAMP or just Fedora can find it.by bodhi - uBoot
WarheadsSE Wrote: ------------------------------------------------------- > I think something might make sense here: > u-boot disables watchdog when it starts, then, we > re-enable it just before starting the kernel. > > Why? In case the kernel hangs. > > Obviously, for we'd do this via a memory write, > instead of in c code for u-boot. Why? Because thenby bodhi - Debian
@Dale, The new u-boot is a drop-in replacement for davygravy's u-boot, which is what you have installed on Pogo E02. All envs are reusable as they are. Of course, each machine needs a different u-boot binary, but the code is common. As for kernel, I suspect there might be a different issue lurking, but you have not got to that point yet! Currently you are still at the rootfs mounting stagby bodhi - uBoot
iptester, Excellent! to set a good default envs set, you can either type them in one by one, or use my default envs script uboot.2014.07-tld-1.environment.scrip. Dowload the attached script binary in this post and follow the instruction to execute it: http://forum.doozan.com/read.php?3,18105,18124#msg-18124 And download the latest rootfs if you have not already done so, put it on eitherby bodhi - uBoot
addy75 Wrote: ------------------------------------------------------- > bodhi, > > ok. I though the dog was "killed" by the new > uboot.... > > Anyway - Thank you for the good work !!! New u-boot did! But it seems the older kernel version turned it back on. Install the latest kernel and try again.by bodhi - Debian
@WarheadsSE, I got the NSA325 DTS running OK on 3.17 now.by bodhi - Debian
addy75, You're not running the latest kernel (3.16.0-kirkwood-tld-3).by bodhi - Debian
iptester, Congrats! you have unbricked it. Wait …. > 39 % [......^C > # Did it complete loading? did you enter the Control-C here ? I hope you did :) Try again and let it boot until the u-boot banner appears and the countdown starts. Then interrupt the count down. At u-boot prompt, get the listing of the evironments: printenvby bodhi - uBoot
devinger, > 'usb-storage.quirks=0x0bc2:0x3321:u' Are you sure the quirk name is correct? And to verify that the kernel took is as a parameter, look at the beginning of dmesg for kernel command line.by bodhi - uBoot
rustyspoons Wrote: ------------------------------------------------------- > bodhi Wrote: > -------------------------------------------------- > ----- > > Make sure your u-boot env rootfstype matches > what > > fs you have on the USB drive (ext2,3,4). > > I've tried ext4 but still the same. Your dmesg showed that the kernel thinks the VAMP rootfs isby bodhi - uBoot
iptester Wrote: ------------------------------------------------------- > Alright bodhi, > > I will keep trying, I have only 2 pogo v4 and I > use my working one to run kwboot, I'm gonna run > kwboot from a Ubuntu laptop on my working pogo v4 > to test my serial cable and I will see If > respond. > > just a last question is there a JTAG possibility >by bodhi - uBoot
Make sure your u-boot env rootfstype matches what fs you have on the USB drive (ext2,3,4).by bodhi - uBoot
I've edited the post above. Enter these the same way you did previouly.by bodhi - uBoot
These needs to be adjusted: usb_load_uimage=ext2load usb $device 0x800000 /boot/uImage usb_load_uinitrd=ext2load usb $device 0x1100000 /boot/uInitrd to usb_load_uimage=ext2load usb $device 0x800000 /uImage usb_load_uinitrd=ext2load usb $device 0x1100000 /uInitrd because as you said, VAMP likes this better: /usr/sbin/fw_setenv usb_boot 'mw 0x800000 0 1; ext2load usb $usb_deviby bodhi - uBoot
iptester, Bad news! It did not even try to handshake. The 2nd and later execution should spit out error messages. Check your serial connection, perhaps try it on the other Pogo V4 if you have that one's serial port header ready.by bodhi - uBoot
Cool! Quote1 How do I save this changes so the pogoplug automaticly reboots in arch? Strange that your boot cmd was disabled. What you did originally could not have affect this boot cmd. I will have to look at your envs listing again closely. Quote3 My pogoplug gets a kernel crash when I insert my sagate hdd. I don't know if you can help me with that but I read somewhere I need to chby bodhi - uBoot
> Will report back when I get this working, should > make a lot of VAMP users happy if this will work > on a V4 :D That would be cool :) I'll give you a hand whenever you need an answer in setting up u-boot for that.by bodhi - uBoot
@Dale, With the new u-boot you can set whatever envs you need. If it's a Fedora image, then it should boot without problem. However, as always, it is prudent to try it out without flashing to NAND if you can. The Pogo V4 has UART booting, so you should try that since you have serial console. As instructed in the 1st post of my u-boot thread: QuoteImportant Note: If possible, try to tesby bodhi - uBoot
@devinger , Try: Pogov4> setenv arcNumber 3960 Pogov4> setenv machid f78 Pogov4> setenv ethaddr 00:25:31:04:ED:6A Pogov4> setenv bootcmd 'run bootcmd_usb; run bootcmd_mmc; run bootcmd_sata; reset' Pogov4> run bootcmd And post the log of what happen after that here! @grayman, re: Cannot parse config file: Invalid argument Hard to say without knowing whby bodhi - uBoot
rustyspoons, Please read the 1st post of that thread. If you are unsure about any part, post your questions here.by bodhi - uBoot
iptester Wrote: ------------------------------------------------------- > Hi, > > ok, so I tried and tried more than 100 times and > no handshake occurs. > may be I could try with a different kwboot version > or a different pogo 4 u-boot ? Please post what you see when you attempt UART booting. Do you see any error message after you ctrl-C, up arrow, re-execute kwbooby bodhi - uBoot
Looks like the bootcmd is also bad, should reset it to: setenv bootcmd 'run bootcmd_usb; run bootcmd_mmc; run bootcmd_sata; reset' And then bootby bodhi - uBoot
@Christian, ALARM u-boot should have no problem with tftp (I have only run it once for experiment, though). Can you ping any computer from the serial prompt? or just the tftp server is out of reach? For sanity, you could use UART booting and boot my u-boot image (download both u-boot and kwboot using links from the 1st post): http://forum.doozan.com/read.php?3,12381 Further thought:by bodhi - Off-Topic