Hi,
I want to change PINMUX assignments on the fly during Linux running.
As it is not that difficult in DSP on OMAPL137/ 138 I used similar idea on Linux, possibly without writing kernel mode driver.
My idea is that i will use /dev/mem interface and mmap function to map PINMUX registers and KICK registers (as i should unlock them before writing to PINMUX) and act as i have direct access to PINMUX settings from user space application.
I have something like that compiled but I haven't observed it working.
My question is this "idea" can work or it is impossible because of some Linux internals.