Re: GSOC 2021: USB Device Drivers - Beaglebone Black

2021-08-11 Thread Ahamed Husni
, ttyU0.init, cuaU0, ... files are also there. What do these files do? Github branch: https://github.com/drac98/rtems-libbsd/commits/usb-serial If someone can help me out with any clue that'll be really helpful. Best regards, Husni. On Sat, Jul 24, 2021 at 3:32 PM Ahamed Husni wrote: > Hi

Re: [PATCH rtems-libbsd v2 0/5] Beagle BSP: USB Template Driver for CDC Ethernet

2021-08-08 Thread Ahamed Husni
Hi, On Sun, Aug 8, 2021 at 3:00 PM Christian Mauderer wrote: > Hello Husni, > > On 08/08/2021 11:15, Ahamed Husni wrote: > > Hi Christian, > > > > On Sun, Aug 8, 2021 at 1:36 PM Christian Mauderer > <mailto:o...@c-mauderer.de>> wrote: > > > &g

Re: [PATCH rtems-libbsd v2 0/5] Beagle BSP: USB Template Driver for CDC Ethernet

2021-08-08 Thread Ahamed Husni
Hi Christian, On Sun, Aug 8, 2021 at 1:36 PM Christian Mauderer wrote: > Hello Husni, > > On 07/08/2021 21:56, Ahamed Husni wrote: > > Hi Christian, > > > > Are there any issues I should address in this patch set? > > I think the big open question

Re: [PATCH rtems-libbsd v2 0/5] Beagle BSP: USB Template Driver for CDC Ethernet

2021-08-07 Thread Ahamed Husni
Hi Christian, Are there any issues I should address in this patch set? On Mon, Aug 2, 2021 at 12:09 PM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Hello Husni, > > Am 01.08.21 um 19:59 schrieb Ahamed Husni: > > Hi Christian, > > > &g

Re: [PATCH rtems-libbsd 0/5] RTEMS LibBSD Documentation

2021-08-01 Thread Ahamed Husni
Github repo https://github.com/drac98/rtems-docs/commits/libbsd On Mon, Aug 2, 2021 at 12:56 AM Husni Faiz wrote: > The RTEMS LibBSD doesn't have a documentation in the RTEMS Documentation > Project. > As I'm currently porting USB device drivers to LibBSD I decided to > document the drivers I

Re: [PATCH rtems-libbsd v2 4/5] libbsd.py: add usb template files

2021-08-01 Thread Ahamed Husni
I don't get notified of the replies to my patch. Not sure why. Replies don't go to spam either. That's why my replies are late. I added the rtems.org to the whitelist. I hope next time I'll get notified ;) On Thu, Jul 29, 2021 at 5:38 AM Chris Johns wrote: > On 28/7/21 9:56 pm, Husni Faiz

Re: [PATCH rtems-libbsd v2 5/5] create-kernel-namespace for USB Template driver

2021-08-01 Thread Ahamed Husni
Hello Chris, On Thu, Jul 29, 2021 at 5:41 AM Chris Johns wrote: > On 28/7/21 9:56 pm, Husni Faiz wrote: > > Signed-off-by: Husni Faiz > > --- > > rtemsbsd/include/machine/rtems-bsd-kernel-namespace.h | 5 + > > 1 file changed, 5 insertions(+) > > > > diff --git

Re: [PATCH rtems-libbsd v2 0/5] Beagle BSP: USB Template Driver for CDC Ethernet

2021-08-01 Thread Ahamed Husni
Hi Christian, On Sun, Aug 1, 2021 at 4:57 PM Christian Mauderer wrote: > Hello Husni, > > just tested that and it works fine. With a simple curl I can reach about > 8.5 MByte/s sending to the beagle and 19.5 MByte/s receiving from it. > > That's 68 Mbps for sending. That's an acceptable speed

Re: [PATCH rtems-libbsd v2 2/5] usb_template: Configure template driver only for CDC Ethernet

2021-08-01 Thread Ahamed Husni
Hello Chris, Sorry for the late reply. On Thu, Jul 29, 2021 at 5:37 AM Chris Johns wrote: > On 29/7/21 1:10 am, Ahamed Husni wrote: > > > > > > On Wed, 28 Jul 2021, 17:27 Husni Faiz, > <mailto:ahamedhusn...@gmail.com>> wrote: > > > > Add the

Re: [PATCH rtems-libbsd v2 2/5] usb_template: Configure template driver only for CDC Ethernet

2021-07-28 Thread Ahamed Husni
On Wed, 28 Jul 2021, 17:27 Husni Faiz, wrote: > Add the conditional macro to prevent the driver from referencing > the templates which are not imported yet. > > Include functions which adds the hw.usb.template sysctl variable. > > Signed-off-by: Husni Faiz > --- >

Re: [PATCH rtems-libbsd 2/4] usb_template: Configure template driver only for CDC Ethernet

2021-07-28 Thread Ahamed Husni
Hello Christian, On Fri, Jul 16, 2021 at 1:18 AM Christian Mauderer wrote: > Hello Husni, > > On 06/07/2021 19:00, Husni Faiz wrote: > > Add the conditional macro to prevent the driver from referencing > > the templates which are not imported yet. > > > > Include functions which adds the

Re: [PATCH rtems-libbsd 3/4] nexus-devices: Include CDC Ethernet for Beagle

2021-07-27 Thread Ahamed Husni
Hello Christian, On Wed, Jul 28, 2021 at 12:34 AM Christian Mauderer wrote: > Hello Husni, > > On 27/07/2021 17:04, Ahamed Husni wrote: > > > > > > On Fri, Jul 16, 2021 at 1:25 AM Christian Mauderer > <mailto:o...@c-mauderer.de>> wrote: > >

Re: [PATCH rtems-libbsd 3/4] nexus-devices: Include CDC Ethernet for Beagle

2021-07-27 Thread Ahamed Husni
On Fri, Jul 16, 2021 at 1:25 AM Christian Mauderer wrote: > On 06/07/2021 19:00, Husni Faiz wrote: > > Configure bus for CDC Ethernet > > Include CDC Ethernet in Beagle BSP > > > > Signed-off-by: Husni Faiz > > --- > > rtemsbsd/include/bsp/nexus-devices.h | 5 + > >

GSOC 2021: USB Device Drivers - Beaglebone Black

2021-07-24 Thread Ahamed Husni
Hi all, In phase one of the GSoC I ported the usb template driver and the CDC Ethernet template (Template for Ethernet over USB) to the RTEMS LibBSD. The driver was tested in the 6-freebsd-12 and the master branch. I have prepared a report for phase one.

Re: [PATCH rtems-libbsd 0/4] Beagle BSP: USB Template Driver for CDC Ethernet

2021-07-14 Thread Ahamed Husni
Hi, Ping :) On Tue, Jul 6, 2021 at 10:30 PM Husni Faiz wrote: > This set of patches import the drivers from freebsd and > configures it for the beagle bsp. > > Github Branch for the commits > https://github.com/drac98/rtems-libbsd/commits/usb-cdce > > Husni Faiz (4): > usb_template:Import

Re: [GSoC 2021] Beagle BSP USB OTG Support

2021-05-16 Thread Ahamed Husni
sni On Thu, May 13, 2021 at 9:40 AM Ahamed Husni wrote: > Hi, > > I couldn't set up the JTAG using Launchpad as it requires some adapters. > While discussing > <https://www.element14.com/community/groups/embedded/blog/2019/07/09/hardware-debug-jtag-probe-first-steps#comment-27

Re: [GSoC 2021] Beagle BSP USB OTG Support

2021-05-12 Thread Ahamed Husni
uggest > to just try it. > > I think on OpenOCD there are a few options regarding RST. You can have > SRST only, TRST only, both connected together and both as separate pins. > > Best regards > > Christian > > Am 10.05.21 um 06:09 schrieb Ahamed Husni: > > Hi

[GSoC 2021] Beagle BSP USB OTG Support

2021-05-10 Thread Ahamed Husni
Hi all, I need to debug the Beaglebone Black using JTAG. I got a TI LaunchPad CC1310. Launchpad has a XDS110 debugger with a (ARM - not sure) 10 pin JTAG out which can be used to debug external targets. The Beaglebone has a cTI 20 pin JTAG interface. Pin layouts for the ARM10 and cTI20 is given

Re: GSoC Project - Beagle BSP Projects

2021-05-06 Thread Ahamed Husni
Hi, Sorry for not providing detailed explanations and for the late response. On Sun, May 2, 2021 at 5:31 PM Christian Mauderer wrote: > Hello Husni, > > On 01/05/2021 23:38, Ahamed Husni wrote: > > Hi all, > > > > My project proposal > > >

Re: GSoC Project - Beagle BSP Projects

2021-05-01 Thread Ahamed Husni
PM Christian Mauderer wrote: > > > On 02/04/2021 08:36, Ahamed Husni wrote: > > > Yes, this seems like an area that can be chipped away at, > with a > > > strong plan of activities. My concern would be whether it > is abo

Re: GSoC Project - Beagle BSP Projects

2021-04-09 Thread Ahamed Husni
roject description is not complete yet. I submitted the draft to GSoC as well. Best regards, Husni Faiz. On Fri, Apr 2, 2021 at 6:16 PM Christian Mauderer wrote: > > > On 02/04/2021 08:36, Ahamed Husni wrote: > > > Yes, this seems like an area

Re: GSoC Project - Beagle BSP Projects

2021-04-02 Thread Ahamed Husni
in.com/NYZRej1B Build command > ../source-builder/sb-set-builder --log=beagle.txt --prefix=$BASE/rtems/6 > bsps/beagleboneblack.bset What would be the steps to configure the USB OTG driver from libbsd to BBB. I would like to try it out. Please guide me on this. Best regards, On Fri, Ma

[Beagle BSP] How to run all tests on a Beaglebone Black in an automated way

2021-03-27 Thread Ahamed Husni
Hi, I ran the hello program on the BBB using a bootable SD card. The SD card has two partitions. 1. BOOT - primary, bootable, FAT32 2. ROOT - primary, ext4 The BOOT partition has the following files. 1. uEnv.txt 2. rtems-app.img 3. Device Tree Blob (am335x-boneblack.dtb) I want

Re: GSoC Project - Beagle BSP Projects

2021-03-26 Thread Ahamed Husni
gt;> > Best, >> Nils >> >> On Tue, 23 Mar 2021 at 17:00, Christian MAUDERER < >> christian.maude...@embedded-brains.de> wrote: >> >>> Hello Gedare, >>> >>> Am 23.03.21 um 16:48 schrieb Gedare Bloom: >>> > CC: Nils, Utkarsh >

GSoC Project - Beagle BSP Projects

2021-03-23 Thread Ahamed Husni
Hi everyone, I'm really interested to work on the * Beagle BSP Projects* [#2891 ]. *Adding PRU Support* [#3730 ] project seems really interesting to me. This project is partially done during GSoC 2019

GSoC Prerequisite Task

2021-03-22 Thread Ahamed Husni
Hi all, This is the modified hello program. I'll attach the screenshots in another email. >From 794d291f61c70dfcefb6b566e2a6a4af0fb801a5 Mon Sep 17 00:00:00 2001 From: Husni Faiz Date: Mon, 22 Mar 2021 01:18:25 +0530 Subject: [PATCH] GSoC Task Modified the hello program to meet the

Re: RTEMS Servers offline (maybe)

2021-03-20 Thread Ahamed Husni
Hi, I'm having the same problem ;) On Sat, Mar 20, 2021 at 11:49 PM Eshan Dhawan wrote: > Hello Everyone, > Devel site is offline and returns error 503 > > -- > > Thanks > - Eshan > ___ > devel mailing list > devel@rtems.org >

Toolchain Build Failed

2021-03-20 Thread Ahamed Husni
HI, I tried to build the *6/rtems-sparc* toolchain and it gave me the following error. Terminal Output Creating source directory: patches > download: > https://devel.rtems.org/raw-attachment/ticket/2616/automake-1.12.6-bugzilla.redhat.com-1239379.diff > ->

QEMU Beagleboard Emulator

2021-03-18 Thread Ahamed Husni
Hi everyone, I'm new to RTEMS Project. I'm interested to work in #2891 ticket (Beagle BSP) for GSoC. I need a *beagleboard* emulator. I tried the following, $ ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/5 devel/qemu4 $ qemu-system-arm