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.
I used sysconfig web tool. And want to insert settings I made there to linux device tree.
Found, sysconfig can configure devicetree.txt, but where to put these configuration. Device tree blob generates from many files.
Hi,
All the pinmux for AM57xx needs to be done in the mux_data.h in the U-Boot folder. Kernel doesn't touch the pinmux even if we do the device tree pinmux configurations.
Best Regards,
Keerthy
Keerthy,
How to generate the mux_data.h file for custom board?
It used to be able to configure in dts file with old pinmux tool, why changed?
Tony,
With old pinmux tool were you getting the mux_data.h file?
- Keerthy
Keerthy,
Customer said there is a old version can generate the .dts file with pad configuration. but can't find the installation file now.
I installed several pinmux V4 version, did not find which version can generate the .dts file.
From this post, need a perf tool to convert pinmux file for mux_data.h, What is the tool and is there a guide?
Thanks Tony for finding that! Due to IOdelay we need to program all the pin mux in the beginning at the boot loader phase.
- Keerthy