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.

Linux/AM5728: Kernel hangs

Part Number: AM5728

Tool/software: Linux

Hi all,

I used "ti-processor-sdk-linux-am57xx-evm-04.00.00.04/bin/create-sdcard.sh" to create my own SD card and got stucked as below :

*

*

mmc1: new DDR MMC card at address 0001
[ 3.554327] mmcblk1: mmc1:0001 S10004 3.56 GiB
[ 3.554484] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
[ 3.554625] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
[ 3.555152] mmcblk1: p1 p2 p3
[ 3.561951] omap_hsmmc 4809c000.mmc: card busy
[ 3.588572] Console: switching to colour frame buffer device 100x30
[ 3.623319] mmc0: error -110 whilst initialising SD card
[ 3.630858] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[ 3.672031] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[ 3.678964] hctosys: unable to open rtc device (rtc0)
[ 3.684596] aic_dvdd_fixed: disabling
[ 3.688275] vmmcwl_fixed: disabling
[ 3.691959] ldousb: disabling
[ 3.695197] ALSA device list:
[ 3.698175] No soundcards found.
[ 3.702218] Waiting for root device PARTUUID=8fe29470-02..

I copied all rootfs (same dtb and zImage) and boot (same MLO and u-boot.img) directories from the EVM SD card and the result does not change. What may be the reason for this problem?

Regards

Ferhat

  • The software team have been notified. They will respond here.
  • Hello Ferhat,

    Seems you are using low class SD card. Can you try to boot with class 10 SD card?

    Best regards,
    Kemal

  • Hi Kemal,

    Although it was class 10 16GB, I tried with a new Class 4 8GB and now it boots.

    16 GB class 10 specifications is:

    Device: OMAP SD/MMC
    Manufacturer ID: 41
    OEM: 3432
    Name: SD16G
    Tran Speed: 50000000
    Rd Block Len: 512
    SD version 3.0
    High Capacity: Yes
    Capacity: 14.4 GiB
    Bus Width: 4-bit
    Erase Group Size: 512 Bytes
    read 11.39 MB/s. error 0/8 (0%)
    write ### MB/s. error 0/0 (0%)


    new 8GB Class 4 specifications:

    Device: OMAP SD/MMC
    Manufacturer ID: 2
    OEM: 544d
    Name: SE08G
    Tran Speed: 50000000
    Rd Block Len: 512
    SD version 3.0
    High Capacity: Yes
    Capacity: 7.3 GiB
    Bus Width: 4-bit
    Erase Group Size: 512 Bytes
    read ### MB/s. error 0/6 (0%)
    write ### MB/s. error 0/0 (0%)

    Thanks and best regards