Hello,
I have found this ready made TI software for AI applications.
View the TI EDGE-AI-STUDIO IDE, configuration, compiler or debugger downloads, description, features and supporting documentation and start designing.
There, some TI ready made boards are supported out-of-box. However, they are several times more expensive than BeagleY-AI.
You may have a check there. AM67A isn’t supported yet so isn’t BeagleY AI.
1 Like
Hello BeagleY AI users and developers,
Application Engineer from DigiKey and other developers are working very hard on porting TI ML SDK to BeagleY AI.
Join the development and discussion on Discord BeagleBoard.org #edge-ai
3 Likes
First release finally out!!!
Install, test, feedback and develop!
3 Likes
The TI SDK Edge AI image adds the hardware support needed for AI accelerated apps, but we still need to update some of the tutorials.
For example, this object detection one on Beagleboard Debian runs purely on CPU https://docs.beagle.cc/boards/beagley/ai/demos/object-detection-tutorial.html
I hope to try a few demo computer vision apps and update those docs in the coming weeks.
2 Likes
Brady helps a lot.
Perhaps, you may open a donation channel for yourself so that rich developers can buy you coffees.
1 Like
Is it possible to share at least vision_apps/platform/j722s/rtos/gen_linker_mem_map.py
for the image? It will be really helpful, I’m working on running tiovx on a Debian-based distro.
Looks like you found it in Discord but sharing here for visibility
Image builder is here
https://openbeagle.org/beagleboard/edge-ai-image-builder/-/blob/main/setup-sdk.sh?ref_type=heads
That references uboot+linux+vision_apps branches.
gen_linker_mem_map.py is on the vision_apps branch
#!/usr/bin/env python3
#
# Copyright (c) 2023 Texas Instruments Incorporated
#
# All rights reserved not granted herein.
#
# Limited License.
#
# Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
# license under copyrights and patents it now or hereafter owns or controls to make,
# have made, use, import, offer to sell and sell ("Utilize") this software subject to the
# terms herein. With respect to the foregoing patent license, such license is granted
# solely to the extent that any such patent is necessary to Utilize the software alone.
# The patent license shall not apply to any combinations which include this software,
# other than combinations with devices manufactured by or for TI ("TI Devices").
# No hardware patent is licensed hereunder.
#
# Redistributions must preserve existing copyright notices and reproduce this license
# (including the above copyright notice and the disclaimer and (if applicable) source
# code license limitations below) in the documentation and/or other materials provided
This file has been truncated. show original
1 Like