and according to onboot source for echo-p there is no uboot, so being zeroed is as expected.
i looked at the kernel sources, and like sbav1 says there is currently no way to read from the boot partitions. i am considering patching the kernel in memory to support dumping the bootloader by overwriting the existing ioctl handlers with code to read instead of write. i am assuming i will be able to do this via /dev/mem and mmap(). i need to get a cross compiler going in windows first though. anyone know if windows binaries exist of cross compiler?
