Categories: Pogoplug Classic
Hai,
I just compiled u-boot-env (fw_printenv/setenv) for my pogoplug (for plugapps) and am having a little issue setting the correct offsets. Can someone help me setup my /etc/fw_env.config.
I have a pinkie (pogoplug v2)
/etc/fw_env.config:
# MTD device name Device offset Env. size Flash sector size
/dev/mtd0 0x20000 0x1000 0x2000
------
[fsk141@Pogoplug uboot-env]$ cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00400000 00020000 "uImage"
mtd2: 02000000 00020000 "root"
mtd3: 05b00000 00020000 "data"
------
this is all the information I can think to give? Let me know if you need anything else

RSS



I've tried a bunch of things, I either get:
Warning: Bad CRC, using default environment
bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; bootm
bootdelay=5
baudrate=115200
-- or --
Too few good blocks within range