View Single Post
Old 01-17-2025, 06:36 PM   #2
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 876
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
Hi, it's great to see another person having a go at Kobo dev.
  1. If the library segfaults, generally the Kobo will reboot.
  2. NickelHook has protections included to prevent boot loops. If the Kobo reboots before a timeout is reached, the library will not be loaded for the next boot. Even if a boot loop happens, it is still possible to reset the Kobo using the official recovery script. Unless you are messing with the Bootloader, Kernel or init scripts, it is almost impossible to brick a Kobo.
  3. Telnet or SSH access is highly recommended. NickelHook provides functions to log to syslog, which you can read using logread. It is also possible to log to a file somewhere in /mnt/onboard as well.

Note the above is for devices running firmware 4.x ONLY.

EDIT: I see you have a Clara BW, this should be ok to work with, but you might want to check with others running the newest devices to make sure there are no gotchas to be worried about.

Have fun!

Last edited by sherman; 01-17-2025 at 06:38 PM.
sherman is offline   Reply With Quote