Thanks!!! Now it works. The boot-process seems to be a bit slower and there are still some error-message, but the server starts :-) U-Boot 2011.12 (Feb 12 2012 - 21:33:07) Seagate FreeAgent DockStar arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1 GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709 Hit any key to stop autoboot: 0 (Re)start USB... USB: Register 10011 Nby dockstar - Debian
I fear you are right. OK so I must do the following steps 1. Check that my netconsole or serial console connection is working correctly, just in case. 2. fw_printenv |sort > uboot_env 3. cd /tmp wget http://projects.doozan.com/uboot/install_uboot_mtd0.sh chmod +x install_uboot_mtd0.sh ./install_uboot_mtd0.sh 4. Before reboot, make sure you check that you have your originaby dockstar - Debian
No I stopped completly the upgrade and run the old version. Still a little bit frustrated. I'm thinking to buy a device with graphic interface like rasperry pi, but at the moment I fouces onby dockstar - Debian
I tried it with this in /lib/udev/rules.d/75-persistent-net-generator.rules using the new kernel. # device name whitelist KERNEL!="Eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ GOTO="persistent_net_generator_end" Again no success to connect the server and again /etc/udev/rules.d/70-persistent-net.rules will not createdby dockstar - Debian
Sorry for don't follow the suggestion directly. I tried it with the self made ramdisk, nothing changed. This time the 145 ping get an response (The oldstick with normal startup req 15 after Kernel is booting). SSH still not work. However it shows that the server is booting, because it's recreate the file. I switch then to the kernel 3.2 from Debian Wheezy and remove the file again. Howby dockstar - Debian
I take my running system and followed http://forum.doozan.com/read.php?2,9522,9713. First enter to /etc/initramfs-tools/modules netconsole=6666@192.168.0.2/eth0,6666@192.168.0.39/ 192.168.0.2 =dockstar 192.168.0.39=myPC modprobe netconsole works fine. Then I create update-initramfs -c -b ~/rescue -k 2.6.32-5-kirkwoo mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0xby dockstar - Debian
I uncommenting everything in /etc/udev/rules.d/70-persistent-net.rules, but no success. Furthermore I tried to add some log in /etc/init.d/bootlogs with case "$1" in start|"") echo "Hallo Welt " > /root/test do_start ;; But no log found.by dockstar - Debian
Hi, I made an upgrade from Debian Squeeze to Wheezy. After apt-get upgrade the reboot was fine. Then I made apt-get dist-upgrade and now I'm unable to reboot. Here is the output on netconsole First with the direct installed kernel U-Boot 2010.09 (Oct 23 2010 - 11:49:22) Marvell-Dockstar/Pogoplug by Jeff Doozan Hit any key to stop autoboot: 9 ^C root@polo:/home/niels# nc -kluby dockstar - Debian
Hi I'm using my dockstar to record some mp3-streams. Now I want to think them with my mp3player. I made a similar constellation on an old notebook I used before with debian lenny. I run it on an 8Gb USB-Stick so /tmp, /var/log, /var/lock and /var/run are only on a tmpfs in RAM. So I first made sure, that the device is mapped at /dev/mp3_intenso. There was a warning message in syslog but iby dockstar - Debian