beaglebone-ai64-tutorial

所属分类:人工智能/神经网络/深度学习
开发工具:Batchfile
文件大小:0KB
下载次数:0
上传日期:2023-08-09 10:32:32
上 传 者sh-1993
说明:  逐步介绍BeagleBone AI 64板的编程。,
(A step by step introduction to the programming of BeagleBone AI 64 board.,)

文件列表:
LICENSE (1169, 2023-08-09)
example-00-pru/ (0, 2023-08-09)
example-00-pru/J721E_PRU9.cmd (5962, 2023-08-09)
example-00-pru/Makefile (769, 2023-08-09)
example-00-pru/main-pru.c (54, 2023-08-09)
example-01-pru-hello/ (0, 2023-08-09)
example-01-pru-hello/J721E_PRU9.cmd (6102, 2023-08-09)
example-01-pru-hello/Makefile (840, 2023-08-09)
example-01-pru-hello/main-pru.c (1015, 2023-08-09)
example-02-c6x-dsp/ (0, 2023-08-09)
example-02-c6x-dsp/C66SS.mld (1212, 2023-08-09)
example-02-c6x-dsp/C66SS.svg (13110, 2023-08-09)
example-02-c6x-dsp/J721E_DSP12.cmd (7347, 2023-08-09)
example-02-c6x-dsp/J721E_DSP12.mld (1416, 2023-08-09)
example-02-c6x-dsp/J721E_DSP12.svg (18530, 2023-08-09)
example-02-c6x-dsp/J721E_DSP14.cmd (6001, 2023-08-09)
example-02-c6x-dsp/Makefile (2562, 2023-08-09)
example-02-c6x-dsp/main-dsp-c7.c (1093, 2023-08-09)
example-02-c6x-dsp/main-dsp.c (1059, 2023-08-09)

# BeagleBone AI 64 Tutorial A step by step introduction to programming the [BeagleBone AI 64 Tutorial](https://www.beagleboard.org/boards/beaglebone-ai-64) board, especially with DSP target in mind. ## Install In order to have all compilers and linkers from TI code generation tools at hands, but also the remoteproc headers, first install following packages: ``` sudo apt install ti-c7000-cgt-v2.1 ti-c6000-cgt-v8.3 ti-pru-cgt-v2.3 ti-pru-software linux-headers-$(uname -r) ``` ## Tutorial Steps 0. [simplest PRU software](./example-00-pru) 1. [Simple Hello Worl with remoteproc trace](./example-01-pru-hello) 2. [Simplest DSP firmware](./example-02-c6x-dsp/) ## Inspiration * https://www.glennklockwood.com/embedded/ * https://markayoder.github.io/PRUCookbook/ * https://github.com/RoSchmi/Beaglebone-PRU-RPMsg-HelloWorld * https://solidmodeling.calliope.us/index.php/2016/09/11/beaglebone-remoteproc-hello-world/ * https://github.com/PierrickRauby/PRU-RPMsg-Setup-BeagleBoneBlack/blob/master/PRU%20Rpmsg%20documentation.pdf

近期下载者

相关文件


收藏者