Hello,
I have a customize board based on DM8148.
I am providing sd card boot mode for bare board nand flashing using boot.scr script.
Currently I am facing one issue that
I have prepared boot-able sd card using ./mksd-ti81xx.sh script and copied uboot, uImage, ubifs and boot.scr(which contains image flashing command).
Now when I connect sd card on board, at second stage it is not showing ubifs.
please find following log
TI8148_EVM#
TI8148_EVM#fatls mmc 0
85256 mlo
197880 u-boot.bin
1271 boot.scr
109676 uboot_min_nand
198048 nand_uboot.bin
2794396 uimage
Invalid FAT entry
-2140142848 ðåðå
-473956321 `pxv4
-450953124 80å.
-444588032
@â.
Ð@
-509550580 .
-443686908 ð á.äÐ
ðiá.à 0087 ?ã
-352321141 .h
14 file(s), 0 dir(s)
TI8148_EVM#
TI8148_EVM#
TI8148_EVM#
because of this I am not able to flash ubifs on nand.
Please help on this.