Gadget posted on Jul 16 2006 at 04:02 PM said:Has anyone got this working on a v2.0 / MKII?
It compiles fine, but returns nothing. Did GPH change something in v2.0?
kevin posted on Oct 10 2006 at 12:29 PM said:Hi guys.
Any idea how to fix Theoddbot's code to read the GP2X serial number on devices patched with firmware 2.0?
Any help and any points in the right direction is appreciated
Thanks a million.
Kevin.
rlyeh posted on Oct 25 2006 at 07:17 PM said:I think there is no /dev/i2c-0 device anymore.
No idea about fixing it.
Mudi posted on Oct 27 2006 at 06:07 AM said:Should probably be able to monitor what the menu accesses as it looks up the serial number, at least if it is still accessing it as a /dev file
stinch posted on Oct 28 2006 at 08:01 PM said:If they have removed /dev/i2c-0 then perhaps they have removed the i2c driver code from the kernel and stuck it into the menu program.
If so looking at the file handles won't help much. It presumably would just open /dev/mem then mmap the i2c registers and start talking to the hardware.