Code:
"insmod: error inserting '/lib/modules/2.6.22.19-lab126/kernel/drivers/video/eink/hal/eink_fb_hal.ko': -1 Unknown symbol in module
insmod: error inserting '/lib/modules/2.6.22.19-lab126/kernel/drivers/video/eink/hal/eink_fb_hal_broads.ko': -1 Unknown symbol in module
insmod: error inserting '/lib/modules/2.6.22.19-lab126/kernel/drivers/video/eink/legacy/eink_fb_shim.ko': -1 Unknown symbol in module"
Check the kernel your running, I seem to recall you posting that you reflashed the kernel.
The kernel version and build version **must** match the modules in the rootfs.img file.
The best thing to do is get a copy of the matching kernel from the source of the rootfs.img file you are using.
= = = =
dd does not work across devices, only on the same device.
so copy the source (if=) to usb storage before trying to copy it.
or
use some type of inter-machine transport (such as netcat) in the pipelined dd commands.