微電腦 - iRiver Dicple D88 - Patch Kernel(jz_ts_init)



Unpack uImage

$ dd if=uImage of=kernel.bin bs=1 skip=64
$ zcat kernel.bin > body

jz_ts_init()


Stock vs Patched


Repack uImage

$ gzip -n -9 body
$ mkimage -A mips -O linux -T kernel -C gzip -a 80010000 -e 80271310 -n uImage -d body.gz uImage