View Single Post
Old 09-10-2014, 04:19 AM   #23
koshari
Junior Member
koshari began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2014
Device: kobo touch model b
Quote:
Originally Posted by philassheton View Post
Yes the copy from 0x80000 worked for me too! There's a block of just over forty bytes starting at 0x80000 (hex address) that is surrounded by zeroes. Just had to copy that across. But, weirdly I had to hack the 0x80017 value back from 05 to 00 to make it work (otherwise, it just wouldn't boot). I don't really understand how this stuff works, but still seems weird to me that it would be 05 in the Kobo img when it should be 00... Unless I was doing something else stupid! Like I say, total noob, but thought that might help a few people...

This is an amazing setup, it's so much better optimized for the e-ink than was the original Kobo rom! Very grateful...
same same here with a b model.

the thing about binaries is that you really need to check the assembly language of the processor and then you can determine if a byte is an opcode or data or even a stack pointer, so the 05 or 00 really needs to be taken related to the adjacent data.

here are my complete 3 lines of code from 80000 to 8002f

Quote:
48 57 20 43 4F 4E 46 49 47 20 76 30 2E 37 00 1D 0C 04 01 00 06 00 00 00 04 04 06 00 00 09 00 00 02 00 01 02 02 01 68 02 E4 00 00 02 01 00 00 00

Last edited by koshari; 09-10-2014 at 04:22 AM.
koshari is offline   Reply With Quote