Part Number: TDA2E
Hello,
I am using Radar TDA2 SDK (PROCESSOR_SDK_RADAR_03_07_00_00). I have compilation on windows. I have compiled the SDK with following option
set MAKEAPPNAME=apps
set MAKECONFIG=tda2xx_cascade_bios_radar
gmake -s -j8 depend
gmake -s -j8
Now next step for me is to flash this image. So i started following the VisionSDK_UserGuide_TDA2xx.pdf under section 3.6 (load using SD card) so i opted for option 3.6.1 (Option 1: Steps to prepare a bootable SD card ) and made the card bootable.
So i went to step 3.6.3 (Steps to generate MLO) and than i saw a new folder comes up under C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\binaries\apps with name tda3xx_evm_bios_radar even thogh my compilation was for tda2xx_cascade_bios_radar. I guess it was ok.
After this i did step 3.6.4 (Steps to generate appImage ).
Now the document in section 3.6.5 says i need to copy this generated MLO and App files.(Once the AppImage and MLO are generated , Copy the MLO and AppImage at root folder of formatted SD Card)
But i cannot able to see which App and MLO files i need to copy to root folder.
My question form where i can get these files to be copied
My folder structures are
For vision_sdk\binaries\apps
C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\binaries\apps>dir
Directory of C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\binaries\apps
07/24/2019 08:26 AM <DIR> .
07/24/2019 08:26 AM <DIR> ..
07/23/2019 03:52 PM <DIR> tda2xx_cascade_bios_radar
07/24/2019 08:36 AM <DIR> tda3xx_evm_bios_radar
Inside tda3xx_evm_bios_radar
C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\binaries\apps\tda3xx_evm_bios_radar>dir
Volume in drive C is Windows
Volume Serial Number is 4EAB-E65F
Directory of C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\binaries\apps\tda3xx_evm_bios_radar
07/24/2019 08:36 AM <DIR> .
07/24/2019 08:36 AM <DIR> ..
07/24/2019 08:36 AM <DIR> nor_flash_writer
07/24/2019 08:35 AM <DIR> qspi_flash_writer
07/24/2019 08:36 AM <DIR> sbl
07/24/2019 08:29 AM <DIR> ti
07/24/2019 08:26 AM <DIR> vision_sdk
tda3xx_evm_bios_radar\sbl
C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\binaries\apps\tda3xx_evm_bios_radar\sbl>dir
Directory of C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\binaries\apps\tda3xx_evm_bios_radar\sbl
07/24/2019 08:36 AM <DIR> .
07/24/2019 08:36 AM <DIR> ..
07/24/2019 08:34 AM <DIR> mflash_uart
07/24/2019 08:34 AM <DIR> nor
07/24/2019 08:36 AM <DIR> nor_flash_writer
07/24/2019 08:31 AM <DIR> qspi
07/24/2019 08:35 AM <DIR> qspi_flash_writer
07/24/2019 08:32 AM <DIR> qspi_sd
Can someone please tell me what and which files i need to copy into root folder of the SD card to use the Sw i bring up. This is the first time i am trying to bring up this board.
Br
Deepak Joshi