This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

File System loaded from 4GB SD-Card

I'm working on a DM8168 processor. I saw from the post http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/90684/315475.aspx#315475 that there's some trouble trying to load a file system, during Linux boot, from a SD-card smaller than 8GB. In fact I have verified that is true: my 4GB SD-card doesn't work, but a 8GB one works correctly. Since that post is dated 2011, I ask you if the problem has been solved meanwhile.

Thank you

Best regards

  • Hi Francesco,

    My micro SD card is 4GB and it works fine with the DM816x/AM389x EVM. I made it with the mksdboot.sh script described here:

    ti-ezsdk_dm816x-evm_5_05_02_00/docs/DM816x_EZ_Software_Developers_Guide.pdf

     6.7 How to create an SD card

    host $ sudo ${EZSDK}/bin/mksdboot.sh --device /dev/sdb --sdk ${EZSDK}

    Regards,

    Pavel

  • Hi Pavel,

    I'm working with EZSDK 5.05.01.04. Something has changed in the release you use (5.05.02.00)?

    Regards

  • Francesco,

    Regarding this script, nothing has been changed between these two release versions. The 4GB SD card should work fine with 5.05.01.04 script also.

    Regards,

    Pavel

  • Hi Pavel,

    thank you. My 4GB SD card is a micro-sd, whereas the 8GB is a standard sd-card (of course, in order to use it I replaced the SD slot in my board). Could this be the difference? Have you experienced some troubles with micro-sd? I can say that, once the operative system is booted (to boot I need to load the file system from a NFS server), I can see the micro SD and all its content.

    Regards

  • Francesco,

    I have only 4GB micro SD cards, and I do not have any problems with these.

    Francesco Giovanardi said:
    In fact I have verified that is true: my 4GB SD-card doesn't work

    Could you please check if this non-working 4GB SD card can be mounted successful on the Ubuntu Desktop PC? And do you have two partitions: /media/BOOT and /media/ROOTFS? The BOOT partition should contain the MLO, u-boot.bin and uImage file (and few others), while the ROOTFS should contain your root file system. At which stage of the booting process, the flow crash/freeze/hang/stop?

    Regards,

    Pavel

  • Pavel,

    we solved the problem: in our board, the write protect signal is connected to DM8168 in the case of standard SD card, but not if we use a micro SD slot. It seems that unprotect the SD card is necessary in order to load correctly a file system from SD.

    Thank for your support.