sudo ./create-sdcard.sh ################################################################################ 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 Formatting can be skipped if the SD card is already formatted and partitioned properly. ################################################################################ Availible Drives to write images to: # major minor size name 1: 8 16 1954816 sdb Enter Device Number: 1 sdb was selected Checking the device is unmounted sdb1 sdb2 sdb3 72261 1871572 ################################################################################ Detected device has 2 partitions already Re-partitioning will allow the choice of 2 or 3 partitions ################################################################################ Would you like to re-partition the drive anyways [y/n] : n Skipping partitioning ################################################################################ Partitioning is now done Continue to install filesystem or select 'n' to safe exit **Warning** Continuing will erase files any files in the partitions ################################################################################ Would you like to continue? [y/n] : y Mount the partitions Emptying partitions Syncing.... ################################################################################ Choose file path to install from 1 ) Install pre-built images from SDK 2 ) Enter in custom boot and rootfs file paths ################################################################################ Choose now [1/2] : 1 Will now install from SDK pre-built images now installing: ti-sdk-am335x-evm-05.07.00.00 ################################################################################ Copying files now... will take minutes ################################################################################ Copying boot partition MLO copied u-boot.bin copied u-boot.img copied uImage copied Copying rootfs System partition Written 100% Syncing... Un-mount the partitions Remove created temp directories Operation Finished