Part Number: AM5728
Tool/software: TI-RTOS
I have created a custom board that uses the X15 Beagleboard design as a starting point, and 99% of the schematics are identical to this design. It is working in our lab, booting Linux off of the SD card.
I am looking to use the PDK tests as a starting point for a functional test fixture during manufacturing, and I would like to have the tests loaded onto an SD card and executed on reset.
The instructions to create a bootable SD using a precompiled image [1] do not work, the processor does not boot and there is no terminal output. The instructions here [2] DO create a bootable SD card that I can use to create an SD card with an MLO and u-boot image. It looks to me that the AM5728 does not like to have a file system and wants to have the MLO in a specific spot on the SD card.
My question, and hope, is that there is a way to create a bootable SD card with the PDK development environment without having to rewrite tests to run under u-boot. Can anyone help with this?
Thanks!
[1] http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_DIAG#Creating_the_SD_Card_Loadable_Files
[2] https://www.digikey.com/eewiki/display/linuxonarm/BeagleBoard-X15#BeagleBoard-X15-SetupmicroSDcard