grayman4hire, > #enable swapfile on reboot > echo "/media/usb/swapfile.img none swap sw,nofail > 0 0" >> /etc/fstab I would avoid adding this to fstab. Turn swap on in /etc/rc.local is better, IMO. /etc/rc.local .... swapon /swapfile1 swapon /swapfile2 ....by bodhi - Debian
> I think we will get there but looking back at all > the effort people here and at Arch have put into > making these devices stable, well it's been a long > and rough road. Indeed it had been that way. I think by now we got a good NAS out of it with the ability to keep up with new kernels release. That's just about I hope to get for a low cost plug.by bodhi - Debian
@LeggoMyEggo, > And the built-in > wireless defies all attempts to get it working > without replacing the mPCI-e card to Atheros or > something else. I hope that this might be possible to fix once I got time to look at it. > It's been stated elsewhere, I'll repeat it with regret, you probably should just buy a Kirkwood and your life will be alot happier.by bodhi - Debian
@Nate, > I am having a POGO-P21. I followed: > http://archlinuxarm.org/platforms/armv6/pogoplug-v > 3oxnas-eol last night, works fine. > Until I shut down the Pogo, I can't get it to boot > properly since. > > The green light just keep flashing forever. The Debian rootfs won't work with the u-boot and kernel setup by the above Arch installation. You wilby bodhi - Debian
@Ray, It is best that you have serial console connected first. But you can do without it, but be carefull. If you intend to install both new u-boot and rootfs then it is best to install both at the same time: prepare rootfs on USB stick, and then install new u-boot, and setup netconsole right away (if you don't have serial console connected), reboot with the new rootfs. There is noby bodhi - Debian
free command: http://www.linuxnix.com/2013/05/find-ram-size-in-linuxunix.html htop showed that you have no swap space (0/0MB). It means your swap file/partition setup was incorrected..by bodhi - Debian
codier, If you don't have any USB drive attached, then it would boot into the rescue system. Attach the USB stick and boot, see if you can boot into Debian.by bodhi - uBoot
Waynosan, Boot the stock Pogo E02, ssh in and download NAND tools as instructed in section A of the u-boot thread: QuoteA. Flashing Instruction: ..... Also, if you are running stock kernel or older Debian/Arch kernel, which do not provide mtd-utils and uboot-tools tools (fw_setenv, fw_printenv, flash_erase, nandwrite), you can download the NAND and U-Boot tools binaries here in thiby bodhi - uBoot
Adam Wrote: ------------------------------------------------------- > i made sure to partition my usb drive with a swap > partition, but it doesnt look like my pogo is > actually using it. before I started doing general > linux swap research, i wanted to check here to see > if i was missing something. > i verified that swap is not being used with " sudo > swaponby bodhi - Debian
The ./kirkwood.debian-wheezy.sh script is obsolete. See: kernel/rootfs: http://forum.doozan.com/read.php?2,12096 u-boot: http://forum.doozan.com/read.php?3,12381by bodhi - Debian
codier Wrote: ------------------------------------------------------- > 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. That was the correct modification. Now it is less noisy in boot log?by bodhi - uBoot
@Robert, Glad it became useful and interesting for you again. What a waste to keep it on the shelf collecting dust :)by bodhi - Debian
Gravelrash Wrote: ------------------------------------------------------- > Fairly certain i somehow baulked the installation > - whether through copy and paste or some other > mechanism.... the plug is now working - amazing > what a fresh rootfs will do..... > > *looks sheepish and scratches head* :) it does happen to all of us sometime. Usually only when you insby bodhi - Debian
grayman4hire, Quotemaybe it's related to SCREEN connection. I think it is probably SCREEN. I use picocom only.by bodhi - uBoot
grayman4hire, > I noticed that when I have my serial/UART > connection plugged into Pogoplug, it will halt at > the uBoot "PogoV4>" prompt, but if I don't have > the serial connection plugged in, it will continue > correctly and boot Debian from my USB drive. That's strange. It should not happen unless you press a key on the keyboard. It might be soby bodhi - uBoot
Gravelrash, I don't quite understand what you did. Can you post installation log?by bodhi - Debian
Btw, rsync over nfs introduces more factors so it is not meaningful. I would use iperf to measure network speed separately, and then tune the xfer protocol.by bodhi - Debian
Buttzy, If by plugnetworks you meant powerplug, then 9MB/s is normal.by bodhi - Debian
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