bodhi Wrote: ------------------------------------------------------- > @LeggoMyEggo, > > You are the lucky one :) it shows 512MB of NAND > because there are actually 512MB in it. I don't > think any u-boot has hard coded NAND capacity. > Back a few years ago, some of us got the Dockstar > with 512MB NAND, but it was rare. > > With 512MB NAND, you have eby LeggoMyEggo - uBoot
I have a question which a forum and Google search has not been able to answer. I loaded the latest Pogoplug E02 uboot on my Pogoplug-E01 which was the very first PP, its Kirkwood based and looks like a Sheevaplug but doesn't have a SD card or USB UART. The E02 uboot works fine but when I monitor uboot with serial console, it shows 256MB of RAM which is expected but shows 512MB of NAND whicby LeggoMyEggo - uBoot
bodhi Wrote: ------------------------------------------------------- > @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 staby LeggoMyEggo - Debian
rayknight Wrote: ------------------------------------------------------- > Could someone clarify what is the best way to get > latest kernel and rootfs on a stock PogoPlug Pro? > Do I install the new uBoot first or the > kernel/rootfs? Is there an available Rescue Image > for the oxnas based systems? Is it possible to > boot from eSATA? Ideally I would like to have anby LeggoMyEggo - Debian
Any idea why mysql-server 5.5 won't load correctly from the repository with 3.17? It gets installed but doesn't allow you to set a new password and then the restart fails after first load. Purging and reinstalling doesn't work either. Wonder if anyone else has encountered this.by LeggoMyEggo - Debian
OK so I gotta make sure I get this sequence right with the E02 stick mounted to /media/sdb1 in another Plug running Debian............... 4. Create uImage with embbeded DTB (If this is not first time installation, please see Note 2 below). I'm using the GoFlex Net booting with USB drive as an example here. Please replace its name (kirkwood-goflexnet.dtb) with the box you are installinby LeggoMyEggo - Debian
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?by LeggoMyEggo - Debian
Post a Youtube video and then give us a link. That will generate some interest.by LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > A small correction: kernel 3.17 for Oxnas was not > come from Jeff. It's my kernel build which is a > derivative of kref's kernel build! Hehe I thought your name was Jeff. Sorry :(by LeggoMyEggo - Debian
Thanks to Jeff's 3.17 kernel I've now got two PP Biz's (apparently the bastard step child of Pogoplug'dem) up and running. They are working great. Had some issues with both getting my setenv's correct but finally got them straightened away. One plug is running Squeezelite using a cheapo CM108 usb adapter for sound and booting off an old 2.5" IDE drive in a usb encby LeggoMyEggo - Debian
bodhi, Am I correct that the built in Ralink wireless adapter is not supported yet in 3.17? I was able to get it to work previously using shv's image but all the steps I used to do that before didn't work this time. When I first booted, I loaded wpasupplicant and wireless-tools and did a ifconfig -a and wlan0 is present but editing /etc/network/interfaces doesn't help and theby LeggoMyEggo - Debian
SUCCESS! :) bodhi, your suspicion about it having something to do with root rights was correct. I think what my error was, I had actually been unzipping your bz2 file using 7-zip on my Windows machine and then SSH copying the resultant tar file over to the Beaglebone Black I was using to create the disk. Once I discovered how to unzip a bz2 file (apt-get install bzip2 then bunzip2 Debian*),by LeggoMyEggo - Debian
Apologies, I know I should use that snippet tools as I didn't want to fill the page with code but anyway, here goes: BEGIN of Screen Print (initramfs) /bin/reboot [ 280.118632] reboot: Restarting system U-Boot SPL 2013.10 (Apr 27 2014 - 19:08:27) Boot device: NAND Attempting to set PLLA to 800 MHz ... plla_ctrl0 : 0000030a plla_ctrl1 : 00400000 plla_ctrl2 : 007f0068by LeggoMyEggo - Debian
Put 3.17 on a flash drive and I am getting much further however I don't get a Debian prompt. This is where I get up to now: 2.845634] usb 1-1.2: SerialNumber: AE7FHE0700000917 [ 2.853209] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 2.860052] scsi host1: usb-storage 1-1.2:1.0 [ 2.880568] usbcore: registered new interface driver uas [ 4.047208] scsi 1:0:by LeggoMyEggo - Debian
It's not a Video fortunately, it's a Biz I bought from Adorama a couple months ago. Here is my printenv from Putty console. OX820 # printenv autoload=no baudrate=115200 bootargs=console=ttyS0,115200n8 bootcmd=run dt_bootcmd_usb bootdelay=10 console=console=ttyS0,115200n8 dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop; reset dt_bootm=bootm $uimage_addr $uinitrd_addr $by LeggoMyEggo - Debian
OK let me start off by saying DUH! I don't know how I did it but I accidentally flashed MARVELL stage 1 boot files to my OXNAS device. So from a JTAG console I can see it trying to boot the kernel but it fails because of my obvious FUBAR. I have tried to follow the forum threads about how to load a new uboot but that works at a higher level than what I am able to access my device at in it&by LeggoMyEggo - Debian