Only pimps pim cars ...
OK, I asked a VU+ solo owner to do this for us:
nanddump /dev/mtd0 -f dump0
nanddump /dev/mtd2 -f dump2
nanddump /dev/mtd3 -f dump3
The splash.bin has a BM8 header.
If you the do a strings dump0 | grep BM8 this shows that the logo is there in the full flash.
All the other dump* give no result. So the logo is not in the kernel or the mac partition of his VU+ and it cann't be in root partition either.
Now you have to check partition layout from cat /proc/mtd for the holes and get the header offset with bvi dump0 and then you have the offset for the nandwrite -s xxxx /dev/mtd0 splash.bin to write to the hidden logo part of the flash. And maybe check if cat /proc/mtd on a vix image shows more partitions :-)
cat /proc/mtd
dev: size erasesize name
mtd0: 0e100000 00020000 "rootfs"
mtd1: 0e100000 00020000 "rootfs(redundant)"
mtd2: 00700000 00020000 "kernel"
mtd3: 00100000 00020000 "mac"
mtd4: 0d675000 0001f000 "rootfs"
But from here I can't help as I don't have any such box and I can't ask soembody else to try it out based on my dirty guess..
Edited by gutemine, 8 February 2014 - 15:47.