Part Number: AM3352
Tool/software: TI-RTOS
Hi.
I have install the PDK1_0_6.
I'm experiencing the PDK by referring this wiki: http://processors.wiki.ti.com/index.php/Rebuilding_The_PDK ..
The project is created and compiling okay.
But I'm stuck on booting from SD card.
And I'm reviewing this wiki several times: http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_BOOT_AM335x/AM437x
I got several questions:
Q1. Regarding the MLO creating,
The wiki is telling us to follow this step:
Bootloader images with ti header (<mmcsd_bootloader>_ti.bin)should be renamed to "MLO". Bootloader images are located at
Result: I have tested with renaming the xxx_ti.bin to MLO, the renamed MLO is okay to boot.
But this wiki is also telling us:
tiimage.exe 0x402F0400 MMCSD boot.bin MLO
Result: This MLO created by tiimage is not okay to boot.
May you tell us which is the correct step we follow?
In what kinds of case, we need to use the tiimage to create the MLO?
Q2 Regarding the app creating,
For example, the project I build is here:
C:\TI\pdk_am335x_1_0_6\packages\MyExampleProjects\I2C_Test_evmAM335x_armTestProject\Debug
There are 3 files:
app
I2C_Test_evmAM335x_armTestProject.bin
I2C_Test_evmAM335x_armTestProject.out
Okay, I have seen there is "app" file after building the project by using CCS.
I put this "app" and the "MLO" on the Sd card, and try to boot.
The console only shows me this:
StarterWare Boot Loader
BOARDInit status [0x0]
SoC : [AM335X]
Core : [A8]
Board Detected : [GPEVM]
Base Board Revision : [UNKNOWN]
Daughter Card Revision: [UNKNOWN]
Pin Muxing failed !
Copying application image from MMC/SD card to RAM
Jumping to StarterWare Application...
And, then, I tested with this:
- tiimage.exe 0x80000000 NONE I2C_Test_evmAM335x_armTestProject.binn app
And, I put this new "app" onto the SD card and boot.
The console is still showing me this.
StarterWare Boot Loader
BOARDInit status [0x0]
SoC : [AM335X]
Core : [A8]
Board Detected : [GPEVM]
Base Board Revision : [UNKNOWN]
Daughter Card Revision: [UNKNOWN]
Pin Muxing failed !
Copying application image from MMC/SD card to RAM
Jumping to StarterWare Application...
Please guide me what's the correct step for creating the bootable SD card !!.
BR Rio