Ubaid Wrote: ------------------------------------------------------- > I followed instructions to install debian on > pogoplug V3 but when I SSH into it. It doesnt > accept default user password. How to fix it? More info needed! How did you install Debian? all manual steps or use varkey rootfs? if you used varkey's rootfs, did you use user/pass root/root? ....by bodhi - uBoot
I don't think it will matter whether it's before the preboot. How about where in the uBoot envs you have 'usb start'. For example, change this bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset to bootcmd=usb start; usb start; usb start; run force_rescue_bootcmd; run ubifs_bootcmd; runby bodhi - uBoot
Anybody knows what is the number for wire wrap terminals that are smaller than the T46? TIAby bodhi - uBoot
Buttzy10169, QuoteI have it running arch linux and debian (whichever i want at the time) and can use the latest 3.10.10 kernel with device tree. You are running a quite recent uBoot if you can run with 3.10.10 device tree. I don't see any benefit in updating uBoot. In the future, if you encounter any boot problem then you could try building newer uBoot. Btw, which uBoot version you&by bodhi - uBoot
shv Wrote: ------------------------------------------------------- > It doesn't solve the problem while scanning of USB > devices: > > scanning usb for storage devices... EHCI timed > out on TD - token=0x82008d80 > EHCI timed out on TD - token=0x1f8c80 > EHCI timed out on TD - token=0x1f8c80 > ... > I suspect that the time out period in uBoot might beby bodhi - uBoot
mk2k, Since you're running the Arch kernel on NAND, the modules that are actually loaded are Arch's (in /lib/modules/2.6.31.6_SMP_820/kernel/). So if you can find that module in your Arch rootfs, just copy it over to the appropriate directory in your Debian rootfs. Look back to my PogoPro Debian rootfs manual installation for examples in step 4,5,6 : http://forum.doozan.com/read.phpby bodhi - Debian
Kapt Blasto Wrote: ------------------------------------------------------- > Well, I should have gotten on here, and went to > aliexpress.com like some have said... > > I went to Banggood.com and ordered a similar > product (one that uses a PL-2303HX chip) for an > arduino board, and, in the picture the "wire" ends > looks like they each have 1-pin connectoby bodhi - uBoot
mk2k, If the LED is solid green, it means uBoot has done booting the uImage. But for some reason the the rootfs did not loaded correctly. If you can find Debian rootfs with kernel 2.6.3x, you can put that on a USB stick and follow the manual procedure in the first post, while in Arch. Also it's good to verify which ALARM kernel version you are using, see if it is the same one we usedby bodhi - uBoot
Ah! yours is the first GoFlex Net that I've seen reported the BootROM 1.1.1. Must be of older lots of production. I guess to update uBoot, you just need to use the image that has been proven to work. The GoFlex Net uBoot image that I've uploaded seems to work for lots of GoFlex Net (so far no reports that it did not).by bodhi - uBoot
shv, You could try UART booting with this new uBoot image before changing anything. It could be uBoot driver problem, or perhaps uBoot envs need to be adjusted. http://forum.doozan.com/read.php?3,12381by bodhi - Debian
@PhantomsDad, Thanks for the info! I'd never know such alternative for soldering even exists. One of the plugs I have, instead of just holes, they are filled with solder. I suppose I would need to desolder them? anybody?by bodhi - uBoot
Restamp, Glad you got it working to your satisfacory! I don't know what RST pin does either, I never tried it. I think it is the RESET signal for the controller chip.by bodhi - Off-Topic
fonsty Wrote: ------------------------------------------------------- > Hi! > > I got iconnect and was not sattisfied with > original OS specially with limitations of remote > access without premium service and downloading > torrent over 5 GB (some error messages) so I > install Debian like member blackest describe.I can > access over Putty on Windows7 > Tilby bodhi - uBoot
Currently, we don't have the NSA325 patch. What are the differences, spec wise, between NSA325 and 320?by bodhi - Debian
WhiteFang, Indeed, most of us forgot to save the orginals, or even thought about doing that. I did look for you, but could not find mine in the archives somewhere :) you probably could get the list, probably from somebody at Arch site? BTW, the Pogo Mobile can be reversed easily to original if installed only Arch. So if somebody is about to do the reversal to factory, it's a perfect tby bodhi - uBoot
WhiteFang, You will need to get the env variables from the orginal Pogo uBoot. If you have installed Arch version of uBoot, or Davy's uBoot then the envs are no longer the same as orginal ones. And work backward from the boot cmd on that version, you will see the chain of cmds that eventually get to booting NAND.by bodhi - uBoot
WhiteFang Wrote: ------------------------------------------------------- > These parameters: > > mmc_bootcmd 'mmc init; run mmc_set_bootargs; run > mmc_boot' > mmc_boot 'mw 0x800000 0 1; ext2load mmc 0:1 > 0x00800000 /boot/uImage; if ext2load mmc 0:1 > 0x01100000 /boot/uInitrd; then bootm 0x800000 > 0x1100000; else bootm 0x800000; fi' > mmby bodhi - uBoot
Debian Kirkwood rootfs 3.10.4 was uploaded. Please see 1st post for download link.by bodhi - Debian
Gaogao, "Still no events from the power button". I don't have the NSA320 so not sure about this. It might not be related to the Config_Marvell_Phy option. As I recalled, iConnect has similar button, and I needed a script to manage the event. I imagine the NSA320 would have the same kind of script that should come with the stock installation. Perhaps others who have set thisby bodhi - Debian
Art Freeman Wrote: ------------------------------------------------------- > majic79 - thanks for confirmation on the pin > numbers. This should help future users with the > same issue. > > bodhi - Yes, I originally followed the Arch ARM > directions to a successful install. Tried getting > a SAMBA server running and, due to excessive > tinkering, ended up hosiby bodhi - Debian
Kernel 3.10.4 Kirkwood package was uploaded. Please see 1st post for download link.by bodhi - Debian
Art Freeman Wrote: ------------------------------------------------------- > scanning bus for devices... 1 USB Device(s) found > scanning bus for storage devices... 0 > Storage Device(s) found > Hit any key to stop autoboot: 3 2 1 0 > It seems either you don't have USB drive attached, or if attached it can not be used. What was the state of yourby bodhi - Debian
Gaogao, Possibly. See this post: http://forum.doozan.com/read.php?2,12096,12987#msg-12987 I will release 3.10.4 with this config option (in a couple days).You can give it a try then!by bodhi - Debian
mindm49907 Wrote: ------------------------------------------------------- > Hello again people, > > bodhi's advice did the trick! > Thank all of you very much for your help! > > Vi > ctory screetch! :)) Congrats !!! glad to hear your NSA320 is alive and well.by bodhi - Debian
What you should do is upgrading your squeeze stick to wheezy. There is no need to reinstall. - backup your stick first in case something goes wrong. - change your apt source list to point to wheezy (use whatever source is appropriate for your location, I'm using my location as example): cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian wheezy main - update and upgradby bodhi - Debian
It turned out that there was indeed a subtle change in the kernel 3.10.x regarding Kirkwood USB devices. The ehci-orion driver was part of the kernel before 3.10.x but now introduced as kernel module to be loaded during boot (I have not looked at the source code, but it seems to be the case). There is a new config option, and I did not notice that with "make oldconfig". The same conby bodhi - Debian
Just tried the kernel build this morning and Debian Kirkwood kernel 3.10.4 is now booting from USB :) Will post the details later.by bodhi - Debian
pbg4 Wrote: ------------------------------------------------------- > @bodhi, > > the zyxel NSA320 has according to its specs: > > "Gigabit jumbo frame support up to 9K bytes" > > best wishes pbg4 > > p.s. I have two of these boxes running under > debian, the only problem ist to silence the fan > inside, > the rest is good value,..by bodhi - Debian
Hi pbg4, Thanks for the info. Actually I've tried the Arch patch before to see if the behavior is different. But the same problem occured! But thanks for reminding me to think about Arch distribution and why they don't have any USB booting problem! and you're running Debian and you don't have problem with HDD booting. Very good clues! I think I am close to solve this. Stayby bodhi - Debian
It seems something has changed in kernel 3.10.x. I'm having problem with mounting rootfs in kernel 3.10.4. Comparing the dmesg log for kernel 3.9.11 and 3.10.4, I noticed that udev did not seem to enumerate the USB devices during loading rootfs (in initrd pre-mount). That caused the classic /dev/root not found problem. I've confirmed this was the problem by looking at /dev while insideby bodhi - Debian