You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For developing low level functions for the YIO-Remote it's best to run the application on the same environment as the final release. Issues pop up much earlier and it's easier to debug the cause.
Goals:
Base the image on the develop branch
Whenever possible only add additional tools
Libraries must remain in the same version, otherwise the develop branch must be upgraded as well
Add required tools for Qt remote interactions:
rsync
sftp
gdb server for remote debugging
Add wpa-supplicant configuration file template in boot partition
Add config.txt & cmdline.txt templates for HDMI output in boot partition
Add support for additional hardware
Device overlays and drivers for Pimorony's HyperPixel 3.5 screen
Device overlays and drivers for Pimorony's HyperPixel 4.0 screen
Detailed logging
Optional: add USB support to Kernel
Optional: USB gadget drivers for serial console and network
For developing low level functions for the YIO-Remote it's best to run the application on the same environment as the final release. Issues pop up much earlier and it's easier to debug the cause.
Goals: