bodhi Wrote: ------------------------------------------------------- > codier, > > The reason it did not work because you have not > done section D in the installation instruction, > especially > > D.1 Modify u-boot envs: > > > The default envs include section D settings, but > I've also modified it later, to make booting less > noisy. Tby codier - uBoot
below is env mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) baudrate=115200 bootcmd_mmc=run mmc_init; run set_bootargs_mmc; run mmc_boot bootcmd_sata=run sata_init; run set_bootargs_sata; run sata_boot; bootcmd_usb=run usb_init; run set_bootargs_usb; run usb_boot; bootdelay=10 console=ttyS0,115200 device=0:1 ethact=egiga0 led_error=orange blinking led_exit=gby codier - uBoot
It seems booting USB doing the same thing. it looks like had to reboot once and USB boot it from 2nd time booting. and again, mmc and ide still there. U-Boot 2014.07-tld-2 (Sep 20 2014 - 01:10:10) Seagate FreeAgent DockStar gcc (Debian 4.6.3-14) 4.6.3 GNU ld (GNU Binutils for Debian) 2.22 Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devicby codier - uBoot
But I think no matter boot into rescue nor USB, it shouldn't check mmc or ide because the device doesn't even have those. I will boot into usb to see how it goes.by codier - uBoot
Strange. Still doing the same thing U-Boot 2014.07-tld-2 (Sep 20 2014 - 01:10:10) Seagate FreeAgent DockStar gcc (Debian 4.6.3-14) 4.6.3 GNU ld (GNU Binutils for Debian) 2.22 Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Unknown command &by codier - uBoot
Thanks alot bodhi, Everything is running good. By following your D.1 instructon, I added 1 more line because my Dockstar only has USB fw_setenv devices usb Hopefully I was doing right.by codier - uBoot
Hi bodhi, Thanks for all your help. It's working now. But I have a question. why it was trying boot USB few times and also keep doing the following Unknown command 'mmc' - try 'help' Unknown command 'ide' - try 'help' ** Bad device usb 0 ** anything wrong at beginning of the script? Please see the follow log. U-Boot 2014.07-tld-2 (Sby codier - uBoot
I see, bodhi I need some advise from you. Is there a way to check the version and completeness of my rescue system? or regardless working or not maybe just reinstall it following by this link? Rescue V2.8.2 by davygravy Regards,by codier - uBoot
Thanks bodhi, by the way, Do I need the following one? setenv pogo_bootcmd 'if fsload uboot-original-mtd0.kwb; then go 0x800200; fi'by codier - uBoot
Hi Bodhi, Following is the result boot from USB (3.17) U-Boot 2014.07-tld-2 (Sep 20 2014 - 01:10:10) 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 scanby codier - uBoot
Here is normal boot and stops at the bottom. U-Boot 2014.07-tld-2 (Sep 20 2014 - 01:10:10) 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 foby codier - uBoot
Hi Bodhi, Didn't work for 1,2 and 3. Finally had to connect via serial console. below is my printenv U-Boot 2014.07-tld-2 (Sep 20 2014 - 01:10:10) 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 autobooby codier - uBoot
Thanks alot Bodhi: I will report it back once I try the steps.by codier - uBoot
Hi Bodhi, I will see if netconsole works(it probably not). In this situation,is serial cable my next step? Thanksby codier - uBoot
Hi Bodhi, I followed your instruction and reboot the device. I can not get into rescue nor USB now. What I should do next? Thanksby codier - uBoot
Hi Bodhi, Sorry for the confusion. I can use a USB to boot up. But I can not boot into rescue anymore. Below is my fw_printenv Could you tell me where I messed up? Thanks root@LinuxA:/# fw_printenv mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) baudrate=115200 bootcmd=run bootcmd_uenv; run bootcmd_usb; run bootcmd_mmc; run bootcmd_sata; reset bootcmd_mmc=rby codier - uBoot
I mean fw_printenv. Because I need to check the env so I am wonder if there is a easy way to compare the current env versus the old env. In that case, I can compare the difference.by codier - uBoot
Hi Bodhi, I already made your latest one which is 31 Oct 2014 version of 3.17 I will start from there and if I can boot in then I will my env. It's pain in the xxx as I really have hard time to use putty to check each env line. is there any easy way to read the env? Thanks > No need to. You can boot into Debian with USB, and > use fw_setenv to set them. Use > my > rby codier - uBoot
I think you are right. I were using 2014.07-tld-1. I didn't put the original env back. I have 2 dockstars. one can see it by using nc. I think because I add following env fw_setenv if_netconsole 'ping $serverip' fw_setenv start_netconsole 'setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;' fw_setenv prebootby codier - uBoot
Hi Bodhi, First of all, thanks for your effort on this project. I followed your instruction but I couldn't boot into rescue again. Following is the info got from nc Could you tell me what I did wrong or what I should do to fix it? Thanks U-Boot 2014.07-tld-2 (Sep 20 2014 - 01:10:10) Seagate FreeAgent DockStar gcc (Debian 4.6.3-14) 4.6.3 GNU ld (GNU Binutils for Debian) 2.22 Hiby codier - uBoot
I guess you can try Shyd's http://forum.doozan.com/read.php?2,4244,4587#msg-4 Hope this fix your problemby codier - Debian
bodhi Wrote: ------------------------------------------------------- > codier, > > Sorry, what is GV? GV = GoogleVoice sorry for the late reply. for CUPS, I am using Samsung SCX-4100. any suggestion on which driver I should use?by codier - Debian
thanks twinclouds. just followed your method on my 2nd dock and works perfect.by codier - Debian
rat Wrote: ------------------------------------------------------- > imayoda Wrote: > -------------------------------------------------- > ----- > > Hi there everybody. > > Can somebody give a link for a very cheap usb > > frame that works for sure with lcd4linux (maybe > on > > ebay..) cause I can't find any. > > > > Thanks a lot fby codier - Displays
Thanks bodhi, I will give a try tonight. by the way. I am using dockstar for GV. can it still holding CUPS?by codier - Debian
No problem PG. Thanks for the fast reply. ^_^by codier - Debian
Hi petergunn First of all, Thanks for your guide for setting up the GV. It's working perfectly for almost a week. Since you posted the way to use Samba file server. I am wondering if you can modified as using Samba Print server? Thanksby codier - Debian
I fixed it. I changed the DEB_MIRROR to US site and URL_DEBOOTSTRAP to 1.0.28 then problem fixed.by codier - Debian
Hi folks, I am new to linux but I am learning it. I recently got an new 4GB USB drive that I've seen people report from the forum said it's working. but I can not successfully install debian to the drive can anyone help me? I am using dockstar. I: Extracting libuuid1... I: Extracting mount... I: Extracting tzdata... I: Extracting util-linux... I: Installing core packagby codier - Debian