Difference between revisions of "BeagleBoard/GSoC/2021 Proposal/bela on bbai"
DhruvaG2000 (talk | contribs) (→Proposed method of Implementation and Timeline) |
DhruvaG2000 (talk | contribs) m (→Proposed method of Implementation) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=[[BeagleBoard/GSoC/ProposalTemplate|Proposal-Bela support for BBAI]] = | =[[BeagleBoard/GSoC/ProposalTemplate|Proposal-Bela support for BBAI]] = | ||
− | + | [https://www.youtube.com/watch?v=aVLRUyPBBJk Youtube Video] <br> | |
− | About | + | About<br> |
''Student'': [https://elinux.org/User:DhruvaG2000 Dhruva Gole]<br> | ''Student'': [https://elinux.org/User:DhruvaG2000 Dhruva Gole]<br> | ||
− | ''Mentors'': [https://github.com/giuliomoro Giulio Moro]<br> | + | ''Mentors'': [https://github.com/giuliomoro Giulio Moro], Stephen Arnold and Robert Manzke<br> |
''Code'': https://github.com/BelaPlatform/Bela<br> | ''Code'': https://github.com/BelaPlatform/Bela<br> | ||
''Wiki'': https://forum.beagleboard.org/t/bela-support-for-bbai-later-ti-chips/29257/7<br> | ''Wiki'': https://forum.beagleboard.org/t/bela-support-for-bbai-later-ti-chips/29257/7<br> | ||
Line 37: | Line 37: | ||
Both Bela systems use the same Bela software. It uses a customised Debian distribution which - most notably - uses a '''Xenomai kernel''' instead of a stock kernel. ''Xenomai'' is ''co-kernel'' for Linux which allows to achieve hard '''real-time performance''' on Linux machines (http://xenomai.org/). It thus takes advantage of features of the BeagleBone computers and can achieve extremely fast audio and sensor processing times. | Both Bela systems use the same Bela software. It uses a customised Debian distribution which - most notably - uses a '''Xenomai kernel''' instead of a stock kernel. ''Xenomai'' is ''co-kernel'' for Linux which allows to achieve hard '''real-time performance''' on Linux machines (http://xenomai.org/). It thus takes advantage of features of the BeagleBone computers and can achieve extremely fast audio and sensor processing times. | ||
Although the proposal Title mentions support for AI, I will try to develop a standardized setup that allows an easy jump across all TI chips. | Although the proposal Title mentions support for AI, I will try to develop a standardized setup that allows an easy jump across all TI chips. | ||
+ | |||
;Applications of Bela: | ;Applications of Bela: | ||
Bela is ideal for creating anything interactive that uses sensors and sound. So far, Bela has been used to create: | Bela is ideal for creating anything interactive that uses sensors and sound. So far, Bela has been used to create: | ||
Line 44: | Line 45: | ||
#interactive sound installations | #interactive sound installations | ||
and many more applications that are listed [https://learn.bela.io/get-started-guide/say-hello-to-bela/#what-is-bela here] | and many more applications that are listed [https://learn.bela.io/get-started-guide/say-hello-to-bela/#what-is-bela here] | ||
+ | |||
;Why add support for BBAI/newer TI chips? | ;Why add support for BBAI/newer TI chips? | ||
The Beagle Black and PocketBeagle are getting outdated by the day and also it would be better to have a more standardised setup that allows to more easily jump across TI chips, soon newer boards with different and more efficient chips like the AM5X and the TI C66x digital-signal-processor (DSP) cores in the BBAI are coming up that will need compatiblity with the Bela Software and Hardware. As part of the process we will try to offload peripheral initialisation to the mcasp and spi driver to in order to make it more portable for porting to other boards in the family, at present or future. | The Beagle Black and PocketBeagle are getting outdated by the day and also it would be better to have a more standardised setup that allows to more easily jump across TI chips, soon newer boards with different and more efficient chips like the AM5X and the TI C66x digital-signal-processor (DSP) cores in the BBAI are coming up that will need compatiblity with the Bela Software and Hardware. As part of the process we will try to offload peripheral initialisation to the mcasp and spi driver to in order to make it more portable for porting to other boards in the family, at present or future. | ||
;Programming languages and tools to be used: | ;Programming languages and tools to be used: | ||
− | C, PRU, dtb, uboot, | + | C, C++, PRU, dtb, uboot, GNU Make, ARM Assembly |
− | ===Proposed method of Implementation | + | ===Proposed method of Implementation=== |
− | + | The Bela cape is normally used in combination with the TI AM3358 chip on the BeagleBone Black. The hardware was partially working on the BBAI only using ALSA and the SPI driver [https://github.com/giuliomoro/beaglebone-ai-bela], so the pinout and pin settings are somewhat okay, but the Bela real-time code on ARM and PRU is not running on BBAI yet. During this project I will: | |
− | The Bela cape is normally used in combination with the TI AM3358 chip on the BeagleBone Black. The hardware | ||
− | # create a device tree overlay for the BBAI using the Cape Compatibility layer | + | # Create a device tree overlay using Cape Compatibility layer for the [https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-BONE-AUDI-02-00A0.dts BB-BONE-AUDI] which worked but with a few frequency issues. |
+ | # create a device tree overlay for the BELA Cape to work on the BBAI using the Cape Compatibility layer | ||
# update the Bela code to use the McASP, GPIO and McSPI on the AM5729 SoC of the BBAI | # update the Bela code to use the McASP, GPIO and McSPI on the AM5729 SoC of the BBAI | ||
# adapt the Bela PRU and ARM code and workflow to use the PRU via remoteproc instead of uio_pruss | # adapt the Bela PRU and ARM code and workflow to use the PRU via remoteproc instead of uio_pruss | ||
− | # install a Xenomai kernel and run the full Bela stack | + | # install a Xenomai patched kernel ✓ and run the full Bela stack. |
The project will involve dealing with pinmuxing, uboot, PRU assembly, C++ for Linux user space applications, the Technical Reference Manual for the Sitara family of SoCs. ([https://elinux.org/BeagleBoard/GSoC/Ideas-2021#Beagle_Bone_Audio_Applications ref. here]) | The project will involve dealing with pinmuxing, uboot, PRU assembly, C++ for Linux user space applications, the Technical Reference Manual for the Sitara family of SoCs. ([https://elinux.org/BeagleBoard/GSoC/Ideas-2021#Beagle_Bone_Audio_Applications ref. here]) | ||
Line 67: | Line 69: | ||
# in the Makefile, update the workflow to build the PRU code for remoteproc | # in the Makefile, update the workflow to build the PRU code for remoteproc | ||
# in core/PRU.cpp, use remoteproc instead of the libprussdrv API | # in core/PRU.cpp, use remoteproc instead of the libprussdrv API | ||
− | # in pru/pru_rtaudio.p, the hardcoded McASP constants should be replaced with board-dependent ones | + | # in pru/pru_rtaudio.p, the hardcoded McASP constants should be replaced with board-dependent ones. |
− | |||
− | |||
All these changes will be made so that the same code base can run on all supported boards (e.g.: BBAI, BBB) with build- or runtime- checks. To explain in short how I aim to establish a common code base for supporting all boards, I will start off by enumerating different boards once we detect which board it is. Then in the libraries, the constants (like pin numbers and their symlinks) will be set accordingly and the rest of the code base will become much easier to use without the need to hard code anything. | All these changes will be made so that the same code base can run on all supported boards (e.g.: BBAI, BBB) with build- or runtime- checks. To explain in short how I aim to establish a common code base for supporting all boards, I will start off by enumerating different boards once we detect which board it is. Then in the libraries, the constants (like pin numbers and their symlinks) will be set accordingly and the rest of the code base will become much easier to use without the need to hard code anything. | ||
<br> | <br> | ||
+ | |||
; PRU: | ; PRU: | ||
# The current Bela core code uses ''pasm'' to build the PRU assembly ''pru/pru_rtaudio.p'' and uses libprussdrv, which binds to the uio_pruss kernel driver to load the firmware to the PRU and handle access to the PRU RAM. Both pasm and libprussdrv are now deprecated, replaced by the clpru toolchain and remoteproc driver respectively. | # The current Bela core code uses ''pasm'' to build the PRU assembly ''pru/pru_rtaudio.p'' and uses libprussdrv, which binds to the uio_pruss kernel driver to load the firmware to the PRU and handle access to the PRU RAM. Both pasm and libprussdrv are now deprecated, replaced by the clpru toolchain and remoteproc driver respectively. | ||
− | # The PRU firmware contains hardcoded values for the address of the McASP, McSPI and GPIO peripherals. These addresses will change for the BBAI, so these constants need to become conditional. | + | # The PRU firmware contains hardcoded values for the address of the McASP, McSPI and GPIO peripherals. These addresses will change for the BBAI, so these constants need to become conditional. ✓(yet to be tested, but base address for the McASP of the bbai has been updated) |
# As the Bela PRU firmware is written in assembly for pasm, instead of rewriting or updating it in such a way that it will stop working on the current Bela images, we will use the workflow detailed below. | # As the Bela PRU firmware is written in assembly for pasm, instead of rewriting or updating it in such a way that it will stop working on the current Bela images, we will use the workflow detailed below. | ||
Line 84: | Line 85: | ||
# Process the bin through the disassembelr and make it ready to be included inside an ''__asm__'' directive (i.e.: add quotes and prepend a space at the beginning of each line): | # Process the bin through the disassembelr and make it ready to be included inside an ''__asm__'' directive (i.e.: add quotes and prepend a space at the beginning of each line): | ||
prudis file.bin | sed 's/^\(.*\)$/" \1\\n"/' > included_assembly.h | prudis file.bin | sed 's/^\(.*\)$/" \1\\n"/' > included_assembly.h | ||
− | + | 4. have the following in main.c: | |
void main() | void main() | ||
{ | { | ||
Line 92: | Line 93: | ||
); | ); | ||
} | } | ||
− | + | 5. build main.c with the regular clpru toolchain | |
− | I will need to change these MCASP addresses in pru/pru_rtaudio.p : | + | 6. I will also need to change these MCASP addresses in pru/pru_rtaudio.p : |
#define MCASP0_BASE 0x48038000 | #define MCASP0_BASE 0x48038000 | ||
Line 102: | Line 103: | ||
#define MCASP1_DATAPORT 0x46400000 | #define MCASP1_DATAPORT 0x46400000 | ||
− | Additionally, I will need to compare the McASP and McSPI sections of the AM5729 and AM3358 to verify that all the registers of the McASP and McSPI peripherals kept the same meaning and offsets between the two chips, or adjust the code accordingly. | + | Additionally, I will need to compare the ''McASP'' and ''McSPI'' sections of the AM5729 and AM3358 manuals to verify that all the registers of the McASP and McSPI peripherals kept the same meaning and offsets between the two chips, or adjust the code accordingly. |
; PINMUXING | ; PINMUXING | ||
I am yet to figure out pinmuxing to make sure the relevant pins are set to the correct function (they are NOT by default). I will see here https://elinux.org/BeagleBoard/GSoC/2020_Projects/Cape_Compatibility and/or ask on the BB slack about for the best way to go about it. | I am yet to figure out pinmuxing to make sure the relevant pins are set to the correct function (they are NOT by default). I will see here https://elinux.org/BeagleBoard/GSoC/2020_Projects/Cape_Compatibility and/or ask on the BB slack about for the best way to go about it. | ||
+ | I have so far created a basic AUDIO overlay (named BBAI-AUDI-02-00A0.dts) that has been merged into the [https://github.com/beagleboard/BeagleBoard-DeviceTrees/blob/v4.19.x-ti-overlays/src/arm/overlays/BBAI-AUDI-02-00A0.dts beagleboard / BeagleBoard-DeviceTrees repository]. | ||
; PRU->ARM INTERRUPTS | ; PRU->ARM INTERRUPTS | ||
Line 118: | Line 120: | ||
; XENOMAI kernel | ; XENOMAI kernel | ||
− | Xenomai kernel ( | + | Xenomai kernel (v4.19.94-ti-xenomai-r64) has been built and tested for the BBAI. I have installed the xenomai kernel and [https://dhruvag2000.github.io/Blog-GSoC21/xenomai/install.html libraries] through the default procedure to update kernel. I have also managed to successfully build the entire Bela core code on the BBAI so far. |
− | |||
; Hardware required: | ; Hardware required: | ||
Line 126: | Line 127: | ||
# Bela cape: [https://shop.bela.io/bela The original Bela board]. | # Bela cape: [https://shop.bela.io/bela The original Bela board]. | ||
− | + | ===Timeline=== | |
{| class="wikitable" | {| class="wikitable" | ||
Line 140: | Line 141: | ||
|- | |- | ||
| Jun 07 || Pre-work complete, Coding officially begins! || | | Jun 07 || Pre-work complete, Coding officially begins! || | ||
− | # All the boards and | + | # All the boards and BELA Cape will be available to me at this period of time and I should have set up my BeagleBone Black and Ai boards i.e flashing up to date Linux image. |
# Initial checks for hardware like audio ports and other peripheral devices will be completed. | # Initial checks for hardware like audio ports and other peripheral devices will be completed. | ||
# A detailed spreadsheet will be created if not already available for cape pin mapping and referencing for further use during BeagleBone AI software development ease. (one exists [https://docs.google.com/spreadsheets/d/1h-oUVhZXogOkKJkq73dM1JPOzcslBfcdpxTx4fZ-Cg0/edit#gid=227990209 here]) | # A detailed spreadsheet will be created if not already available for cape pin mapping and referencing for further use during BeagleBone AI software development ease. (one exists [https://docs.google.com/spreadsheets/d/1h-oUVhZXogOkKJkq73dM1JPOzcslBfcdpxTx4fZ-Cg0/edit#gid=227990209 here]) | ||
Line 147: | Line 148: | ||
|- | |- | ||
| Jun 17 || Milestone #1, || | | Jun 17 || Milestone #1, || | ||
− | # Introductory YouTube video | + | # Introductory YouTube video ✓ |
− | # Setting pinmux values appropriately and fix the dtb to get the correct clock on the McASP MCLK pin. | + | # Setting pinmux values appropriately and fix the dtb to get the correct clock on the McASP MCLK pin. ✓ |
− | # | + | # Writing the [https://github.com/beagleboard/BeagleBoard-DeviceTrees/blob/v4.19.x-ti-overlays/src/arm/overlays/BBAI-AUDI-02-00A0.dts BBAI-AUDI-02-00A0.dts] overlay to port the old BB-BONE-AUDI overlay using the CCL to work on the AI. ✓ |
+ | # verify that it works running with ALSA. ✓ | ||
|- | |- | ||
| June 24 || Milestone #2 || | | June 24 || Milestone #2 || | ||
− | # | + | # Writing the overlay for Bela Cape. |
− | # | + | # Study about the remote processor framework and rpmesg, and how I can integrate it into the PRU.cpp code |
− | # | + | # Test and debug the workflow for building the existing pasm PRU code with clpru, (or possibly reconsider/change it) |
|- | |- | ||
| June 30 || Milestone #3 || | | June 30 || Milestone #3 || | ||
− | # Try to | + | # Try to implement the PRU code using ''rproc''. |
− | # | + | # Try to test and debug running Bela's PRU code on BBAI. |
− | # make READMEs for undocumented but pre-existing codes(for eg: [https://github.com/BelaPlatform/rtdm_pruss_irq this]) . | + | # make READMEs for undocumented but pre-existing codes (for eg: [https://github.com/BelaPlatform/rtdm_pruss_irq this]) . |
|- | |- | ||
| July 12 18:00 UTC || Milestone #4 || | | July 12 18:00 UTC || Milestone #4 || | ||
+ | # Try to run Bela examples with Xenomai, but without rtdm(Real-time data monitoring) ie. generate (PRU->ARM interrupts) | ||
# Start documenting everything done so far. | # Start documenting everything done so far. | ||
# Make demo videos for proving whatever that has been done so far works on actual-hardware. | # Make demo videos for proving whatever that has been done so far works on actual-hardware. | ||
Line 170: | Line 173: | ||
| July 23 || Milestone #5 || | | July 23 || Milestone #5 || | ||
# run Bela with Xenomai, with (PRU->ARM interrupts) | # run Bela with Xenomai, with (PRU->ARM interrupts) | ||
− | # Try to run | + | # Try to run [https://learn.bela.io/tutorials/ the stock tutorials] |
|- | |- | ||
| July 30 || Milestone #6 || | | July 30 || Milestone #6 || | ||
− | # Validate existing work with [https://github.com/BelaPlatform/Bela/tree/master/examples/ | + | # Try to update the *.p files to suit the new gcc-pru supported syntax. |
− | # Test and debug if any errors occur while running the stock tutorials and functional tests | + | # Validate existing work with [https://github.com/BelaPlatform/Bela/tree/master/examples/ some functional tests and examples]. |
− | + | # Test and debug if any errors occur while running the stock tutorials and functional tests. | |
|- | |- | ||
| Aug 06 || Milestone #7 || | | Aug 06 || Milestone #7 || | ||
Line 206: | Line 209: | ||
# Derek Molloy's [http://derekmolloy.ie/beaglebone beagle bone guide] provides all the information needed for getting up and running with my beagle. | # Derek Molloy's [http://derekmolloy.ie/beaglebone beagle bone guide] provides all the information needed for getting up and running with my beagle. | ||
− | # | + | # [https://www.kernel.org/doc/html/latest/staging/remoteproc.html remoteproc] |
− | # https://credentiality2.blogspot.com/2015/09/beaglebone-pru-gpio-example.html | + | # [https://docs.google.com/spreadsheets/d/1h-oUVhZXogOkKJkq73dM1JPOzcslBfcdpxTx4fZ-Cg0/edit?usp=sharing BBAI vs BBB pin headers Google Sheet] |
+ | # [https://credentiality2.blogspot.com/2015/09/beaglebone-pru-gpio-example.html beaglebone pru gpio example] | ||
+ | # [https://learn.bela.io/tutorials/ official BELA website] | ||
+ | # Ask on the [https://forum.beagleboard.org/t/bela-support-for-bbai-later-ti-chips/29257/4 BeagleBoard.org forum] | ||
===Benefit=== | ===Benefit=== |
Latest revision as of 04:47, 25 July 2021
Contents
Proposal-Bela support for BBAI
Youtube Video
About
Student: Dhruva Gole
Mentors: Giulio Moro, Stephen Arnold and Robert Manzke
Code: https://github.com/BelaPlatform/Bela
Wiki: https://forum.beagleboard.org/t/bela-support-for-bbai-later-ti-chips/29257/7
GSoC: GSoC entry
Status
This project proposal has been accepted as part of GSoC 2021.
Proposal
Bela is a hardware and software system for creating beautiful interaction with sensors and sound. This project proposes to provide restructuring and improvement of existing Bela Software Code to allow for compatibility and easier transition to newer TI chips (like in the BBAI).
About you
IRC: dhruvag2000
Github: https://github.com/DhruvaG2000
School: Veermata Jijabai Technological Inst.
Country: India
Primary language : English, Marathi, Hindi
Typical work hours: 10AM - 7PM Indian Standard Time
Previous GSoC participation: I find embedded and IOT pretty interesting, given I have experience with ESP32, SIMCOM, ESP8266, Atmega, and many other microcontroller devices and I think I will be able to excel in this project. This is the first time i am participating in GSoC.
About your project
Project name: Bela support for the BeagleBone AI
My Blog: My blog related to this project and my findings.
Logs : I maintain weekly progress updates here .
Description
- What is Bela?
As given on the official website, Bela is a hardware and software system for creating beautiful interaction with sensors and sound. Bela consists of a Bela cape on top of a BeagleBone Black computer (uptil now).
Bela has a lot of analog and digital inputs and outputs for hooking up sensors and controlling other devices, and most importantly Bela has stereo audio i/o allowing you to interact with the world of sound.
Both Bela systems use the same Bela software. It uses a customised Debian distribution which - most notably - uses a Xenomai kernel instead of a stock kernel. Xenomai is co-kernel for Linux which allows to achieve hard real-time performance on Linux machines (http://xenomai.org/). It thus takes advantage of features of the BeagleBone computers and can achieve extremely fast audio and sensor processing times.
Although the proposal Title mentions support for AI, I will try to develop a standardized setup that allows an easy jump across all TI chips.
- Applications of Bela
Bela is ideal for creating anything interactive that uses sensors and sound. So far, Bela has been used to create:
- musical instruments and audio effects
- kinetic sculptures
- wearable devices
- interactive sound installations
and many more applications that are listed here
- Why add support for BBAI/newer TI chips?
The Beagle Black and PocketBeagle are getting outdated by the day and also it would be better to have a more standardised setup that allows to more easily jump across TI chips, soon newer boards with different and more efficient chips like the AM5X and the TI C66x digital-signal-processor (DSP) cores in the BBAI are coming up that will need compatiblity with the Bela Software and Hardware. As part of the process we will try to offload peripheral initialisation to the mcasp and spi driver to in order to make it more portable for porting to other boards in the family, at present or future.
- Programming languages and tools to be used
C, C++, PRU, dtb, uboot, GNU Make, ARM Assembly
Proposed method of Implementation
The Bela cape is normally used in combination with the TI AM3358 chip on the BeagleBone Black. The hardware was partially working on the BBAI only using ALSA and the SPI driver [1], so the pinout and pin settings are somewhat okay, but the Bela real-time code on ARM and PRU is not running on BBAI yet. During this project I will:
- Create a device tree overlay using Cape Compatibility layer for the BB-BONE-AUDI which worked but with a few frequency issues.
- create a device tree overlay for the BELA Cape to work on the BBAI using the Cape Compatibility layer
- update the Bela code to use the McASP, GPIO and McSPI on the AM5729 SoC of the BBAI
- adapt the Bela PRU and ARM code and workflow to use the PRU via remoteproc instead of uio_pruss
- install a Xenomai patched kernel ✓ and run the full Bela stack.
The project will involve dealing with pinmuxing, uboot, PRU assembly, C++ for Linux user space applications, the Technical Reference Manual for the Sitara family of SoCs. (ref. here)
- Syntax Analysis
The places within the Bela core code that will require intervention are:
- in the Makefile, update the workflow to build the PRU code for remoteproc
- in core/PRU.cpp, use remoteproc instead of the libprussdrv API
- in pru/pru_rtaudio.p, the hardcoded McASP constants should be replaced with board-dependent ones.
All these changes will be made so that the same code base can run on all supported boards (e.g.: BBAI, BBB) with build- or runtime- checks. To explain in short how I aim to establish a common code base for supporting all boards, I will start off by enumerating different boards once we detect which board it is. Then in the libraries, the constants (like pin numbers and their symlinks) will be set accordingly and the rest of the code base will become much easier to use without the need to hard code anything.
- PRU
- The current Bela core code uses pasm to build the PRU assembly pru/pru_rtaudio.p and uses libprussdrv, which binds to the uio_pruss kernel driver to load the firmware to the PRU and handle access to the PRU RAM. Both pasm and libprussdrv are now deprecated, replaced by the clpru toolchain and remoteproc driver respectively.
- The PRU firmware contains hardcoded values for the address of the McASP, McSPI and GPIO peripherals. These addresses will change for the BBAI, so these constants need to become conditional. ✓(yet to be tested, but base address for the McASP of the bbai has been updated)
- As the Bela PRU firmware is written in assembly for pasm, instead of rewriting or updating it in such a way that it will stop working on the current Bela images, we will use the workflow detailed below.
- Workflow for building the existing pasm PRU code with clpru
The workflow below works as a proof of concept, but needs further testing.
- Build the .p file as is with pasm with -V2 -b. This generates a .bin file that contains the assembled program
- I will be using the disassembler Giulio Moro put together hacking the one that was inside prudebug. (Find it here(built with gcc da.c -o prudis) . (Note: A disassembler is a computer program that translates machine language into assembly language)
- Process the bin through the disassembelr and make it ready to be included inside an __asm__ directive (i.e.: add quotes and prepend a space at the beginning of each line):
prudis file.bin | sed 's/^\(.*\)$/" \1\\n"/' > included_assembly.h
4. have the following in main.c:
void main() { __asm__ __volatile__ ( #include "included_assembly.h" ); }
5. build main.c with the regular clpru toolchain
6. I will also need to change these MCASP addresses in pru/pru_rtaudio.p :
#define MCASP0_BASE 0x48038000 #define MCASP1_BASE 0x4803C000
#define MCASP0_DATAPORT 0x46000000 #define MCASP1_DATAPORT 0x46400000
Additionally, I will need to compare the McASP and McSPI sections of the AM5729 and AM3358 manuals to verify that all the registers of the McASP and McSPI peripherals kept the same meaning and offsets between the two chips, or adjust the code accordingly.
- PINMUXING
I am yet to figure out pinmuxing to make sure the relevant pins are set to the correct function (they are NOT by default). I will see here https://elinux.org/BeagleBoard/GSoC/2020_Projects/Cape_Compatibility and/or ask on the BB slack about for the best way to go about it. I have so far created a basic AUDIO overlay (named BBAI-AUDI-02-00A0.dts) that has been merged into the beagleboard / BeagleBoard-DeviceTrees repository.
- PRU->ARM INTERRUPTS
Bela can work with a PRU->ARM interrupt, which is default these days, but requires an rtdm driver, which is another layer of complications. As an intermediate step to avoid further complications, I will try to run it without the PRU->ARM interrupt by adding BELA_USE_DEFINE=BELA_USE_POLL to my make command line. After building the Xenomai kernel, I will build the rtdm_ kernel and revert to using PRU->ARM interrupts.
- PRU transitioning from libprussdrv to rproc
The Remote Processor Framework (rproc) allows different platforms/architectures to control (power on, load firmware, power off) those remote processors while abstracting the hardware differences, so the entire driver doesn't need to be duplicated. I will need to change the initialization code in PRU.cpp that is currently relying on lib prussdrv and move to rproc . Not sure if rproc provides some functionalities to access the PRU's RAM the way prussdrv_map_prumem() used to, but that essentially gives access to a previously mmap'ed area of memory , so it should be easy to replace, as long as I am able to find the correct addresses in the TRM. On the latest Bela code there's a Mmap class which can make this somehow simpler ref. here.
- XENOMAI kernel
Xenomai kernel (v4.19.94-ti-xenomai-r64) has been built and tested for the BBAI. I have installed the xenomai kernel and libraries through the default procedure to update kernel. I have also managed to successfully build the entire Bela core code on the BBAI so far.
- Hardware required
The hardware listed below will be necessary for testing if my code implementation works correctly on the hardware.
- BeagleBone AI.
- Bela cape: The original Bela board.
Timeline
Mar 29 | Applications open | Students register with GSoC, work on proposal with mentors. |
Apr 13 | Proposal complete | Submitted to https://summerofcode.withgoogle.com ✓ |
May 17 | Proposal accepted or rejected |
|
Jun 07 | Pre-work complete, Coding officially begins! |
(some points above are ref. from here ) |
Jun 17 | Milestone #1, |
|
June 24 | Milestone #2 |
|
June 30 | Milestone #3 |
|
July 12 18:00 UTC | Milestone #4 |
Mentors and students can begin submitting Phase 1 evaluations |
July 16 18:00 UTC | Phase 1 Evaluation deadline | |
July 23 | Milestone #5 |
|
July 30 | Milestone #6 |
|
Aug 06 | Milestone #7 |
|
August 10 | Milestone #8 |
|
August 16 - 26 18:00 UTC | Final week: Students submit their final work product and their final mentor evaluation | |
August 23 - 30 18:00 UTC | Mentors submit final student evaluations |
Experience and approach
- I have used C++, C and Python programming languages over the past 3 years in a variety of projects involving embedded systems using the ESP32, Arduino UNO, ESP8266 and am also well-versed with freeRTOS.
- I have an aptitude for writing good reports and blogs, and have written a small blog on how to use a debugger.
- I recently did a project using ESP32, in which I used the DHT11 sensor to display humidity and temperature on a local HTML server . Other than that I have worked on developing hardware and making documentation for a 3 DOF arm based on an ESP32 custom board.
- I also interned at an embedded device startup where I
- Interfaced ADS1115 ADC with the ESP32 and used it to read battery voltage.
- Used UART for ESP32 and SIMCOM SIM 7600IE communication to gain LTE support.
- Published local sensor data to the cloud via LTE.
- I actively contribute to open source (most recently, I contributed to the ADS1115 library for ESP32 on the unclerus repo and can be seen here).
- Currently I am working on designing a Development board for the Raspberry Pico (RP2040) using KiCAD.
- I also do a lot of mini projects throughout the year, you can find my several more interesting projects at my github page
Contingency
I believe that if I get stuck on my project and my mentor isn’t around, I will use the resources that are available to me. Some of those information portals are listed below.
- Derek Molloy's beagle bone guide provides all the information needed for getting up and running with my beagle.
- remoteproc
- BBAI vs BBB pin headers Google Sheet
- beaglebone pru gpio example
- official BELA website
- Ask on the BeagleBoard.org forum
Benefit
If successfully completed, this project will add support for the Bela cape + Xenomai + PRU on the BeagleBone AI, and also the code will be easier to port to other Texas Instruments systems-on-chip.
By going through the steps needed to have the Bela environment running on BBAI, we will go through refactoring and rationalisation, using mainline drivers and APIs where possible. This will make Bela easier to maintain and to port to new platforms, benefiting the project's longevity and allowing it to expand its user base.
-Giulio Moro
Misc
Completed all the requirements listed on the ideas page.
The code for the cross-compilation task can be found here submitted through pull request #149.