Part Number: PROCESSOR-SDK-AM335X
Tool/software: Linux
Hello,
I have been trying my best to find my exact problem in the forums.
It seems everyone else has the MLO and U-boot file in their .tar / boot from the AM335x SDK.
When I look i the .tar folder I do not see these files, shouldn't they come with the SDK?
Am I supposed to load those files into /boot myself?
The following text is the output I get when I run the create-sdcard.sh file.
Configuration Specifications:
Host: Ubuntu 16.04
Target Board: BeagleBone Black
SDK: ti-processor-sdk-linux-am335x-evm-04.02.00.09-Linux-x86-Install.bin
SD Card Size: 32 G
root@jason-MS-7596:/home/jason/Downloads# /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/bin/create-sdcard.sh
Script Run:
################################################################################
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.
################################################################################
Available Drives to write images to:
# major minor size name
1: 8 16 30228480 sdb
2: 8 32 60063744 sdc
Enter Device Number or n to exit: 2
sdc was selected
################################################################################
**********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
/dev/sdc is an sdx device
Current size of sdc1 71680 bytes
Current size of sdc2 59974656 bytes
################################################################################
Select 2 partitions if only need boot and rootfs (most users).
Select 3 partitions if need SDK & other content on SD card. This is
usually used by device manufacturers with access to partition tarballs.
****WARNING**** continuing will erase all data on sdc
################################################################################
Number of partitions needed [2/3] : 2
Now partitioning sdc with 2 partitions...
################################################################################
Now making 2 partitions
################################################################################
1024+0 records in
1024+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.267108 s, 3.9 MB/s
DISK SIZE - 61505273856 bytes
################################################################################
Partitioning Boot
################################################################################
mkfs.fat 3.0.28 (2015-05-16)
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
/dev/sdc1: No such file or directory
################################################################################
Partitioning rootfs
################################################################################
mke2fs 1.42.13 (17-May-2015)
/dev/sdc2 contains a ext3 file system labelled 'rootfs'
last mounted on /home/jason/Downloads/rootfs on Sat Mar 24 22:33:52 2018
Proceed anyway? (y,n) y
Creating filesystem with 14993664 4k blocks and 3751936 inodes
Filesystem UUID: 43ab1a4d-3641-4455-86a5-a47366def9c4
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
################################################################################
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-processor-sdk-linux-am335x-evm-04.02.00.09
ls: cannot access '/home/jason/Downloads//opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09//board-support/prebuilt-images': No such file or directory
ls: cannot access '/home/jason/Downloads//opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09//board-support/prebuilt-images': No such file or directory
ls: cannot access '/home/jason/Downloads//opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09//board-support/prebuilt-images': No such file or directory
ls: cannot access '/home/jason/Downloads//opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09//board-support/prebuilt-images': No such file or directory
ls: cannot access '/home/jason/Downloads//opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09//board-support/prebuilt-images': No such file or directory
ls: cannot access '/home/jason/Downloads//opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09//filesystem': No such file or directory
ls: cannot access '/home/jason/Downloads//opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09//filesystem': No such file or directory
################################################################################
Copying files now... will take minutes
################################################################################
Copying boot partition
MLO file not found
No U-Boot file found