This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: Change keyboard conf to azerty in Ti AM5728 evm

Part Number: AM5728


Card: Ti AM 5728 evm

Kernel: 4.9.28

Hello,

I want t change my conf keyboard from querty to azerty in Ti AM5728 evm, but how ?

BR

Faiez

  • Hi Faiez,

    Usually this is done with loadkeys fr, but in ti sdk case this doesn't seem to be supported:
    root@am57xx-evm:/usr/bin# loadkeys --help
    loadkeys version 2.0.3

    Usage: loadkeys [option...] [mapfile...]

    Valid options are:

    -a --ascii force conversion to ASCII
    -b --bkeymap output a binary keymap to stdout
    -c --clearcompose clear kernel compose table
    -C --console=file
    the console device to be used
    -d --default load "defkeymap.map"
    -h --help display this help text
    -m --mktable output a "defkeymap.c" to stdout
    -p --parse search and parse keymap without action
    -q --quiet suppress all normal output
    -s --clearstrings clear kernel string table
    -u --unicode force conversion to Unicode
    -v --verbose report the changes
    root@am57xx-evm:/usr/bin#

    You may need to port this functionality by yourself.

    Best Regards,
    Yordan