nerves-web-kiosk / kiosk_system_rpi3

Nerves QtWebEngine Kiosk system for Raspberry Pi 3
Apache License 2.0
67 stars 25 forks source link

Kiosk System on RPi 0 #62

Open MAkcanca opened 3 years ago

MAkcanca commented 3 years ago

I'm aware it would be much slower but how can we achieve this? When I manually add webengine_kiosk to deps and use nerves_system_rpi0, it builds for x86_64 not ARM. Possibly related to this https://github.com/nerves-web-kiosk/webengine_kiosk/issues/29 although they don't exactly explain how did they solve it. How can I port this into RPi0? I know it's possible to do it since there are tutorials explaining how to achieve this on Raspbian.

Any help is appreciated. Thanks!