Has anyone tried the DM365 leopard board SD card boot method, as I am having missing file errors at step-4?
Steps>>>>>>>>
To prepare the SD card
1. insert a SD card ( SDHC is not supported) to a Linux PC
2. find out the device name of this SD card by looking at /dev/sd*
3. export PATH=$PATH:./bin.x86
4. make
5. sudo ./dm3xx_sd_boot format /dev/sdX (replace sdX with the SD device name)
6. remove the SD card, and plug it back in
7. make install
The log>>>>>>>>>>>>>>>>>>>>>>
[root@tools dm3xx_sd_boot-6_leopard]# export PATH=$PATH:./bin.x86
[root@tools dm3xx_sd_boot-6_leopard]# make
make -C sdcard_flash PLATFORM=DM36x all
make[1]: Entering directory `/media/809A-4AF4/dm3xx_sd_boot-6_leopard/dm3xx_sd_boot-6_leopard/sdcard_flash'
arm_v5t_le-gcc -DUBL_NAND=1 -Os -IDM36x -DDM36x -g -DANSI_COLORS --include sdc_debug.h - I../flash_utils/Common/include -I../flash_utils/DM36x/Common/include -I../flash_utils/Common/arch/arm926ejs/include -I../flash_utils/Common/sft/include -I../flash_utils/Common/gnu/include -I../flash_utils/Common/drivers/include -I ../flash_utils/Common/ubl/include ../flash_utils/Common/arch/arm926ejs/src/boot.c -c -o DM36x/boot.o
make[1]: arm_v5t_le-gcc: Command not found
make[1]: *** [DM36x/boot.o] Error 127
make[1]: Leaving directory `/media/809A-4AF4/dm3xx_sd_boot-6_leopard/dm3xx_sd_boot-6_leopard/sdcard_flash'
make: *** [all] Error 2
[root@tools dm3xx_sd_boot-6_leopard]#
Thank you
Kumar