Re: Kirkwood U-boot - Getting all supported Kirkwoods on-board
I have pulled up my NSA320, and it seems to be mostly working with the changes I pulled in. U-Boot 2013.10-g268e791 (Mar 07 2014 - 14:24:23) ZyXEL NSA320 2-Bay Power Media Server SoC: Kirkwood...
View ArticleRe: Kirkwood U-boot - Getting all supported Kirkwoods on-board
So You managed to enable USB power without touching the common USB code? That's nice! Then CONFIG_USB_POWER and the function usb_power_on() can be removed - they are unused, and not needed anymore.
View ArticleRe: Kirkwood U-boot - Getting all supported Kirkwoods on-board
At this point, I need to put in a sane default environment, and check why it is not seeing the existing environment as valid. Otherwise, as far as I can tell NSA325 & NSA320 are good. I don't have...
View ArticleRe: Kirkwood U-boot - Getting all supported Kirkwoods on-board
Cool! Reminder: t's more convenient to *not* saveenv in UBoot until after you can boot with that default envs.
View ArticleRe: Kirkwood U-boot - Getting all supported Kirkwoods on-board
We have discussed this env thing already - the start offset has been moved, so You have to either define it back to the address that factory u-boot uses, or copy the original env content in nand to...
View ArticleRe: Kirkwood U-boot - Getting all supported Kirkwoods on-board
Right, I forgot about that move. I can copy default env from any of the other pre-configured ones we already have in this project, of course
View ArticleRe: Kirkwood U-boot - Getting all supported Kirkwoods on-board
Just don't forget to salvage ethaddr.
View ArticleRe: Kirkwood U-boot - Getting all supported Kirkwoods on-board
PlanetEater Wrote: ------------------------------------------------------- > Just don't forget to salvage ethaddr. Right! either document that in the installation steps, do it the script, or...
View ArticleRe: PogoPlug E02 - Connect USB Modem -WebCam and DVB-T
Looks like it is already supported by the kernel. dvb_usb_v2 12048 1 dvb_usb_it913x dvb_core 75539 1 dvb_usb_v2 rc_core 12580 2 dvb_usb_v2,dvb_usb_it913x Like I've said, you can find a configuration...
View ArticleRe: Kirkwood U-boot - Getting all supported Kirkwoods on-board
I might have a NSA310 owning Volunteer to test on.
View ArticlePogoplug E02 Won't Boot From USB
Hi, I have the new uboot installed and in the past had no problem booting Debian from a USB drive, but recently I tried a few times with Bodhi's latest rootfs image and for some reason it won't boot....
View ArticleRe: error while booting NSA320 from USB drive
elbric0, Did you extract the rootfs as root user?
View ArticleRe: Pogoplug E02 Won't Boot From USB
lewy1, - Make sure to extract the rootfs as root user. - If you have netconsole log, please post. Your U-Boot envs look OK. - The prompt seems to indicate that you've booted into Pogo OS?
View ArticleRe: error while booting NSA320 from USB drive
bodhi, Yes, that's what I did. I just doubled checked and everything on the usb drive is owned by root. Is there a way to make the init scripts display more details? -elbric0
View ArticleRe: error while booting NSA320 from USB drive
You probably need to: - label your rootfs - set your u-Boot envs to look for it See here: http://forum.doozan.com/read.php?3,8044,8152#msg-8152
View ArticleuBoot problem
Hi, i follow the tutorial to revert Pogoplug E02 to factory and then... Edit /etc/init.d/rcS script, and remove the comment(#) in front of the line reading /etc/init.d/hbmgr.sh start The device...
View ArticleRe: error while booting NSA320 from USB drive
I found the problem. I had set the U-Boot environment variable usb_root to rootfs instead of LABEL=rootfs. Thank you for your help. -elbric0
View ArticleRe: uBoot problem
You have not completed booting yet: scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 0 Storage Device(s) found ** Block device usb 0 not supported Make sure the...
View Article