Hi,
We are looking to implement a design utilizing the AM437x & booting Linux from a QSPI flash chip. We initially intended to use the AM437x with a separate linux image to program the flash chip but we are finding there may be some obstacles in making this work in a production environment so we are looking to avoid this route.
We intend instead to pre-program the flash chip with the full Linux image (U-Boot, Kernel & root fs) at production likely using gang programmers. For development we are looking to program some boards using a programmer such as DediProg. The intention would be to combine the U-boot & Kernel images into one file with the correct pre-determined memory offsets for programming.
Can you advise if this is a viable solution & is there anything to look out for here?