Part Number: AM3358
Tool/software: Code Composer Studio
Hello,
I'm going to boot my beagle bone black (Version C) platrorm with profibus master application form SD Card. I did the following steps:
1) I rebuilt PDK pakages using
gmake all
2) I renamed "C:\ti\pdk_am335x_1_0_7\packages\ti\starterware\binary\bootloader\bin\am335x-evm\gcc\bootloader_boot_mmcsd_a8host_release_ti.bin" into MLO
3) I built profibus master application with the following properties:
4) I converted "C:\ti\PRU-ICSS-Profibus_Master_01.00.01.00\protocols\profibus_master\projects\profibus_master_AM335x_arm\AM335x_release\profibus_master_AM335x_arm.bin" into
"C:\ti\PRU-ICSS-Profibus_Master_01.00.01.00\protocols\profibus_master\projects\profibus_master_AM335x_arm\AM335x_release\profibus_master_AM335x_arm_ti.bin" using the following command
>> tiimage.exe 0x80000000 NONE "C:\ti\PRU-ICSS-Profibus_Master_01.00.01.00\protocols\profibus_master\projects\profibus_master_AM335x_arm\AM335x_release\profibus_master_AM335x_arm.bin" "C:\ti\PRU-ICSS-Profibus_Master_01.00.01.00\protocols\profibus_master\projects\profibus_master_AM335x_arm\AM335x_release\profibus_master_AM335x_arm_ti.bin"
5) I renamed "_ti.bin" file to "app"
6) I created SD card bootable using Win32DiskImager and prebuilt-sdcards image file
7) I copied and pasted "app" and "MLO" files generated by myself into the bootabled SD card
8) I inserted SD card into my beagle bone black and I powered it on while I was pressing S2 button
9) I saw the following output messages on the terminal:
As you can see, the booting prusedure stopped at "Jumping to StarterWare Application ..."
I searched about the above error and I found some solutions, but unfortunately those solutions did not work for me.
What should I do? What are my misstakes?
Thanks for your attention,
Hossein.