Quote:
Originally Posted by helour
I've found this useful command in the /bin/kobo_config.sh:
Code:
ntx_hwconfig -s -p /dev/mmcblk0 PCB 2>/dev/null
On my Kobo Glo HD this script prints 'E60Q90'.
|
Yes, that script is used in "/etc/eint.d/rcS" while working out what is available for an upgrade. And the id returned is used work out which u-boot and uImage file to use. And "ntx_hwconfig" is used with other parameters to determine other details of the hardware.
Quote:
The another useful info is inside the folder /upgrade/mx6sl-ntx/ of each kobo-update-x.y.zzzz zip file.
|
Well that's were the uImage and u-boot files are. But, be careful you use the right one for your device.
All the above is reasonably well known. I don't really consider the id you have found a substitute for the "mark". It's probably better, but there are alternatives that might be better depending on what you are actually trying to do. Care to share what the purpose is?