Hello,
I used the following guideline to install OpenWrt on PogoPlug Pro: Link.
The version 18.06.4 seams to work well. I didn't get the Wifi Interface working. SATA seams to be not supported.
The memory layout is defined as follows:
@bodhi,
How can I access your uboot environment which is located at 00100000 with fw_printenv? It might be a bit dangerous that mtd1/mtd2 don't fit neither to your layout nor to original layout. Openwrt just overwrite kernel and ubi. The kernel is located at 00440000.
I used the following guideline to install OpenWrt on PogoPlug Pro: Link.
The version 18.06.4 seams to work well. I didn't get the Wifi Interface working. SATA seams to be not supported.
The memory layout is defined as follows:
root@OpenWrt:~# cat /proc/mtd dev: size erasesize name mtd0: 00040000 00020000 "stage1" mtd1: 00380000 00020000 "u-boot" mtd2: 00080000 00020000 "u-boot-env" mtd3: 009c0000 00020000 "kernel" mtd4: 07200000 00020000 "ubi"
@bodhi,
How can I access your uboot environment which is located at 00100000 with fw_printenv? It might be a bit dangerous that mtd1/mtd2 don't fit neither to your layout nor to original layout. Openwrt just overwrite kernel and ubi. The kernel is located at 00440000.