How to generate the required booting images for beaglepay board?

Dear experts,

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?

Thanks and Regards,
Ravikumar

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.

1 Like

Hi Foxsquirrel,

Thank you for your information. I followed the instructions at AM62x Beagleboard.org Beagleplay — Das U-Boot unknown version documentation to create the images for BeaglePlay. However, the board is still not booting with these images (tiboot3.bin, tispl.bin, and u-boot.img).

I suspect that the issue may be related to the following variables:

export CC32=arm-linux-gnueabihf-
export CC64=aarch64-linux-gnu-

Could you please suggest a proper link or method for creating images for the BeaglePlay board?

Thanks and regards,
Ravikumar

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.

Are you using the Ti BSP or building from Poky?

Hi @foxsquirrel

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…

  1. Could you please share me the link for RCN image creation and info…

  2. Currently, not using the Ti BSP & just using the AM62x processor SDK v09_01_02_10 .

  3. Could you share me information about images (tiboot3.bin, tispl.bin and u-boot-image) format & How to generate the secure boot images. ?

  4. even I tried with pre-build images from the SDK 09_01_02_10. still its not booting.

Regards
Ravikumar

Here is an official image that will work with the board.

I am not using the play board anymore, sorry.

2 Likes

These are for the TI evm, use the beagleplay config options.

You can grab pre built tested binaries here for verification BeagleBoard.org / boot-firmware · GitLab

1 Like