From 78ce6be4b3e1c5f0cf365538edc4dbb8c29ab451 Mon Sep 17 00:00:00 2001 From: Himanshu kohale <hkohale22@gmail.com> Date: Tue, 2 Apr 2024 10:23:26 -0400 Subject: [PATCH] final changes proposal --- proposals/himanshuk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/himanshuk.rst b/proposals/himanshuk.rst index 35c61ed..08eb00e 100644 --- a/proposals/himanshuk.rst +++ b/proposals/himanshuk.rst @@ -54,7 +54,7 @@ Description **Overview** -- Librobotcontrol is package of C library which contains examples and testing programs for Robotic control projects used using beaglebone capes like `robotic-cape <https://www.beagleboard.org/boards/beaglebone-robotics-cape>`_ which is sold by beagleboard.org. BeaglBboneBlack(BBB)(am33xx) supports the librobotcontrol package thanks to Deepak khatri, Who Previouly worked upon cape compatibility layer on BBB.BeaglBboneBlack support robotic-cape cape with librobotcontrol package due to device tree overlays which identify the robotics-cape as a specific hardware which can be useful while accesing various pheripherals and devices with roboitic-cape. +- Librobotcontrol is package of C library which contains examples and testing programms for Robotic control projects used by beaglebone capes like `robotic-cape <https://www.beagleboard.org/boards/beaglebone-robotics-cape>`_ which is sold by beagleboard.org. BeaglBboneBlack(BBB)(am33xx) supports the librobotcontrol package thanks to Deepak khatri, Who Previouly worked upon cape compatibility layer on BBB.BeaglBboneBlack support robotic-cape cape with librobotcontrol package due to device tree overlays which identify the robotics-cape as a specific hardware which can be useful while accesing various pheripherals and devices with roboitic-cape. - BeagleBone-AI support librobotcontrol package but its been draft and there is not a stable device tree overlays for robotic cape in AI image.So for using package, have to check the passed results for various drivers and use cape with AI and make changes accordingly. BeagleBone AI is based on the Texas Instruments AM5729 dual-core Cortex-A15 SoC with flexible BeagleBone Black header and mechanical compatibility. Which supports the AM572x device tree binary files. However, the current implementation has the following problems This proposal will address these issues. -- GitLab