uaf-t3 / t3x

The cuddly waffle toolset for T3 Raspberry Pi image creation & maintance.
Other
4 stars 0 forks source link

locale/keyboard configuration and typing incorrect character #40

Closed SushiFanta closed 1 day ago

SushiFanta commented 1 month ago

set locale and keyboard with raspi-config

this doesn't yet fix the issue where the keyboard types the wrong character, I will investigate it further.

SushiFanta commented 1 week ago

This is actually an issue with the raspberry pi imager not applying the keyboard configuration properly to the image. Even though the raspi-config indicates that the us keyboard is set, you need to switch it to another locale and back for the setting to "apply". This explains why makerspace images are unaffected. Looking into how to "refresh" this setting as a script.

SushiFanta commented 1 day ago

added fix to node red branch. Created an issue on the rpi imager repo: https://github.com/raspberrypi/rpi-imager/issues/887