Geca
Member
Hi, it is posible to read the caanoo serial number by code ?
Thanks.
Thanks.
Jurk said:There will be something, because you can see your caanoo serial number in a section of the options menu...
Hardyx said:Have a look at Pollux Databook rev 0.91, chapter 5.
You must to read some hardware registers.
uboot is the OS loader program, you must to look at the firmware/menu source, if available.Geca said:I take a look at u-boot 1.1.6 to find the source from the settings panel where the serial is displayed, but i can't find the resource...
Is a bit complex, but you can see the libcastor initialization source code for reading hardware registers.Geca said:Can you make a example to read one of these registers using pollux ? Thanks..
Hardyx said:uboot is the OS loader program, you must to look at the firmware/menu source, if available.Geca said:I take a look at u-boot 1.1.6 to find the source from the settings panel where the serial is displayed, but i can't find the resource...
Is a bit complex, but you can see the libcastor initialization source code for reading hardware registers.Geca said:Can you make a example to read one of these registers using pollux ? Thanks..
You must open the Linux "/dev/mem" device and access the locations of the registers to read the values.
If you know old BASIC language is like using instruction PEEK to read the memory.
You have an example for reading (other) registers in the wiki:
http://wiki.gp2x.org/wiki/Setting_the_8_bit_palette_from_Linux