Timothy Werquin

Results 26 comments of Timothy Werquin

IIRC I tried this when implementing but ran into issues when using the system wget. But worst case we try https and use http as a fallback.

https://github.com/reMarkable/epaper-qpa Not sure how that is relevant, that's for QT support right?

We just need keymaps for different languages like: https://github.com/reMarkable/epaper-qpa/tree/master/map

You can define your own keymap in this array: https://github.com/timower/rM2-stuff/blob/4174e7c70645285be47f7ab20d83e76fc8fd3835/apps/yaft/keyboard.cpp#L167 On the dev branch I've added support for a config file and custom keymaps: https://github.com/timower/rM2-stuff/commit/0722df1a9d506c5e2f804cbf539693f3488da5ac

Weird, at least 4 drones should be available and one track (garageTest). What platform are you running on? And can you confirm the contents of Data/quads.json and Data/Tracks/

Can you try again with the latest master? If you still see no drones or tracks please send me the console logs or the logs in `user://Logs/`

Indeed, running xochitl will change the root password on first run. We can probably have the script log it, or somehow prevent xochitl from setting it

xochitl calls `usermod -p` to set the password, we could also prevent that.

Honestly, for CPU intensive work, it might be worth setting up user mode qemu emulation. The system mode emulation is heavy, but allows us to run xochitl easily. The SOC...

The [user mode](https://github.com/timower/rM-docker/tree/user_mode) branch now has a `qemu-user` target that uses user mode emulation (see Readme). toltec doesn't install though: ``` 43aa0b46792f: ~/ echo "04a28483286f88c5c7f39e352afb62adc57f6162a29fd7e124d832205bb0980e bootstrap" | sha256sum -c &&...