Peacemaker Wrote: ------------------------------------------------------- > Yes, I tryed everything and it did not worked out. > With the work from the openwrt dev's, I was able > to generate a uBoot thats working while loading > from vendors uBoot, but the problem is the spl. You dont really need SPL to initialize SATA (unless you want to boot from SATA), u-boot does thby bodhi - uBoot
hachigo Wrote: ------------------------------------------------------- > Thank you all. I had no idea. I am really just > starting to delve into this computer stuff coming > from a bioscience background, it's a bit of a > learning curve. Cool! have you heard of neural networks? would be cool to play with it on these plugs :) (the low power cost of these plugs would make iby bodhi - uBoot
I remember now. WarheadsSE and I commented on the OXNAS SATA driver code that handles ports. Did you try any of what we were discussing?by bodhi - uBoot
hachigo, The info can be found in my thread about how to backup and restore NAND (it's in my signature): http://forum.doozan.com/read.php?3,16789,16789#msg-16789 Specific explanation: NAND block is 128K, so the 1st 1M of NAND contains block 0 to block 7. You bad block starts at 206, therefore they are way out of 1M.by bodhi - uBoot
> How to boot? Directly with spl or only stage2 over > vendor uBoot? Directly with SPL.by bodhi - uBoot
> OX820 # usbboot 6400000 0:0 I see. It is true that not necessary to boot it this way. We just need to boot it as a normal USB rootf with bootargs and boot command. BTW, when you boot with my u-boot binary, did "ide reset" return with only one HDD even though there are 2 HDDs?by bodhi - uBoot
Peacemaker, > - other uboots (bodhi, kref's) can boot from Sata > but only load one disk. This make senses. Because this u-boot code only deals with one SATA. > - usb did not working with any uBoot > This is really odd. Because my/kref u-boot build handles USB, and it is the easiest thing to get working. What do you see if - Have USB rootfs attached - Bootby bodhi - uBoot
hachigo Wrote: ------------------------------------------------------- > 2. set the booting environment variable (note that > usb_root variable is part of the bootargs): > > fw_setenv setenv usb_root 'LABEL=rootfs' > > > > Is this command correct? > > Should it be? : > > > fw_setenv usb_root 'LABEL=rootfs' > >by bodhi - uBoot
dharry, This GoFlex Net u-boot would work fine for a GoFlex Home plug. However, some functionalities are different enough that you should consider installing a proper GF Home u-boot and use the GF Home rootfs. For example, the LED light controll is different, and GoFlex Net does not have RTC but the GF Home does.by bodhi - Debian
BuckNaked, A. The 3.17kernel tarball is in the 1st post of the kernel and rootfs thread. The config and patch are included. Download the mainline kernel source tree, apply the patch, and build with the config file. B. You will need to rebuild the zimage, redo the uImage and uInitrd. Dtb doesnot need to be rebuilt, but should do that anyway. And let me know if you rather want me to incluby bodhi - Debian
eok Wrote: ------------------------------------------------------- > Bodhi; > > QuoteBodhi > The kernel tarball (Updated 29 Oct 2014) has > everything you need to build your own kernel: ... > > > Oh my, how silly of me - I forgot. And I was > looking right at the header tree the other day > too. Sheesh! Anyway, again: thanks! > > --- > eokby bodhi - Debian
@adrianTNT, If running stock u-boot, use kernel 3.16.0-kirkwood-tld-2 from: http://forum.doozan.com/read.php?2,12096 To run kernel 3.17, you need new u-boot. First, see if you can boot with UART if you have serial console, then update u-boot: http://forum.doozan.com/read.php?3,12381,17420#msg-17420 Unfortunately, atm there is no combined installation instruction for the NSA325.by bodhi - Debian
eok, > I see you include the headers with your kernel > releases. Any possibility of releasing a full > kernel source snapshot too? I don't have a > problem building my own kernels or modules > (actually, I prefer it). > Thans for reporting this missing code page in config. The kernel tarball (Updated 29 Oct 2014) has everything you need to build your ownby bodhi - Debian
codier, > Thanks for all your help. It's working now. Cool! > Unknown command 'mmc' - try 'help' > Unknown command 'ide' - try 'help' > ** Bad device usb 0 ** > > anything wrong at beginning of the script? > There is nothing wrong. The default script scans all type of devices (usb, mmc , ide), so when you use itby bodhi - uBoot
codier Wrote: ------------------------------------------------------- > 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? > Rescu > e V2.8.2 by davygravy > > Regards, Just boot without the USB rby bodhi - uBoot
xoy74, > - used the Arch Linux instructions for installing > Arch. Everything went well and I could boot into > Arch, but that's not the distribution I want to > use So far so good. > - flashed the GoFlex Home uboot from > http://forum.doozan.com/read.php?3,12381 because I > wanted to have access to netconsole After flashing this new u-boot, I would recoby bodhi - Debian
Gravelrash, It is default to 700 MHz. I've uploaded a 850 Mhz SPL somewhere in the forum. Let me see if I can find it. I think 850 is the safest limit. Faster than that, it'll become unstable. PS. I see shv already responded. But anyway the SPL is here in this post: http://forum.doozan.com/read.php?3,16017,17548#msg-17548by bodhi - Debian
codier Wrote: ------------------------------------------------------- > Thanks bodhi, > > by the way, Do I need the following one? > > setenv pogo_bootcmd 'if fsload > uboot-original-mtd0.kwb; then go 0x800200; fi' > Only if you want to boot back to Pogo OS. It is not needed, since you already have rescue system installed.by bodhi - uBoot
dharry Wrote: ------------------------------------------------------- > Hi, > > My old debian installation for my Goflex Home is > dieing because of to many bad blocks on the USB > stick. > > So I tried to Install a fresh image to a new USB > stick like described in section "Updated 31 Oct > 2014:" > > > But the system don't bootby bodhi - Debian
codier, These rescue envs were missing some variables. In serial console, reset the 3 envs below and then boot. Once you are in Debian, you can set them permanently with fw_setenv, setenv force_rescue_bootcmd 'if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi' setenv rescue_bootcmdby bodhi - uBoot
@LeggoMyEggo, Read the rest of the thread from the post I've posted above.by bodhi - Debian
codier, It is now much easier with serial console. You can create the 3.16 or 3.17 rootfs per instruction: http://forum.doozan.com/read.php?2,12096 Pls boot with the new rootfs and let us know once you're in Debian (post serial console log here if problem). Meanwhile I will take a look at your u-boot envs for rescue settings.by bodhi - uBoot
LeggoMyEggo Wrote: ------------------------------------------------------- > I have 3.17 running on a PP E02 and the RAM shows > up as 128MB but information from the Arch Linux > site and others says the E02 is supposed to have > 256MB of RAM. Is this a limitation in the kernel > or is 'free -h' giving incorrect info? It means you are not running it as Pogo E02by bodhi - Debian
monkmandolins, Thanks, good to see LXDE. I'm using xfce, which is pretty lightweight, but it is not performing well running a web browser.by bodhi - Debian
codier, Should try these in order: 1. Try netconsole, if you can connect with netconsole, it is easy to fix. 2. Recreate the 3.17 or 3.16 USB rootfs from scratch, by try booting with it, observe LED light to see the booting progress, if any. 3. Try davygravy's rescue tarball (since you have rescue installed). If all 3 above failed, then 4. Connect serial console.by bodhi - uBoot
Codier, Power up, and interrupt neconsole, get the listing of u-booot envs and post here: printenvby bodhi - uBoot
It is. Separate power source is needed. 2 choices: 1. eSata enclosure or 2. a cable directly connect to the port but the HDD draws power source from outside. EDITED: wrong link for the cable (I can't seem to find the correct one on my bookmarks)by bodhi - uBoot
wtip Wrote: ------------------------------------------------------- > I've been wanting to setup my dockstar as a backup > NAS using BTRFS and it's snapshots feature. > I just went through the process of installing the > linux-3.17.0-kirkwood-tld-1-bodhi kernel and setup > the system, only to discover that the 3.17.0 > kernel corrupts the BTRFS snapshots. >by bodhi - Debian
tucansam Wrote: ------------------------------------------------------- > Thank you for your reply. > > Prior to seeing your reply, I had used the USB > stick method to try to re-flash with the latest > Seagate software (power on holding down reset, > wait for white LED). Now when I turn the device > on, the green LED blinks quickly, forever. > Nothing else hby bodhi - uBoot
Mangix Wrote: ------------------------------------------------------- > I bought a sata extension cable. It works in my > computer but not on the pogoplug. What type of Sata cable? It would be best to post link to the picture or spec. > It really sounds > like the boot loader is not initializing it. I'd doubt that would be the case. I think it is most likely power iby bodhi - uBoot