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: sd card creation issue

Part Number: AM5728

Tool/software: Linux

Hi,

I m using attached create-sdcard.sh script file. Using 8gb sd card.

I m having 16gb ti evm sd card also in which starting address is 63

Device     Boot   Start      End  Sectors  Size Id Type
/dev/sdb1  *         63   144584   144522 70.6M  b W95 FAT32
/dev/sdb2        144585  4964084  4819500  2.3G 83 Linux
/dev/sdb3       4964085 30925124 25961040 12.4G 83 Linux

My sd card default starting address  is 2048. I want to use own sd card and images.

While using script file .,


################################################################################

        Partitioning Boot

################################################################################
mkfs.fat 3.0.28 (2015-05-16)
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
/dev/sdb1: No such file or directory

################################################################################

        Partitioning rootfs

################################################################################
mke2fs 1.42.13 (17-May-2015)
The file /dev/sdb2 does not exist and no size was specified.


################################################################################

   Partitioning is now done
   Continue to install filesystem or select 'n' to safe exit

   **Warning** Continuing will erase files any files in the partitions

################################################################################

I tried partitioning the sd card manually,  but the evm board itself is not booting.

Can you please provide me the specific create-sdcard.sh script.

and also some input regarding this starting address of SD card.

Please provide me the guidance to partition the sd card.