Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: LP-AM243, UNIFLASH
Hello,
I'm experiencing the same symptoms in url below.
I am developing a custom board with the AM2431ALX (HS-FS).
The built-in SPI flash memory is the S25HL512T, which is exactly the same as the evaluation board LP-AM243.
The initialization was confirmed to have been carried out normally, and the sample images of sbl_ospi_am243x and hello_world_am243x were flashed to flash memory through UART Uniflash, confirming that they were operating normally.
(I'm sure there's no problem here.)

I saved this file as a json file.
Also, I pressed 'automatically configure flash' - Load from JSON button in syscfg tool of sbl_ospi_am243x sample project.
I compared the parameters and confirmed that they were input normally.
Also, syscfg in the sbl_uart_uniflash_am243x sample project also loaded the JSON file in the same way as above.
I built these project without modifying anything. I completed the flash successfully through UART Uniflash, including hello_world_am243x sample image. ([STATUS] SUCCESS !!!)
The contents of the .cfg file used in UART Uniflash are as follows.

And when you uncheck this check, what are the problems?
Thank you.