Hello,
I would like to boot the DM8168 Hybrid DVR on a SD Card, but the uboot on the SD card don’t start (nothing on the RS232 output).
1 - I configured the boot mode configuration switch to boot on the SD card ( BTMODE0=BTMODE1=BTMODE2=BTMODE4=ON and all the others switch to OFF )
2 - I used the “ti_tools/linux_lsp/collaterals/collaterals/host-tools/mksd-ti81xx.sh” script of DVRRDK_04.01.00.02 with the following command line to create the SD Card (mksd-ti81xx.sh is modified to extract nfs_DM816x_UD_DVR.tar.lzma in the ext3 partition) :
sudo ti_tools/linux_lsp/collaterals/collaterals/host-tools/mksd-ti81xx.sh /dev/sdg ./tftphome/MLO ./tftphome/u-boot_dvr.bin ./tftphome/uImage_DM816X_UD_DVR ./target/nfs_DM816x_UD_DVR.tar.lzma
3 – I checked the content of the vfat and ext3 partition : MLO, u-boot.bin and uImage on the vfat partition and rootfs files on the ext3 partition.
I think the problem is the u-boot_dvr.bin built with DVRRDK, but i don't know why.
Do you know if the u-boot_dvr.bin file built with DVRRDK 04.01.00.02 is correct to boot DM8168 Hybrid DVR on a SD card ?
Are there u-boot source code modifications to built a u-boot.bin file for SD card to boot DM8168 Hybrid DVR ?
Thanks,