I was having trouble getting one of my plugs to boot from the mmc card - just getting an error. after carefully reviewing the env.config I noticed that the bootcmd_mmc variable is missing in the file, so it just overpasses it with an error. I have the bootcmd variable set as follows; bootcmd=run bootcmd_usb; run bootcmd_mmc; run bootcmd_sata; run net_bootcmd; run bootcmd_pogo; reset soby november17 - uBoot
Cool! Thanks!by november17 - uBoot
SSH isn't disabled on the website, the pogoplug.com SSL security certificate that resides in older versions of Pogoplugs is expired. Unless there is a secure SSL connection, the "Enable SSH" option will not appear on their website. That's why some people are still saying they can see the option and some are saying they can't. The new SSL security certificate is availabby november17 - Off-Topic
I picked up several pogo-plug mobiles because they are really cheap and I had some success in the past using one as a NAS. But now I'm wondering, with all the people using them as webservers, etc. Why not try something more creative? Here's my idea - I'm wondering if the USB port could be repurposed as a sound output and a sound input device? Particularly, utilizing API calls to haby november17 - Off-Topic
Just got my third stock PogoPlug Mobile flashed (I bought several of them that I'm going to re-purpose for little projects). I do have to say one of the biggest drawbacks is trying to find the Debian OS in WGETable form since stock WGET only supports HTTP and FTP. I need to find a workaround for that.by november17 - uBoot
I figured out why I was having so much trouble in console. I wasn't logged in. Thats why the tar command wasn't working. I had previously used SSH and didn't have that problem. ~ # login PogoplugMobile login: root Password: login[731]: root login on 'console' ~ # So, for future reference, on a stock serial console login if there seem to be odd issues with exby november17 - uBoot
U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:41:47 -0700) Pogoplug V4 I feel so accomplished :Dby november17 - uBoot
/tmp # ls -r var uboot.environment uboot.2016.05-tld-1.pogo_v4.bodhi.tar uboot.2016.05-tld-1.pogo_v4.bod uboot.2014.07-tld-1.pogo_v4.bodhi.mtd0.kwb resolv.conf nandwrite nanddump hbplug.log fw_setenv fw_printenv fw_env.config flash_erase file.php?3,file=1236,filename=uboot.2016.05-tld-1.pogo_v4.mtd0.kwb,download=1 file.php?3,file=1236,filename=uboot.2016.05-tld-1.pogo_v4.mtd0.kwbby november17 - uBoot
/tmp # /tmp/nandwrite /dev/mtd0 /tmp/uboot.2016.05-tld-1.pogo_v4.mtd0.kwb Input file is not page-aligned. Use the padding option. Data was only partially written due to error : Success /tmp # Gah. Same error using the file you provided. I think I need to restart from the top. I'm really wondering if its my own user error somehow. The saga continues tomorrow :) I may have some more qby november17 - uBoot
/tmp # tar -xf uboot.2016.05-tld-1.pogo_v4.bodhi.tar tar: invalid tar magic Same thing. I wonder if its because the unpacking software is outdated.by november17 - uBoot
Thank you so very very much. I really appreciate your assistance.by november17 - uBoot
/tmp # uname -a Linux PogoplugMobile 2.6.31.8 #4 Tue Aug 23 13:00:50 PDT 2011 armv5tel GNU/Linux /tmp # ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8: seq=0 ttl=46 time=15.129 ms 64 bytes from 8.8.8.8: seq=1 ttl=46 time=13.657 ms 64 bytes from 8.8.8.8: seq=2 ttl=46 time=13.139 ms 64 bytes from 8.8.8.8: seq=3 ttl=46 time=10.741 ms 64 bytes from 8.8.8.8: seq=4by november17 - uBoot
Hello! I initially had a pogoplug that I had used the Qnology guide to install uboot about a year and a half ago, it worked great. Unfortunately, the pogo had an accident so I bought a new one (Pogoplug Mobile V4-A1-01). After trying to get SSH access and realizing I couldn't anymore, I bought a USB->TTL converter and wired it up and PuTTYed into it. Unfortunately, quickly into the prby november17 - uBoot