STM32MP157 custom board, linux build tutorial
Is there a tutorial for newbie? I made my custom board by myself as hobby.




the board has switches to select boot 0 and boot 1, boot 2 is tied to ground through 10k resistor. so I could implement boot selector that switches between `00` flashing mode, `01` serial NOR, `10` NAND, `11` eMMC on SDMMC2. and I tested the MPU could run as DFU mode and I could see it in Cube Programmer tool.
but I can not get understood how can I flash linux to my board.
exactly, I could build linux using yocto but, where should I put my DTS files that generated by Cube IDE?
I'm under WSL2 environment to build yocto. unfortunately, I'm not expert of linux kernel :(
