@emper0r,
I am not familiar with Debian so I can not comment how to make the
initrd you want but once you manage to get one then you can use following to get to work with plug.
At your plug shell prompt,
root # mkimage -A arm -O linux -T ramdisk -C gzip -a 0x0 -e 0x0 -n "initrd" -d /path/to/initrd.img /path/to/saved/copy/uInitrd
root # cp -a /path/to/saved/copy/uInitrd /mounted/SD/uInitrd
Now you should be able to use the new
uInitrd as you did for Debian
Marvell>> ext2load mmc 0 0x01100000 /uInitrd; ext2load mmc 0 0x02000000 /uImage.new
Marvell>> bootm 0x02000000 0x01100000
Good luck
