The board name is IMX8QXP and it's not booting at all.
I tried to build a full image and flash it to the sd card so i download the porting kit of scfw and built it and generated scfw_tcm.bin version 1.7.4 and seco version 5.9.4. then i tried to use imx make image tool to generate the flash.bin with this command "make SOC=iMX8QX flash_scfw" and flashed the binary to the sd card using this command "sudo dd if=iMX8QX/flash.bin of=/dev/sda bs=1k seek=32" but nothing is happening at all when i spy on ttyUSB0 or all the other USBs.
I also tried to use different version of scfw like version 1.3.0 and 1.2.
The mkimage i use is latest version from the its github repo.
I followed this article to gather the binaries and tools to create the full image: https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootab...