This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM243X: Some questions about sbl_null.

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: AM2431, LP-AM243, TMDS243EVM, AM2434, UNIFLASH

Hello,

(Please understand that I am not good at English.)

I have a custom board that embedded AM2431ALV.

LP-AM243 evaluation board is embedded AM2434ALX.

TMDS243EVM is embedded AM2434ALV.

So, During AM2431ALV SoC initialization, I had some questions.

 

1.  At first, I thought I needed to flash the "am243x-evm/default_sbl_null.cfg" because I used the same ALV model as EVM, but this was wrong.

    Why should I flash "am243x-lp/default_sbl_null.cfg"?

   (When I try to flash only am243x-lp/default_sbl_null.cfg, it flashes normally)

2. Where is sbl_null loaded by the command below?

    I want to know the memory or address that will be loaded, and also how "sbl_uart_uniflash.release.hs_fs.titimage" works (If possible).

    (command : --file=sbl_prebuilt/am243x-lp/sbl_null.release.hs_fs.tiimage --operation=flash --flash-offset=0x0)
3. How different is "sbl_null.release.hs_fs.tiimage" from "sbl_null_am243x-lp_r5fss0-0 example code"?
    Is it the same thing?
Please reply.
Thank you.