Other Parts Discussed in Thread: SYSCONFIG, UNIFLASH
Hi Experts,
We are currently using 8.05 version of SDK in our application FW. In the 8.05 version of SDK, configuration is generated by SysConfig from the options provided in the SysConfig Flash Module during the build process. We want to have a flash driver that supports multiple flash device which are pin to pin compatible and are an alternate part number to IS25LX256-JHLE Flash device. This would mean parse the SFDP parameters during bootup and configure the flash accordingly. I was able to do this successfully by using certain functions from the ospi_flash_diag example project and also making some changes to flash driver.
However, When I make a similar change to flash driver in uniflash project as we require to load our SBL and application through UART. I am having some issues.
I can successfully send SBL image but application image has some issues.
Could you please help?
Thanks,
Prithvi