Part Number:AM4372
Tool/software: TI-RTOS
Hi .
#1. I notice there are 2 folder:
C:\TI\pdk_am437x_1_0_13\packages\ti\board\utils\uniflash
C:\TI\pdk_am437x_1_0_13\packages\ti\board\utils\uartAppLoader
What's the purpose of those 2 folder?
#2. If we want to uniflash to flash the customer PCB, we need to make the "uniflash" folder, right?
So, how is the exactly command for building the QSPI Flash boot loader for Uniflash working on AM437?
#3. I type the command as below, but it will show me the error, how to solve?
C:\TI\pdk_am437x_1_0_13\packages\ti\board\utils\uniflash>gmake SOC=AM437x
compiling C:/TI/pdk_am437x_1_0_13/packages/ti/starterware/soc/armv7a/gcc/sbl_init.S ...
linking C:/TI/pdk_am437x_1_0_13/packages/ti/board/utils/uniflash/obj/idkAM572x/xmodem.o C:/TI/pdk_am437x_1_0_13/packages/ti/board/utils/uniflash/obj/idkAM572x/u
art_main.o C:/TI/pdk_am437x_1_0_13/packages/ti/board/utils/uniflash/obj/idkAM572x/qspi.o C:/TI/pdk_am437x_1_0_13/packages/ti/board/utils/uniflash/obj/idkAM572x/
soc.o C:/TI/pdk_am437x_1_0_13/packages/ti/board/utils/uniflash/obj/idkAM572x/sbl_init.ao into C:/TI/pdk_am437x_1_0_13/packages/ti/board/utils/uniflash/bin/idkAM
572x/uart_idkAM572x_flash_programmer.out ...
arm-none-eabi-gcc.exe: error: C:/TI/pdk_am437x_1_0_13/packages/ti/board/utils/uniflash/soc/am572x/linker.cmd: No such file or directory
arm-none-eabi-gcc.exe: error: C:/TI/pdk_am437x_1_0_13/packages/ti/board/lib/idkAM572x/a9/release/ti.board.aa9fg: No such file or directory
arm-none-eabi-gcc.exe: error: C:/TI/pdk_am437x_1_0_13/packages/ti/drv/uart/lib/am572x/a9/release/ti.drv.uart.aa9fg: No such file or directory
arm-none-eabi-gcc.exe: error: C:/TI/pdk_am437x_1_0_13/packages/ti/drv/spi/lib/am572x/a9/release/ti.drv.spi.aa9fg: No such file or directory
arm-none-eabi-gcc.exe: error: C:/TI/pdk_am437x_1_0_13/packages/ti/csl/lib/am572x/a9/release/ti.csl.aa9fg: No such file or directory
arm-none-eabi-gcc.exe: error: C:/TI/pdk_am437x_1_0_13/packages/ti/osal/lib/nonos/am572x/a9/release/ti.osal.aa9fg: No such file or directory
arm-none-eabi-gcc.exe: error: C:/TI/pdk_am437x_1_0_13/packages/ti/board/lib/idkAM572x/a9/release/ti.board.aa9fg: No such file or directory
gmake: *** [C:/TI/pdk_am437x_1_0_13/packages/ti/board/utils/uniflash/bin/idkAM572x/uart_idkAM572x_flash_programmer.out] Error 1
C:\TI\pdk_am437x_1_0_13\packages\ti\board\utils\uniflash>
BR Rio