.. _gsoc-idea-linux-kernel-improvements: Linux kernel improvements ######################### Below are the projects that comes under linux kernel improvements category. .. card:: :fab:`linux;pst-color-primary` **Update beagle-tester for mainline testing** :bdg-success:`Medium priority` :bdg-success:`Medium complexity` :bdg-danger-line:`Large size` ^^^^ Utilize the ``beagle-tester`` application and ``Buildroot`` along with device-tree and udev symlink concepts within the OpenBeagle continuous integration server context to create a regression test suite for the Linux kernel and device-tree overlays on various Beagle computers. - **Goal:** Execution on Beagle test farm with over 30 mikroBUS boards testing all mikroBUS enabled cape interfaces (PWM, ADC, UART, I2C, SPI, GPIO and interrupt) performing weekly mainline Linux regression verification - **Hardware Skills:** `basic wiring`_, `embedded serial interfaces`_ - **Software Skills:** `device-tree`_, `Linux `_, `C`_, `OpenBeagle CI`_, `Buildroot`_ - **Possible Mentors:** `Deepak Khatri `_, `Anuj Deshpande `_, `Dhruva Gole `_ - **Expected Size of Project:** 350 hrs - **Rating: Medium** - **Upstream Repository:** `Jason Kridner/Beagle Tester · GitLab `_ - **References:** - `beagle-tester-issue `_ ++++ .. button-link:: https://forum.beagleboard.org/t/update-beagle-tester-for-cape-mikrobus-new-board-and-upstream-testing/37279 :color: danger :expand: :fab:`discourse;pst-color-light` Discuss on forum .. card:: :fab:`linux;pst-color-primary` **Upstream wpanusb and bcfserial** :bdg-success:`Medium priority` :bdg-success:`Medium complexity` :bdg-danger-line:`Medium size` ^^^^ These are the drivers that are used to enable Linux to use a BeagleConnect Freedom as a SubGHz IEEE802.15.4 radio (gateway). They need to be part of upstream Linux to simplify on-going support. There are several gaps that are known before they are acceptable upstream. - **Goal:** Add functional gaps, submit upstream patches for these drivers and respond to feedback - **Hardware Skills:** `wireless communications`_ - **Software Skills:** `C`_, `Linux `_ - **Possible Mentors:** `Ayush Singh `_, `Jason Kridner `_ - **Expected Size of Project:** 175 hrs - **Rating: Medium** - **Upstream Repository:** `Linux `_ - **References:** - `Submitting patches: the essential guide to getting your code into the kernel — The Linux Kernel documentation `_ - `BeagleConnect · GitLab `_ - `BeagleConnect / Linux / wpanusb · GitLab `_ - `BeagleConnect / Linux / bcfserial · GitLab `_ ++++ .. button-link:: https://forum.beagleboard.org/t/upstream-wpanusb-and-bcfserial/37186 :color: danger :expand: :fab:`discourse;pst-color-light` Discuss on forum .. card:: :fab:`linux;pst-color-secondary` **BeagleBone Cape (add-on board) compatibility layer (BB-CCL)** :bdg-danger:`High priority` :bdg-success:`Medium complexity` :bdg-danger-line:`Large size` ^^^^ - **Goal:** Update the cape compatibility layer for BeagleBone Black, AI-64, and newer boards to support more kernel versions. - **Hardware Skills:** UART, I2C, SPI, ADC, GPIO and PWM - **Software Skills:** C, Python, DeviceTree, Linux kernel - **Possible Mentors:** Deepak Khatri, jkridner - **Expected Size of Project:** 350 hrs - **Rating:** Medium - **Upstream Repository:** various - **References:** - `Beagleboard:BeagleBone cape interface spec `_ - `Device tree how-to blog post `_ - `GSoC 2020 project page `_ - `lorforlinux's GSoC project documentation website `_ ++++ .. button-link:: https://example.com :color: danger :expand: :fab:`gitlab;pst-color-light` Discuss on forum .. card:: :fab:`linux;pst-color-secondary` **Xenomai vs Preempt-RT** :bdg-success:`Medium priority` :bdg-success:`Medium complexity` :bdg-danger-line:`Large size` ^^^^ In the growing market of embedded Linux audio devices, engineers more and more face the question "how fast is fast enough?". There is need to provide a framework for testing responsiveness (and consequently minimum latency) for a given platform and evaluate whether it meets the requirements for the application at hand. In 2010, the paper "How fast is fast enough?" by Brown and Martin compared average and worst-case performance of Preempt-rt Linux vs Xenomai on an old BeagleBoard. In this project you will develop code for a test setup that allows to reproduce these tests on more modern SoCs in order to obtain an indirect measure of how much Preempt-rt has improved over the past few years, what is today the gap with Xenomai and reflect on how this impacts specific applications. Goal: Produce a testing suite that allows to evaluate interrupt latency and CPU performance on Xenomai vs Preempt-rt - **Hardware Skills:** none - **Software Skills:** C, Linux kernel, Xenomai - **Possible Mentors:** giuliomoro - **Expected Size of Project:** 350 hrs - **Rating:** Medium - **Upstream Repository:** https://xenomai.org .. card:: :fab:`linux;pst-color-secondary` **Xenomai kernel for most recent BB boards** :bdg-success:`Medium priority` :bdg-success:`Medium complexity` :bdg-danger-line:`Large size` ^^^^ `Xenomai `_ is a co-kernel for Linux that allows selected threads on the board to bypass the Linux kernel and deliver hard real-time performance. This is used worldwide in such diverse sectors as manufacturing processes, drones and audio (e.g.: `the Bela project `_ on Beagleaboard boards). The Xenomai core is currently maintained by Siemens and interactions happen through the `official mailing list `_. Board-specific support is only offered on a small set of SoCs, but it's mostly down to the maintainers of individual boards. Kernels for the Beagleboard family are regularly patched and released by `rcn-ee`, who also occasionally releases Xenomai versions. While 4.9, 4.14 and 4.19 (and newer versions) have been working fine on AM335x devices (e.g.: BeagleBone Black, PocketBeagle), these do not run properly on other devices (e.g.: AM572x-based ones such as Beaglebone-AI). The scope of this project is to offer support for Xenomai kernels across the Beagleboard family and implement a workflow that makes maintenance easier. - **Goal:** Fix Xenomai support for newer BB boards, make future maintenance easier. - **Hardware Skills:** none - **Software Skills:** C, Linux kernel, Xenomai - **Possible Mentors:** giuliomoro, Dhruva Gole - **Expected Size of Project:** 350 hrs - **Rating: Medium** - **Upstream Repository:** https://evlproject.org/overview/ https://xenomai.org - **References:** - `Paper: How fast is fast enough? `_ .. _C: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/c.html .. _Assembly: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/assembly.html .. _Verilog: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/verilog.html .. _Zephyr: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/zephyr.html .. _Linux: https://docs.beagleboard.org/intro/beagle101/linux.html .. _device-tree: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/device-tree.html .. _FPGA: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/fpga.html .. _basic wiring: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/basic-wiring.html .. _motors: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/motors.html .. _embedded serial interfaces: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/embedded-serial.html .. _OpenBeagle CI: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/openbeagle-ci.html .. _verification: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/verification.html .. _wireless communications: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/wireless-communications.html .. _Buildroot: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/buildroot.html .. _RISC-V ISA: https://jkridner.beagleboard.io/docs/latest/intro/beagle101/riscv.html