Hi,
I want to implement falcon mode in IMX93 EVK. I'm following the document "AN14093" , I'm able to build images as mentioned in the document and flashed the images into the SD card. However during bootup I don't see any boot logs on the serial console.
Following are the steps that I have followed as mentioned in section 7.3 :
sudo dd if=flash.bin of=/dev/sdb bs=1k seek=32 conv=fsync
Despite following all the steps outlined in the document, I'm unsure why the device is not operational. Please advise if there are any errors in my approach
Thanks in advance
Hi,
I'm currently utilizing the IMX93 version: A1.
Confirming logs from U-Boot: "CPU: i.MX93(52) rev1.1 1700 MHz (running at 1692 MHz)".
I missed a detail in my previous message. According to document "AN14093", it suggests using BSP version 6.1.36_2.1.0 for IMX93 A1. However, I encountered a compilation error in U-Boot after applying patch 0001-Enable-Fast-Boot-on-i.MX-8M-Family-and-i.MX-93.patch. Therefore, I proceeded with BSP version 6.1.22_2.0.0.
I tried to compile U-Boot with Yocto and also tried cross-compilation. The error log is provided below
LD spl/u-boot-spl
aarch64-linux-gnu-ld.bfd: u-boot-spl section `.data' will not fit in region `.sram'
aarch64-linux-gnu-ld.bfd: region `.sram' overflowed by 6608 bytes
make[1]: *** [scripts/Makefile.spl:528: spl/u-boot-spl] Error 1
make: *** [Makefile:2044: spl/u-boot-spl] Error 2
Could you please let me know which BSP version you tried?
Best regards
sunile