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.

Starterware/AM3352: Board name in SRAM

Part Number: AM3352

Tool/software: Starterware

Hi,

In sdk 3.0.0.4, u-boot/include/configs/am335x-evm.h, ftdfile is selected by checking the board_name, e.g A335x_SK or A33515BB. I want to let the u-boot download mydt.dtb.  I am working on am3352. What is the board_name for am3352 supposed to be?

I looked into the u-boot/board/ti/am335x/board.c and other files, and find out the board_name is read from NON_SECURE_SRAM_IMG_END - SZ_1K. 

Is the board_name field pre-set , or I need to modify somewhere to edit the board_name? 

Thanks.