bodhi Wrote: ------------------------------------------------------- > In your case, you can't save the envs at all > because the NAND block is bad, so you will have to > rely on the default envs internally defined by > u-boot. The default bootcmd env must include the > loading script to load the uEnv.txt file > automatically as described in the 1st post. Well thaby LeggoMyEggo - uBoot
bodhi Wrote: ------------------------------------------------------- > LeggoMyEggo, > > > I loaded the latest u-boot and created uEnv.txt > in > > /boot and IT WORKED ! :) > > Cool :) > > > bootcmd=run dt_bootcmd_usb > > I don't think it is needed, or will take effect at > all, since the uEnv.txt is loaded as part of the > deby LeggoMyEggo - uBoot
Not interested myself but for those that are. Could you clarify the description of "bricked"? That can mean alot of things so if you could clarify what steps you have tried to resurrect them it would be helpful.by LeggoMyEggo - Debian
I loaded the latest u-boot and created uEnv.txt in /boot and IT WORKED ! :) Here is what I put in uEnv.txt for a sample. I have to clean it up because it's not complete or comprehensive but it did work: dt_bootm=bootm $uimage_addr $uinitrd_addr $dtb_addr autoload=no baudrate=115200 bootcmd=run dt_bootcmd_usb bootdelay=3 console=console=ttyS0,115200n8 dt_bootcmd_ide=ide start; ruby LeggoMyEggo - uBoot
OK bodhi, here is the screen print from reflashing the new u-boot and it shows the bad blocks I have and the inability to store the u-envs. I'll try to set up the uenv.txt file in /boot and see how it goes. root@new-host-2:/boot# dmesg | grep -i 'bad' [ 1.554009] Scanning device for bad blocks [ 1.558776] Bad eraseblock 8 at 0x000000100000 [ 1.605959] Bad eraseblockby LeggoMyEggo - uBoot
I don't think sqlite is completely command compatible with mysql but I could be wrong.by LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > LeggoMyEggo, > > > I was just wondering if there was any hope for > > having the boot.envs in nand for my one Oxnas > > board with the bad blocks in mtd0 right in the > > place where the boot.envs are stored. > > This will help to get around the bad block: > http://forum.doozby LeggoMyEggo - Debian
DonCharisma Wrote: ------------------------------------------------------- > @LeggoMyEggo - makes sense, MYSQL does like it's > memory ! I just wish there were a lightweight alternative for mysquirrel like lighttpd is to apache2. I've checked and mariadb is not available for armel. Bummer.by LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > u-boot envs can be stored in any place in NAND, > since it is defined by u-boot code. mtd0 is a good > place for them, because then the rest of NAND can > be used for kernel/rootfs. So yes, you can build a > customed u-boot version that looks for envs in > mtdX, where mtdX is one of the defined mtds inby LeggoMyEggo - Debian
Let me give my voite for a Sandisk Ultra-Fit USB 3.0 drive (http://www.sandisk.com/products/usb/drives/ultra-fit3/). Works well with Kirkwood and Oxanas platforms. I just saw them online on sale and I think the 64gb version was $28.00. I've come to think the USB 3.0 controllers are still faster even if accessing on USB 2.0 lines. Here is a test with a Pogoplug Pro Oxnas: hdparm -tT /dby LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > The next OXNAS u-boot release (2014 code) that I > plan to do will help in this situation. It will > allow you to ignore the NAND envs and use uEnv.txt > to boot with (like the Kirkwood u-boot). That's > the plan, but no ETA yet, my TODO list getting > longer :) I guess I should post it and let peby LeggoMyEggo - Debian
It wasn't just you and it wasn't just me. It was down for everyone according to http://www.downforeveryoneorjustme.com/.by LeggoMyEggo - Off-Topic
Tufkal Wrote: ------------------------------------------------------- > Nice write-up for Asterisk. This is a great > platform for Asterisk, and something I will look > into very closely in the future. I'm going to try load rootfs on a sata drive and boot off of it. That should work even better than the USB flash drive I'm using. Believe it or not, I'm running itby LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > @LeggoMyEggo, > > Excellent! thanks for sharing your finding about > Asterisk. It is very useful to a lot of users. > > > I do have my Pro > > overclocked with WarheadSE's 850Mhz spl so I > think > > that makes a big difference. > > I did not know WarheadsSE has relby LeggoMyEggo - Debian
If anyone is so inclined, I was able to get Asterisk 11.16.0 with chan_dongle and FreePBX 2.11 compiled and loaded on my Pro running bodhi's 3.18.5 kernel. The only struggle I had was the compiler kept crapping out trying to make chan_sip.so. I didn't figure out until a half dozen goes at it that my 'Plug was running out of RAM as I had no swap disk or file. As soon as I enabledby LeggoMyEggo - Debian
On 3.18.5 on my PP Pro I was having trouble getting Mysql 5.5 to start after loading it from apt-get. Turns out that it wouldn't start correctly because there was not enough RAM available - at least in Mysql's eyes. As soon as I created a 256MB swap file and turned it on, mysql would function normally.by LeggoMyEggo - Debian
grayman4hire Wrote: ------------------------------------------------------- > @sudos, > > I just added instructions for upgrading from 3.14 > to 3.18 for the Pogoplug V4. Please help me verify > it and let me know. Thanks > > "Upgrade Debian to 3.18.5 kernel (optional)" > > http://blog.qnology.com/2014/07/hacking-pogoplug-v > 4-series-4-and-moby LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > Unlike the Kirkwood boxes, there is no option to > boot with UART that we know of. Should you mess up > your NAND mtds while flashing U-Boot, the recovery > path for Pogo V3 is to boot with a SATA hardisk > that was specially prepared to have all necessary > files: Stage1 SPL, U-Boot, and rootfs in theby LeggoMyEggo - Debian
megov Wrote: ------------------------------------------------------- > I begin to think, that my ix2-dl is a hard thing! > :D Having recently looked at the specs on that device (impressive) and with it being the cheapest dual bay diskless NAS I have seen ($60 at Amazon right now), if you could figure out how to "Debianize" it that would be quite a feat :) Specs: http://wby LeggoMyEggo - uBoot
The more time I spend on this site, and mind you it's a godsend, the more I realize there is so much information around here (some threads are 23 pages long!) that it would be nice if there were a few sticky posts that gave the following succinct information with linked references to the longer more comprehensive posts: 1) Instructions to load the latest Kirkwood Debian rootfs (only) anby LeggoMyEggo - Off-Topic
My Pogoplug E-01 (the original PP, looks like a SheevaPlug) has a reset hole. It's not like pushing it restores it to stock magically. All is does is power cycle the plug. My view on it, if you are doing anything half hackish on a PP then that reset button isn't gonna do much for you anyway - if it's bricked your gonna have to fix it with serial console.by LeggoMyEggo - Off-Topic
For anyone trying to get internal wifi to work with their Oxnas PP (Pro w/mPCIe), I just replaced the stock Realtek RT3090 card with an Atheros AR5B93 card and it loaded with the drivers built into 3.18.5. I also tried an Atheros AR5B225 and it worked without issue as well. Both use the Ath9k firmware / drivers and both are available for less than $5 off of eBay if you are willing to wait a cby LeggoMyEggo - Debian
Well my point was the more cookie cutter you make this the more risk there will be that the un-informed may brick their device because they don't know what they actually have. For the truly demented (in the techie sense) this is actually good - now they-ll spend countless hours trying to "un-brick" it and learn something in the meantime. But for people that have better things to dby LeggoMyEggo - Debian
The reason I said something, when you first start shopping for Pogoplugs it's so confusing. Take Amazon for example....how many different versions of the Pogoplug (in black or pink) are available in either Kirkwood or Oxnas platform? Is it a P22 (but shipped with an E02 motherboard) or is it a P-21 with an Oxnas MB? Both are exactly the same on the outside but the only way you know is byby LeggoMyEggo - Debian
I can see it coming............................ N00B Alert - This only works on Pogoplug E02's AND is only for a Kirkwood device. DO NOT TRY on a Oxnas based Pogoplug like Pro, Biz, V3, etc. ............I was once a N00B too :)by LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > Pls try compile the modules to see if it will work. And if you succeed pls tell us how you did it :)by LeggoMyEggo - Debian
Look around this guy's website for some help http://blog.qnology.com/2014/11/debian-on-pogoplug-tutorial-webmin.html http://blog.qnology.com/2013/03/tutorial-pogoplug-e02-with-arch-linux.html >>>>> see the webmin section with this guidance: pacman -Sy webmin perl-net-ssleay nano #allow any IP to connect sed -i 's^127.0.0.1^0.0.0.0^' /etc/webmin/miniserv.cby LeggoMyEggo - Off-Topic
OMG I just did a search for your situation, you are in for some fun............ http://archlinuxarm.org/forum/viewtopic.php?f=53&t=4990by LeggoMyEggo - uBoot
Double check your JTAG/serial connection.....wiggle it and make sure you truly have electrical connectivity. The reason I say something, I recently discovered the wires in the Soundblaster/CD cable that I was using for JTAG had split inside the insulation right on top of the connector. The cables are probably 20 years old now so it's no suprise but the only way I knew was when I accidentalby LeggoMyEggo - uBoot
Use only when needed as it's known to be a resource hog........... service webmin start service webmin stopby LeggoMyEggo - Off-Topic