STM32MP257F-EV1 ioc file for cubemx with full board functionality
Hello!
I'm working on a STM32MP257F-EV1 board. So far, I've been modifying the kernel device tree that came with the kernel after building the openstlinux distribution, and have that working. I'd like to move to CubeMX-generated device trees though, to adapt to a future custom design (still on the EV1 board for now though). I'm using CubeMX 6.17.0 on Ubuntu Linux.
However, I was surprised to find out that simply doing "Start My Project from ST Board" and selecting the EV1 doesn't actually configure the board with the same functionality as the defaults from the distribution:
* In my earlier post, I noted that eMMC booting doesn't work [1] (now works, but after changes)
* I have bluetooth connected to USART6, also doesn't work out of the box (and still doesn't)
* A SDIO-connected wifi card sits on the sdmmc1 (the SD card slot). Works with my modifications to the kernel device tree, but not with the same modifications to the /* USER CODE BEGIN ... END */ sections in the CubeMX-generated tree.
* weston-graphical-session doesn't work. For now due to unknown reasons.
What I'd really like is to start with a fully functioning configuration, and then cut away features I don't need. Is there an IOC file for then EV1 that can be downloaded somewhere that provides this?
