Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Convert Pogoplug Series 4 to Debian, howto? (8 replies)

$
0
0
Hi!

Currently running a couple of pogo plugs (one standard with SATA, one mobile) on Archlinux (https://archlinuxarm.org/platforms/armv5/pogoplug-series-4).

Now wanting to re-purpose these, and Debian fits me better!

How do I reflash them to the Bodhi u-Boot, and install Debian on the disks (sata on the v4, and usb-key on the v4 mobile) that are now running Arch?

Found these by searching:
http://forum.doozan.com/read.php?2,25422,25422#msg-25422
http://forum.doozan.com/read.php?3,12381

But they do not see to fit my scenario, or?

Thanks for any help/guidance!

[root@eyez ~]# cat /etc/fw_env.config
cat: /etc/fw_env.config: No such file or directory
[root@eyez ~]# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00200000 00020000 "u-boot"
mtd1: 00300000 00020000 "uImage"
mtd2: 00300000 00020000 "uImage2"
mtd3: 00800000 00020000 "failsafe"
mtd4: 07000000 00020000 "root"
mtd5: 00010000 00008000 "spi0.0"
[root@eyez ~]# fw_printenv ethaddr
-bash: fw_printenv: command not found
[root@eyez ~]# dmesg | grep -i 'bad'
[   14.935952] Scanning device for bad blocks
[   14.969468] Bad eraseblock 549 at 0x0000044a0000
[root@eyez ~]# fdisk -l
Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1f29dfaf

Device     Boot Start       End   Sectors  Size Id Type
/dev/sda1          63 312576704 312576642  149G 83 Linux
[root@eyez ~]#

Viewing all articles
Browse latest Browse all 3247

Trending Articles