BeagleBoard/GSoC/2020 Projects
Contents
Links
- BeagleBoard.org GSoC page: http://bbb.io/gsoc
- Status reports: http://bbb.io/gsocml
- Live chat: http://bbb.io/gsocchat
- Google GSoC site: https://summerofcode.withgoogle.com/
- YouTube Playlist BeagleBoard.org GSoC 2020: TBD
Weekly reports
- All weekly reports will be sent to the mailing list (as that is our primary support venue outside of live chat) on a single thread (to avoid e-mail thrash).
- They must be sent on Monday to allow for mentors to respond ahead of Wednesdays IRC meeting where all blockers will be discussed live.
- They must include the following sections:
- Accomplishments
- Resolutions to blockers
- On-going blockers
- Plans for the next week
Projects
Project | Student | Mentors | Videos | Reports | Code | Documentation | |
---|---|---|---|---|---|---|---|
Cape Compatibility | Deepak Khatri (lorforlinux) | Jason Kridner (jkridner), Kumar Abishek, Hunyue Yau, Drew Fustini | intro final | weekly | TBD | blog | warm up task more |
PRU Bi-dir bus | Deepankar Maithani (deepankarmaithani) | Saketh, rma, Hunyue Yau, Drew Fustini, Jason Kridner | intro final | weekly | code | blog | more |
PRU Improvements | Vedant Paranjape (vedant16) | Kumar Abhishek, Pratim Ugale, Andrew Henderson | intro final | weekly | Code | blog | more |
Media IP Streaming | Niklas Wantrupp (nwan) | Robert Manzke, Henrik Langer, Drew Fustini, Indumathi Duraipandian | intro final | weekly | code | documentation | more |
Cape Compatibility
The idea of this project is to make
- The same userspace code work with both BeagleBone Black and BeagleBone AI, using the same references to drivers for peripherals assigned to the same header pins between BBB and BBAI.
- The same DT overlay work for both BBB and BBAI. For capes, uBoot Cape manager will also be updated to support BBAI so that DT overlays will be automatically loaded during boot.
Milestones
Introductory YouTube video.- Testing Capes on BBB (Comms,
Servo, Load, Realy, Motor, and LCD4). - Cleaning up code in beagle-tester and creating new examples.
- Creating new userspace examples for BBB.
- Testing new beagle-tester code on BBB.
- Finalizing BeagleBoard-DeviceTrees/src/arm/am5729-beagleboneai.dts.
- Testing the BBAI pin control using libgpiod.
- Testing user space examples with BeagleBone AI.
- Testing comms cape on BBAI.
- Testing Servo cape on BBAI.
- Testing Motor cape on BBAI.
- Testing Load cape on BBAI.
- Testing Relay cape on BBAI.
- Testing LCD4 cape on BBAI.
- Creating buses DT overlay for BBAI.
- Testing BBAI u-boot peripheral support.
- BBAI u-boot SPL cape manager compatibility.
- Final YouTube video.
PRU Bi-dir bus
TBD
Milestones
1. Introductory Video
2. Setting up BeagleLogic to analyse communication between PRU and Shift Register
3. Configuring the system to use remoteproc and run sample codes on PRU
4. Understanding Writing a character driver
5. Understanding and writing GPIO chip driver
6. Wrtiting code to send simple data to 74hc595.
7 Integrating GPIO chip driver with the code
8. Writing a simple code for 74hc299
9. Integrating GPIO chip driver with the code
10. Supporting SIP0 and PISO configurations on 74hc299
10. Device tree configurations
11. Final enhancements and documentation
12. Final Video
PRU Improvements
Idea of this project is to implement a compiled language which will compile down to PRU assembly. PRU programming is a uphill task and quite tough for beginners, this language intends to simplify this, by providing a high level language with simple syntax. This will make it easy to get beginners onboard with PRU
Milestones
Introductory YouTube videoSetting up BeagleBone Black Wireless i.e flashing up to date Linux image and Testing user-led blink code :DRunning existing example codes from this repositoryImplementing int, bool data typesImplementing Arithmetic operatorsImplementing Relational operatorsImplementing Bitwise operatorsImplementing Logical operatorsImplementing Arithmetic operationsImplementing Variable assignmentImplementing if else elifImplementing for loop- Implementing functions
- Implementing Register access
- Writing documentation for same
- Implementing Language backend
- Implementing Utility functions
- Testing the language, and implementing example codes.
- Finalizing and documenting everything done till now, submitting second report for evaluation
- Solving github issues
- getting PRUSpeaks to work on the new kernel
- Writing documentation
- Packaging the compiler for distribution, like packaging into debian package.
Media IP Streaming
This project aims in porting the existing drivers for the CTAG Face audiocard to the 4.19-rt kernel for Beaglebone AI. Furthermore, the AVB protocol, implementented during a former GSoC Project, should also be ported and optimised to 4.19-rt kernel. More information about the project can be found here.
Milestones
June 8 | |
June 15 | |
June 22 | Port of sound card drivers, testing, performance check |
July 3 | Finalzing port of ctag face audio card driver to Beagle AI and getting pull request to Beagleboard Mainline |
July 10 | Review of existing AVB network driver architecture for real-time audio streaming, basis is https://elinux.org/BeagleBoard/GSoC/2017_Projects#Project:_BeagleBone_AVB_Stack , identifying challenges for porting to Beagle AI |
July 17 | Implementation / porting of ALSA AVB network drivers to Beagle AI --> toolchain setup, driver adoptions |
July 24 | AVB ALSA drivers implementation for Beagle AI |
July 31 | Getting ALSA AVB network drivers finished and document everything till now |
August 3 | Joining AVB ALSA drivers with ctag face audio card drivers |
August 10 | Performance and integration testing of driver ports |
August 17 | Completion YouTube video, pull request of driver architecture for mainline |