I've acquired a used Pogoplug Mobile and installed ALARM. Pretty decent for the price

I've installed uboot-env tools with
pacman -S uboot-env
Now when I looked at /etc/fw_env.config, I am not sure what to put in for the MTD parameters?
$this->bbcode_second_pass_code('', '# Configuration file for fw_(printenv/saveenv) utility.
# Up to two entries are valid, in this case the redundand
# environment sector is assumed present.
# MTD device name Device offset Env. size Flash sector size
#/dev/mtd2 0x0000 0x20000 0x20000
# dockstar:
# /dev/mtd0 0xc0000 0x20000 0x20000
# iomega iconnect
# /dev/mtd0 0xa0000 0x20000 0x20000')
Thanks!