I will give this howto next week a change https://forum.doozan.com/read.php?3,21789 I reported here ;-)by droidbox - Debian
I have this one found in my garage https://www.amazon.de/Paradisetronic-com-Programmierger%C3%A4t-ISP-Adapter-Programmer-Arduino/dp/B07Y3B8H91by droidbox - Debian
I have made this commands all, but now no LEDs blinking :( What is a jtag recovery?by droidbox - Debian
Hey. I have entered the commands. Unfortunately, it still gets stuck in a kernel error. Then I copied the "u-boot.kwb" to the USB stick and entered the following commands: DockStar> fatload usb 0:1 0x0800000 u-boot.kwb DockStar> nand erase 0x0 0x80000 DockStar> nand write 0x0800000 0x0 0x80000 DockStar> reset Now, unfortunately, nothing happens, and no LED flby droidbox - Debian
If you read my last command, I install a fresh usb stick with a new "Linux Kernel 5.15.5 Kirkwood package and Debian rootfs". I look on the stick and the /boot/dts/kirkwood-dockstar.dtb is present.by droidbox - Debian
Hi bodi. This morming, a collegue ou me bring me his bricked dockstar. I install a fresh USB stick with "Linux Kernel 5.15.5 Kirkwood package and Debian rootfs" and put it in the dockstar. It comes the same error as above Uncompressing Linux... done, booting the kernel. Error: invalid dtb and unrecognized/unsupported machine ID r1=0x00000bb6, r2=0x00000100 r2[]=05 00 00by droidbox - Debian
For me, booting ist faster and and the rootfs is only 200MBby droidbox - Debian
Hi bodhi. I have find an old dockstar on ebay for anly 5€. When I get the dockstar I will write a tutorial on how to get an Alpine installed.by droidbox - Debian
u-bootU-Boot 2017.07-tld-1 (Oct 24 2017 - 22:32:36 -0700) uname -a Linux dockstar 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel Linux cat /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.11.2 PRETTY_NAME="Alpine Linux v3.11" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/"by droidbox - Debian
Thank you very much. It rocks now perfect for me, with Alpine Linux on the dockstar. droidboxby droidbox - Debian
bodhi, it rocks perfect. Now I can boot into the Alpine Linux. Great. One more question ;-) How can I disable this message at the boot? 1 Storage Device(s) found Unknown command 'ide' - try 'help' Unknown command 'mmc' - try 'help' Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUIDby droidbox - Debian
Hi bodi. Your tips above, I have already tried, but made no difference. Then I found the following while searching. After that, the system boots properly. But after a reboot it does not work again. run bootcmd_uenv DockStar> run bootcmd_uenv starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Useby droidbox - Debian
Hi. I found another old Dockstar while cleaning up. Unfortunately, the dockstar no longer boots. So I have set up a USB stick with Debian. Unfortunately, there are also problems with the start. U-Boot 2017.07-tld-1 (Oct 24 2017 - 22:32:36 -0700) Seagate FreeAgent DockStar SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: sby droidbox - Debian
That was hard work. Now everything works as it should. Tank you very much for your help. droidboxby droidbox - Debian
Hi bodhi, thanks for your help, but it doesn't run. Seagate FreeAgent DockStar SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 DockStar> printenv arcNumber=2998 bootcmd=run bootcmd_uenv; run scan_disk; run set_bootarby droidbox - Debian
Hi Bodhi, after the U-Boot upgrade, the error is the same. Please take a look to the attachment. Can you help? droidboxby droidbox - Debian
# dmesg | grep -i 'bad' [ 12.300441] Scanning device for bad blocks [ 12.330231] Bad eraseblock 336 at 0x000002a00000 [ 12.440423] Bad eraseblock 1721 at 0x00000d720000 [ 12.450073] Bad eraseblock 1786 at 0x00000df40000by droidbox - Debian
Okay, Arch Linux run now. Can i now update uboot with this thread to boot with the debian stick? droidboxby droidbox - Debian
Hmm. Aerch Linux doesnt start U-Boot 2014.04.R2-1 (May 15 2014 - 14:35:47) Arch Linux ARM Seagate FreeAgent DockStar SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for dby droidbox - Debian
When i install on another USB stick Archlinux and i update uboot with this thread can i then boot with my debian stick? droidboxby droidbox - Debian
Okay. I write in /boot/uEnv.txt console=ttyS0,115200 uimage=/boot/uImage initrd=/boot/uInitrd fdt_file=/boot/dts/kirkwood-dockstar.dtb fdt_addr=0x1c00000 uimage_addr=0x800000 initrd_addr=0x1100000 loadfdt=ext2load ${type} ${disk}:1 ${fdt_addr} ${fdt_file} loaduimage=ext2load ${type} ${disk}:1 ${uimage_addr} ${uimage} loaduinitrd=ext2load ${type} ${disk}:1 ${initrd_addr} ${initrd} seby droidbox - Debian
Sorry bodhi, i don't understand it. This are the uEnv console=ttyS0,115200 uimage=/boot/uImage initrd=/boot/uInitrd fdt_file=/boot/dts/kirkwood-dockstar.dtb fdt_addr=0x1c00000 uimage_addr=0x800000 initrd_addr=0x1100000 loadfdt=ext2load ${type} ${disk}:1 ${fdt_addr} ${fdt_file} loaduimage=ext2load ${type} ${disk}:1 ${uimage_addr} ${uimage} loaduinitrd=ext2load ${type} ${disk}:1by droidbox - Debian
After broken my USB Stick, i install Debian on a new USB Stick. But it does not start. Can someone help me? The error message: [ 3.222532] hctosys: unable to open rtc device (rtc0) [ 3.229064] Waiting 10 sec before mounting root device... [ 13.240761] VFS: Cannot open root device "sda1" or unknown-block(0,0): error -6 [ 13.248109] Please append a correct "root=&quby droidbox - Debian
Hey bodhi, root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00100000 00020000 "u-boot" mtd1: 00400000 00020000 "uImage" mtd2: 02000000 00020000 "rootfs" mtd3: 05b00000 00020000 "data" root@debian:~# less /etc/fw_env.config -bash: less: command not found root@debian:~# cat /etc/fw_env.config # Configuration file for fw_(prinby droidbox - uBoot
Okay and the next test with cp -a zImage-3.17.0-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.17.0-kirkwood-tld-1 -d /boot/zImage.fdt /boot/uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-3.17.0-kirkwood-tld-1 -d /boot/initrd.img-3.17.0-kby droidbox - uBoot
Hi, i have install the 3.17 kernel on my booting debian stick. now i see this message WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 3 USB Device(s) found scanning bus fby droidbox - uBoot
Hi, here the output SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB NAND read from offset c0000 failed -74 *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1by droidbox - uBoot
Hi Bodhi, thanks a lot. I test it at the next weekend. droidboxby droidbox - uBoot
Hey bodhi. I have run on a new Pogoplug the follow steps setenv ipaddr 192.168.100.248 setenv serverip 192.168.100.113 tftp 0x800000 uboot.mtd0.kwb-2011.12-pogo_e02-L2Coff go 0x800200 ## Ergebnis muss so aussehen ## Load address: 0x800000 ## Loading: ################################################################# ## ##############################by droidbox - uBoot
Hey bodhi. U-Boot 2011.12 (Feb 20 2012 - 21:21:59) Pogoplug E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 u-boot>> printenv arcNumber=2097 baudrate=115by droidbox - uBoot