Part Number: PROCESSOR-SDK-J721E
Not able to copy the Tiny default image into the SD card.
SD card memory size is 64GB
Ubuntu version: 18.04
SD card is formatted to ext4
Following the Link:
1.1.3. Formatting SD card on Linux — Processor SDK Linux for J721e Documentation
Log File:
uic68347@igv6350u:~/Viswa/TI$ sudo /home/uic68347/ti-processor-sdk-linux-j7-evm-08_00_00_08/bin/mksdboot.sh --device /dev/sdb1 --sdk /home/uic68347/ti-processor-sdk-linux-j7-evm-08_00_00_08
-- Main device is: /dev/mapper/vgroot-root
************************* WARNING ***********************************
* *
* Selected Device is greater then 16GB *
* Continuing past this point will erase data from device *
* Double check that this is the correct SD Card *
* *
*********************************************************************
Would you like to continue [y/n] : y
************************************************************
* THIS WILL DELETE ALL THE DATA ON /dev/sdb1 *
* *
* WARNING! Make sure your computer does not go *
* in to idle mode while this script is *
* running. The script will complete, *
* but your SD card may be corrupted. *
* *
* Press <ENTER> to confirm.... *
************************************************************
unmounting device '/dev/sdb1'
1024+0 records in
1024+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.870633 s, 1.2 MB/s
Welcome to fdisk (util-linux 2.31.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0xc229c696.
Command (m for help): Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p): Partition number (1-4, default 1): First sector (2048-116783103, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (2048-116783103, default 116783103):
Created a new partition 1 of type 'Linux' and of size 62 MiB.
Command (m for help): Partition type
p primary (1 primary, 0 extended, 3 free)
e extended (container for logical partitions)
Select (default p): Partition number (2-4, default 2): First sector (129024-116783103, default 129024): Last sector, +sectors or +size{K,M,G,T,P} (129024-116783103, default 116783103):
Created a new partition 2 of type 'Linux' and of size 55.6 GiB.
Command (m for help): Partition number (1,2, default 2): Hex code (type L to list all codes):
Changed type of partition 'Linux' to 'W95 FAT32 (LBA)'.
Command (m for help): Partition number (1,2, default 2):
The bootable flag on partition 1 is enabled now.
Command (m for help): The partition table has been altered.
Failed to add partition 1 to system: Invalid argument
Failed to add partition 2 to system: Invalid argument
The kernel still uses the old partitions. The new table will be used at the next reboot.
Syncing disks.
unmounting device '/dev/sdb1'
Formatting /dev/sdb1 ...
Cant find boot partition in /dev
mke2fs 1.44.1 (24-Mar-2018)
The file /dev/sdb1p2 does not exist and no size was specified.
Partitioning and formatting completed!
Copying filesystem on /dev/sdb1p1, /dev/sdb1p2
mount: /tmp/sdk/23100/boot: special device /dev/sdb1p1 does not exist.
ERROR: executing mount /dev/sdb1p1 /tmp/sdk/23100/boot