I was running 3.3 (or 3.2 not sure manually updated) on my Kobo Mini and updated my Kobo over wifi to 3.4.1. The firmware patch #32 works fine and I can run in /mnt/onboard/.kobo/advboot/pre_run/ (tested with touch file). But sadly my old script for telnet is not working anymore.
Code:
mkdir -p /dev/pts
mount -t devpts devpts /dev/pts
The script is basically the same as in the start post I just don't activate wifi by default and just open the browser instead. Adding ifconfig eth0 192.168.0.1 up (or with another ip) won't help.
Does anyone know what could have gone wrong?