KO
|
EN
gitlite — search
Search
#python
#docker
#nextjs
#react
#typescript
#tailwindcss
#rust
#minecraft
#docker-compose
#api
#automation
#golang
bbai64_cortex-r5_example
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
cortex-reporting
:
No description available.
cortex-rules-action
:
No description available.
sfguide-spcs-cortex-reactjs-flask-app
:
No description available.
awesome-custom-cortex-agents-rest-api-react-app
:
No description available.
sfguide-ask-questions-to-your-documents-using-rag-with-snowflake-cortex-search
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bbai64_cortex-r5_example
?
Download (.md)
# (Extremely) Minimal Cortex-R5 remoteproc example for Beaglebone AI-64 Cortex-R5 "Hello World" on Beaglebone AI-64, showing how to initialize a minimal remoteproc resource table with a working trace log. Be warned that this is only a proof-of-concept, and includes just enough code to get *something* up and running on the Cortex-R5 (meaning no initialization code for interrupts, cache, MPU, RAT, etc...) To compile this example, you need the arm-none-eabi gcc toolchain installed on your system. https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads If you were compiling this directly on the Beaglebone AI-64, you can uncomment the commented lines in the Makefile to run the example. If everything worked you should see "Hello world!" printed from the remoteproc trace log.