Hi. there
I have an AM3358 Starter Kit.
The linux SDK version provided by AM335X Starter Kit is 05.05.00.00.
I want to use sdk-linux-am335x-evm to create the latest version of the SD Card image.
The procedure is as follows.
===============================================================================
1. Install Ubuntu 1604 ( VM ware )
2. ./ti-processor-sdk-linux-am335x-evm-06.01.00.08-Linux-x86-Install.bin
3. sudo ./setup.sh
4. install host package.
5. make all.
6. make install.
===============================================================================
Q1. Is the above order correct?
Q2. Which of the above 3 steps should I choose? (I am using VM ware.)
--------------------------------------------------------------------------------
This step will set up the U-Boot variables for booting the EVM.
Autodetected the following ip address of your host, correct it if necessary
[ 192.168.10.21 ]
Select Linux kernel location:
1: TFTP
2: SD card
[ 1 ]
Select root file system location:
1: NFS
2: SD card
[ 1 ]
Q3. The following files exist in the provided SD Card.
e:\windows_users\
e:\.ipaddr
e:\AM335x-EVM-quickstartguide.pdf
e:\AM335x-EVM-SK-quickstartguide.pdf
e:\autorun.inf
e:\Beaglebone-quickstartguide.pdf
e:\MLO
e:\pointercal
e:\u-boot.img
e:\uImage
Q3.1 Can I use MLO and u-boot.img in the following locations?
ti-processor-sdk-linux-am335x-evm-06.01.00.08\board-support\u-boot-2019.01+gitAUTOINC+029e4c009a-g029e4c009a
Q3.2 Do I need to create a new SD Card Image?
Or just copy files to an existing SD card?
If I need to create a new one, how do I create one in VM ware?
Q3.3 can I use only MLO, u-boot.img?
Or do I have to create uImage and .ipaddr as well?
If so, how do you do it?
Thank you in advance.