Thanks matrix! > x10 has been around since at least the early 80s > and is still compatible with older unts. i have a > great led desk clock with funky slides and buttons > to control x10 modules. That is way out! > > foldersync ( http://www.tacit.dk/foldersync > ) - new versions have a basic file browser > functionality for local and remote drives andby bodhi - Debian
Cool! For future reference: the LED timer, along with other LED controls were actually compiled into the kernel. However, some LED controls are included as modules. For example, my wheezy installation has ledtrig-heartbeat as module (see under /lib/modules). To use those controls, we can do a modprobe, and then set the value: modprobe ledtrig-heartbeat # after this, the triggerby bodhi - Debian
To recover, try interrupt UBoot again, at the UBoot prompt, set the machine id to 831 (2097 in decimal). The env name is machid. To make sure that you can play with the UBoot envs without doing it for real, don't do a saveenv, just let it boot once to the kernel. This way if you've made any mistake, no change got saved for the next boot. Once the system is running, you can then dby bodhi - uBoot
@maihoaomv, Activating the timer will cause delay_on and delay_off controls to be created. echo timer > /sys/class/leds/status:green:health/trigger echo n > /sys/class/leds/status:green:health/delay_on echo n > /sys/class/leds/status:green:health/delay_off where n is number of milliseconds. So when n is smaller, the blinking is faster, I assume.by bodhi - Debian
And the winner is .... Pazos !!! Thanks to everybody who responded. Hope future contests will be better, more members will participate :-) Pazos, you got PM! -bodhiby bodhi - Debian
@maihoaomv, Yes, the Debian wheezy kernel has configuration options for LEDs controls that includes timer delay_on and delay_off (you can make the heartbeat go faster with it). So if the kernel you're running has that turned on, then those will exists under /sys/class/leds/. Which Debian version you're running? do you see delay_on delay_off anywhere in the LED subdirectory "/sysby bodhi - Debian
> At shutdown (rc0.d) or reboot (rc6.d) scripts will > be ran. The daemons are shutdown first. The > first K01 script alphabetically listed (There may > be more than one K01 script) is the first script > to be executed. They are merely links to the > actual scripts located in /etc/init.d . It's best to turn of the green LED in the halt script ( /etc/rc0.d/K07haby bodhi - Debian
handy1 Wrote: ------------------------------------------------------- > I know about the hybrid solution. I mentioned that > above. > > I also know that the uboot source has supported > EFI for years. There are also other kirkwood based > products that have EFI enabled uboots. I really > want to know if there is a version that have been > compiled for these machiby bodhi - uBoot
WarheadsSE Wrote: ------------------------------------------------------- > You will need a GPT Hybrid. Period. Unless I am > mistaken, uboot itself does not have GPT support > at this time. Agree. The version(s) we are using for these ARM plugs don't have the support. I've read somewhere that UBoot has this capability, but it needs to be configured in building a new UBoby bodhi - uBoot
WarheadsSE Wrote: ------------------------------------------------------- > X10 is handily done with mochad, and works rather > well. Once that is in place, MisterHouse or other > mochad-enabled systems can work perfected. I have > a device running pure mochad & a node.js + angular > + socket.io controlling my house & lights. Pretty cool! I didn't know X10 hasby bodhi - Debian
@lcg, I recalled that your installation was not completed because of 'kernel too old" problem, even though UBoot was installed successfully. Basically, during UBoot installation, the UBoot envs reset question should be answered YES is if you're trying to recover from a previous incompleted UBoot-Debian installation. This question should be answered NO if you're only updatinby bodhi - Debian
@lcg, You might want to rerun the UBoot installation script, and reset UBoot environment: You are already running the latest uBoot. Would you like to reset the uBoot environment? yby bodhi - Debian
Yes, it is safe to set up netconsole right after a successful UBoot install. As long as you have installed the new UBoot, and it reported as successful, print out the fw envs like you did above and see all envs are set properly. Your UBoot envs has rootfs-related setting that were not normal (read only) I think because of the failed "kernel too old". But it should not prevent the Doby bodhi - uBoot
Thanks Peter, Sounds like an interesting project! in the future please come back and tell us about how you've done it. I've learned about UBoot from my E02 bad blocks workaround, thanks to other members here. I'm still using old UBoot for this E02 because I guess I have to repeat that workaround to upgrade to new Davy's UBoot.by bodhi - Debian
handy1, Yes, you're got the 3 options like you'd laid out. WarheadsSE pretty much sumamized it up above nicely! 3TB ext3 will take forever to fsck. So best to have a small rootfs partition.by bodhi - uBoot
handy1 Wrote: ------------------------------------------------------- > I was not specific. I don't plan to use the whole > drive as a single partition. I just want to be > able to use the whole drive. > > I was planning to have 3 partitions, > 1GB(boot/root), 512MB(swap) and 3TB(SMB or NFS). > > My understanding is that: > > A normal MBR cannot hanby bodhi - uBoot
To swap the USB boot drive from one box to another, you'll need to make some modifcations in 2 files (the numbers 70 and 75 might be different depending on your installation). /etc/udev/rules.d/70-persistent-net.rules /lib/udev/rules.d/75-persistent-net-generator.rules See this thread for the discussion: http://forum.doozan.com/read.php?2,9771,9772#msg-9772by bodhi - uBoot
@matrix, The X10 controler sounds cool :-) how does it work? Pogo<--> USB <-->Serial x10 ? is there already control software or you'd just connect as terminal and send control codes through some scripts? Thx matrix Wrote: ------------------------------------------------------- > - x10 controller via a serial x10 device and a usb > serial adapter. I only got aroby bodhi - Debian
Indeed, there are many ways to upload. And since most OS has Webdav supports (when uploading work correctly), it's easier to use the built-in tools. I've tried OSX Finder and Windows 7 web folders and they're both usable, but buggy (eg. current OXS Finder can't upload a file/folder using Webdav). I'm still strugging to use h5a1 with lighttpd and filed a bug report theby bodhi - Debian
handy1 Wrote: ------------------------------------------------------- > got it to boot again from usb after about 15 more > tries. > > I reinstalled uboot. It said that I had the newest > uboot, so I updated the environment to a known > good environment. > I added netcnsole. no change to arcnumber this > time. > > I don't have the time to check thatby bodhi - uBoot
You might try: 1. mount the USB stick on another Linux box and run fsck to check for error and fix it if there were, and reboot. If still no IP, try: 2. Stop the boot process in netconsole during the countdown and then set the env usb_custom_params to enable netconsole output when the kernel starts. See this post for example: http://forum.doozan.com/read.php?2,7676,9963#msg-9963by bodhi - Debian
handy1 Wrote: ------------------------------------------------------- > The uboot env that I included was after the > install_uboot_mtd0.sh completed. There was no > apparent error other than the mentioned inability > to set ethaddr. If you've used /usr/sbin/fw_printenv to list the envs after installation and get this list then I don't think the installation was succby bodhi - uBoot
Thanks Pazos! very interesting ideas. I've looked into modding the PogoPro before, was thinking I could squeeze the 2.5 SATA HD in the case, but decided not to (not enough ventilation). The hidden SATA port is very nice. Thanks for the info about h5ai :-) I went over to the website and took a peek. It looks really nice. I'm using dirLIST but the directory index does not look as niceby bodhi - Debian
- The UBoot envs that you've listed are from the stock FW, not the new UBoot envs from the new UBoot. I recall that after you've run install_uboot_mtd0.sh, the correct command to print envs is /usr/sbin/fw_printenv. - Davy's rootfs image does work with arcNumber 3089. So you already got one working. - It's not possible to restore to stock using Seagate FW restore proceduby bodhi - uBoot
"8. set arcnumber via fw_setenv" I'd suggest not to do this, until *after* you have booted into Debian a couple times, and have verified that netconsole works. With arcNumber 2097, the LED won't flash correctly, but you can find the IP address and ping the box to know when it's finished booting. The reason is the stock Debian that you've installed might not have sby bodhi - uBoot
Now we're talking :-) thanks matrix. And thanks kevinvinv, and audiocrush! @matrix, on android, "total commander with the webdav plugin" sounds pretty neat. I'm using Webdav Navigator on iPhone, and also looking for Android webdav client app. Will give it a try, thanks! Keep it coming everybody! it's now to Nov 30th.by bodhi - Debian
It looks good now! Do you see the GFNet appears on the network at all? it could be assigned a different IP addr than before. Can you run nmap from a different computer? or look for it in the router web interface. If you run nmap and see the GFNet does appear, then check to see if port 22 is opened. Addendum: I've just noticed this "Linux-3.2.0-4" in your boot log. Itby bodhi - Debian
Didi Wrote: ------------------------------------------------------- > Loading file "/boot/uImage" from usb device 0:1 > (usbda1) > 64 bytes read > Loading file "/boot/uInitrd" from usb device 0:1 > (usbda1) > 64 bytes read > Wrong Image Format for bootm command > ERROR: can't get kernel image! > stopping USB.. Looks like your kernby bodhi - Debian
Hey everybody :-) Common, let's hear more good ideas! the Pogoplug POGO-P01 - Pro is waiting for its new owner :-) Here is the info page on Arch site: http://archlinuxarm.org/platforms/armv6/pogoplug-provideov3 -bodhiby bodhi - Debian
Great! if you're back to stock then you could login throught the web interface, creat user and enable SSH and do the installation again.by bodhi - uBoot