SPRADE5 February 2025 TDA4VM , TDA4VM-Q1
There are multiple methods to flash the binaries to OSPI flash as mentioned in TDA4 Flashing Techniques. This application note uses the u-boot to copy the images onto the OSPI Flash.
sf probe
sf erase 0x0 0x4000000
fatload mmc 1 ${loadaddr} sbl_ospi_img_hlos_mcu1_0_release.tiimage;
sf update $loadaddr 0x0 $filesize;
fatload mmc 1 ${loadaddr} combined_opt.appimage;
sf update $loadaddr 0x100000 $filesize;
fatload mmc 1 ${loadaddr} tifs.bin;
sf update $loadaddr 0x80000 $filesize;
fatload mmc 1 ${loadaddr} nor_spi_patterns.bin;
sf update $loadaddr 0x3fe0000 $filesize;