I tried this on my Pogoplug P21 and the FTL compiling failed with this problem: cc: internal compiler error: Killed (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Makefile:98: recipe for target 'obj/sqlite3.o' failed make: *** Error 4 I'm using the 4.4.133-oxnas-tld-1 kernel. Tried on Pogo E02 which workby rynax - Debian
Could this be applied to the oxnas pogoplug p21 model?by rynax - Rescue System
Does this instrstruction work with Pogo V3 Classic/Pro? pogoplug-v3-squashfs-sysupgrade.tar pogoplug-v3-squashfs-ubinized.bin pogoplug-v3-u-boot-initramfs.bin pogoplug-v3-uImage pogoplug-v3-ubifs-sysupgrade.tar pogoplug-v3-ubifs-ubinized.bin Use the pogoplug-v3-u-boot-initramfs.bin to replace lede-kirkwood-pogo_e02-initramfs-uImage?by rynax - Rescue System
Hi, Would like to try this out on Pogo V3 Classic P21, I would need to Method A. flash the LEDE uImage(lede-17.01.4-oxnas-pogoplug-v3-uImage) and rootfs from within Debian right? (I have uboot.2015.10 and linux-4.4.117 kernel and newest Debian rootfs.) Method B. or follow the instruction in http://forum.doozan.com/read.php?4,34842,34876#msg-34876 ? If I need to go with method A,by rynax - Rescue System
Thanks for the updating work.by rynax - Debian
JoeyPogoPlugE02 Wrote: ------------------------------------------------------- > Just checking with you, hope not to offend you, > but did you see this? > > " > At this point, we're ready to boot into OpenWRT. > Note that by default, OpenWRT will default to > 192.168.1.1 and will act as a DHCP Server. Plug a > network cable from your computer directly iby rynax - Off-Topic
Hi, Just updated the uboot to 2016.05 U-Boot Kirkwood Anyone has experience with installing OpenWRT onto the box's nand flash or external USB? I've tried the instruction for installing op onto pogoplug mobile, http://blog.qnology.com/2015/02/openwrt-on-pogoplug-mobile.html by replacing the rootfs, zImage and dtb file using the Pogoplug E02's one, it seems to boot finby rynax - Off-Topic
My mtd dev: size erasesize name mtd0: 00100000 00020000 "u-boot" mtd1: 00400000 00020000 "uImage" mtd2: 02000000 00020000 "rootfs" mtd3: 05b00000 00020000 "data" Updated my PogoPlug E02 Uboot from U-Boot 2014.07-tld-3 (Mar 31 2015 - 16:56:13) to U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:23:43 -0700)by rynax - uBoot
rayknight Wrote: ------------------------------------------------------- > rynax Wrote: > -------------------------------------------------- > ----- > > Hi, > > > > I tried to modify the Uboot env settings to try > to > > boot from USB or IDE first, > > if both are not present, then boot from the > > internal flash/stock firmware. >by rynax - uBoot
Hi, I tried to modify the Uboot env settings to try to boot from USB or IDE first, if both are not present, then boot from the internal flash/stock firmware. bootcmd=run bootcmd_uenv; run dt_bootcmd_usb; run bootcmd_stock; reset the complete system configration: Stock Pogoplug OS: U-Boot (1.1.2 Jul 29 2010) cat /proc/mtd0 mtd0: 08000000 00020000 "NAND 128MiB 3,3V 8by rynax - uBoot
pmiller056 Wrote: ------------------------------------------------------- > Rynax, > > In my experience, netconsole will only work if > everything is correctly configured. Getting the > u-boot environment set up correctly can be an art, > taking several attempts to get it right. The best > thing you can now do is connect to the internal > serial port and use a seby rynax - uBoot
Hi, I have problem booting the rootfs Debian-3.17.0-oxnas-tld-1-rootfs-bodhi.tar.bz2 with this new uboot, plese help. I flashed this new uboot over the old U-Boot (1.1.2 Jul 29 2010) under stock Pogoplug OS using the following command: /tmp/.cemnt/mnt_sda1 # cat /proc/mtd dev: size erasesize name mtd0: 08000000 00020000 "NAND 128MiB 3,3V 8-bit" mtd1: 00e00000 000200by rynax - uBoot
the current uenv_read_disk settings seems to only read /boot/uEnv.txt while the booting device is mmc? uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi Can I just change the mmc to usb in this string to make it read the /boot/uEnv.txt from usb drive? I have this setting in the /boot/uEnv.by rynax - uBoot
so does this new uboot enable the booting from the original Pogoplug software by default, or I have to set this in the uboot env? I have this question because I have problem booting the device into Pogoplug stock system while there's no USB device attched, the front LED keeps flashing green and I can not see it in the network. U-Boot 2014.07-tld-3 (Mar 31 2015 - 16:56:13) Pogo E02by rynax - uBoot
try the trick in this http://forum.doozan.com/read.php?2,10489by rynax - Debian
try the trick in this http://forum.doozan.com/read.php?2,10489by rynax - Debian
Ok, I was able to rescue the system by doing the following steps: modify /lib/udev/rules.d/75-persistent-net-generator.rules change the eth to Eth # device name whitelist KERNEL!="Eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ GOTO="persistent_net_generator_end" change the /etc/network/interfaces file, edit it from a dhcp config to a static ip config: (wby rynax - Debian
It was created by this Debian installation on the Pogo E02 if I remember correctly. here's the info, looks like it has been formatted properly before (parted) print Model: Seagate External (scsi) Disk /dev/sdb: 3001GB Sector size (logical/physical): 4096B/4096B Partition Table: gpt Number Start End Size File system Name Flags 1 1049kB 2000MB 1999MBby rynax - Debian
tested, a bit concern http://forum.doozan.com/read.php?2,9967by rynax - Rescue System
I didn't do anything with the mtd1 or mtd2, but I have a E02 with the same problem as your one http://forum.doozan.com/read.php?2,10489by rynax - Debian
if boot without the Debian installation, there seems to have many bad blocks in the NAND, should I concern? U-Boot 2011.12 (Feb 20 2012 - 21:21:59) Pogoplug E02 0 (Re)staby rynax - Debian
Hi, Recently the root file system (ext2) on the flash drive was corrupted, (due to transmission-daemon's status/log write operation I would say). Have tried using fsck to repair file system and it fixed several errors. Now the Pogo E2 could not boot into the system correctly (no ip showing in the router, can't access via network). So what could I do to rescue it ? hereby rynax - Debian
Got many of these errors in dmesg, should I worry about this? having a 3TB usb drive formatted as xfs [191662.350690] [<c0013658>] (unwind_backtrace+0x0/0xe0) from [<bf136c68>] (xfs_alloc_fixup_trees+0xa0/0x300 ) [191662.361433] [<bf136c68>] (xfs_alloc_fixup_trees+0xa0/0x300 ) from [<bf13923c>] (xfs_alloc_ag_vextent_near+0x3b4/0xa68 ) [191662.373653] [<bf13923c>by rynax - Debian
Does this work on the Pogoplug V3 non Pro one?by rynax - Debian
I have several new Pogoplug E02 for sell in Australia. Any one interested can contact me. They are the black E02 packed in the P21 packaging.by rynax - Debian
1 [ 0.000000] Linux version 2.6.32-5-kirkwood (Debian 2.6.32-45) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 Sun May 6 16:57:51 UTC 2012 [ 0.000000] Machine: Marvell SheevaPlug Reference Board [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] Memory: 256MB = 256MB total [ 0.000000] Memory: 250880KB available (3516K code, 583K data, 124by rynax - Debian
shyd's solution works for me on a Pogo E02 Black. Thanks.by rynax - Debian
check out this http://wiki.freegeekarkansas.org/fgar/Lexmark_N2050_Wifi_Card_Hackby rynax - Debian