If Nickel is not stopped, it interferes with Koreader.

The sleep function kicks in after the set time and it will freeze koreader.
Pulling the power switch gives back control momentarily, but it changes to standby within tens of seconds.
pull/397/head
Markismus 11 years ago
parent 485ab8aa9d
commit 6465398731

@ -10,9 +10,11 @@ export TESSDATA_PREFIX="data"
# export dict directory
export STARDICT_DATA_DIR="data/dict"
# stop Nickel
killall -STOP nickel
# finally call reader
./reader.lua /mnt/onboard 2> crash.log
# continue with nickel
reboot
killall -CONT nickel

Loading…
Cancel
Save