My board is AM335x EVM Industrial Automation Montor Control Daughterboard. My linux is ubuntu12.04, The version of the SDK is ti-sdk-am335x-evm-05.07.00.00-linux-x86-Install,and ti-sdk-am335x-evm-06.00.00.00 also used.I I attempt to write the booting code to the sd card.
but,when I executed the create-sdcard.sh.
Choose file path to install from
1 ) Install pre-built images from SDK
2 ) Enter in custom boot and rootfs file paths
So I choosed 1), but prompt the information below
Will now install from SDK pre-built images
no SDK PATH found
Enter path to SDK :
So I enter /usr/local/ti-sdk-am335x-evm/board-support/prebuilt-images/, my sdk installed in the /usr/local/ directory.
But prompt the information below
Directory exists
Invalid SDK path make sure to include ti-sdk-xxxx
Why?
When I choosed 2),I can success.But,the J12 of the board can get anything.
Why?
Is the SDK corresponding to my board?
Can the SDK generate new MLO?
Are the files in the prebuilt-images directory is right files?