Part Number: STARTERWARE-SITARA
Hi Everyone,
I am having AMS5749 EVM kit. I have plugged in Linux SDK which came along with board. It is working fine.I am able to access matrix platform.
Then, i tried to make own bootable SD card by following steps.
1) First i have installed Linux SDK "PROCESSOR-SDK-LINUX-AM57X" from
https://www.ti.com/tool/PROCESSOR-SDK-AM57X
2) Then i followed "1.1.2. Linux SD Card Creation Guide" section from
https://www.ti.com/tool/PROCESSOR-SDK-AM57X
In that i have made following selections
- Would you like to re-partition the drive anyways [y/n] : -y
- Number of partitions needed [2/3] :2
- ################################################################################
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-am57xx-evm-06.03.00.106
################################################################################
Multiple rootfs Tarballs found - ################################################################################
1:tisdk-rootfs-image-am57xx-evm.tar.xz
2:tisdk-docker-rootfs-image-am57xx-evm.tar.xz
Enter Number of rootfs Tarball: 1
################################################################################
Copying files now... will take minutes
################################################################################
Copying boot partition
MLO copied
u-boot.img copied
uEnv.txt copied
Copying rootfs System partition
Syncing...
Un-mount the partitions
Remove created temp directories
Operation Finished - sudo dd if=u-boot-spl.bin-am57xx-evm of=/dev/sdb seek=117 bs=512 conv=fsync
[sudo] password for iveer5:
307+1 records in
307+1 records out
157279 bytes (157 kB, 154 KiB) copied, 0.0337329 s, 4.7 MB/s
Now, can you please guide me.
a) What are the further step to boot system from SD Card ?
b) and how to install matrix platform or custom developed platform.
I have tried to follow "1.1.5. Program EVM User Guide(https://www.ti.com/tool/PROCESSOR-SDK-AM57X)" but there is no point for the AMS5749 processor.