Part Number: TMDSIDK574
Other Parts Discussed in Thread: AM5749
Hi Everyone,
Currently I am using Ubuntu 16.04 LTS platform.
I have successfully created bootable SD card for Linux RT and Linux SDK. But when I was trying to create bootable SD card for RTOS SDK, it is giving me following error as
root@iveer5:/home/iveer5# sudo ti/AM5749_RTOS/processor_sdk_rtos_am57xx_6_03_00_106/bin/create-sdcard.sh
sudo: unable to resolve host iveer5
################################################################################
This script will create a bootable SD card from custom or pre-built binaries.
The script must be run with root permissions and from the bin directory of
the SDK
Example:
$ sudo ./create-sdcard.sh path/to/sdcard/files
Formatting can be skipped if the SD card is already formatted and
partitioned properly.
################################################################################
Available Drives to write images to:
# major minor size name
1: 8 16 15558144 sdb
Enter Device Number or n to exit: 1
sdb was selected
/dev/sdb is an sdx device
unmounted /dev/sdb
sudo: unable to resolve host iveer5
umount: /dev/sdb: not mounted
################################################################################
Now erasing partition table
################################################################################
1024+0 records in
1024+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00634296 s, 165 MB/s
################################################################################
Partitioning Boot
################################################################################
mkfs.fat 3.0.28 (2015-05-16)
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
mkfs.vfat: unable to open /dev/sdb: Device or resource busy
Mount the partitions
sudo: unable to resolve host iveer5
mount: /dev/sdb is already mounted or /home/iveer5/boot busy
Emptying partitions
sudo: unable to resolve host iveer5
Syncing....
################################################################################
Copying files now... will take minutes
################################################################################
Copying boot partition
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: SD card file directory does not exist
ERROR: ()
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Syncing...
Un-mount the partitions
sudo: unable to resolve host iveer5
umount: boot: not mounted
Remove created temp directories
sudo: unable to resolve host iveer5
Operation Finished
Please give help me out.
Thanks & Regards,
Divyesh