I have created an image from the AM625 Processor resources available on the IT website. I copied the images (tiboot3.bin, tispl.bin, u-boot.image) onto an external SD CARD and placed it in the respective location on the BeaglePlay board. I then used a “terminal” emulator program to set up the serial options.
However, after setting up the serial options and pressing the reset button on the board, it fails to boot the images. Could someone please help me with this issue?
They have directions on how to deal with HS / FS. That might be the issue, your play board is GP and will not boot with HS (security mode). I have not worked that for months, this is from memory. Also, ti image does not have the correct dtb file for the beagle play it is just for the evm board.
Your best working solution is to use one of the RCN images for the board. It will have all the overlays included and networking will be functional.
A while back I tried a yocto build and it did not boot where it did before. Some others that are still using the board might be able to help you out on this.
Use an RCN image to verify the board actually does boot.
I back to working on same board (beagle play) now i created the both partition images (boot = tiboot3.bin, tispl.bin and u-boot-image & rootfs/boot = Images, *.dtb, *.dtbo) using am62x_evm_r5_defconfig and am62x_evm_a53_defconfig.
and copied all images in the SD CARD then insert the beagleplay board but despite its still not booting…
Could you please share me the link for RCN image creation and info…
Currently, not using the Ti BSP & just using the AM62x processor SDK v09_01_02_10 .
Could you share me information about images (tiboot3.bin, tispl.bin and u-boot-image) format & How to generate the secure boot images. ?
even I tried with pre-build images from the SDK 09_01_02_10. still its not booting.