Re: [PATCH 2/6] jetson-tk1: Add start.S

2017-08-01 Thread Andreas Kölbl
Sure, if there is a chance that it will get integrated. I will implement it in v2. Am 01.08.2017 um 07:34 schrieb Sebastian Huber: > On 01/08/17 00:27, andreas.koe...@st.oth-regensburg.de wrote: > >> From: Andreas Kölbl >> >> This own implementation allows for modifications like passing a cmdlin

Re: [PATCH 4/6] cmdline: Add cmdline support

2017-08-01 Thread Andreas Kölbl
At the moment I didn't implement smp functionality. I will implement it directly after implementing SMP. Am 01.08.2017 um 13:08 schrieb Sebastian Huber: > Why can't you use_CPU_SMP_Get_current_processor() instead of > bsp_get_boot_cpu(). > > Why do you have to use the linker command file to alloc

Re: [PATCH v2 2/2] Enable the WEP encrypted WiFi.

2017-08-01 Thread Christian Mauderer
Hello Sichen, the second version of the patches looks good to me. They apply fine and the WEP encrypted WiFi works. Just if someone wants to try it and wonders how to set the network up: I used the following line for my network: ifconfig wlan0 ssid test authmode shared wepmode on weptxkey 1 wepk

Re: [PATCH 4/6] cmdline: Add cmdline support

2017-08-01 Thread Sebastian Huber
Why can't you use_CPU_SMP_Get_current_processor() instead of bsp_get_boot_cpu(). Why do you have to use the linker command file to allocate memory for the command line? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 F

Re: RTEMS Jetson-TK1 BSP

2017-08-01 Thread Sebastian Huber
Hello Andreas, the BSP looks quite good, however, we have to adjust it a bit to use more of the shared infrastructure. This is important to keep it maintainable in the long run. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 4

[PATCH v2 2/2] Enable the WEP encrypted WiFi.

2017-08-01 Thread Sichen Zhao
Now rtems can connnect WiFi via WEP on rtl8188eu chip. --- rtemsbsd/include/bsp/nexus-devices.h | 1 + rtemsbsd/rtems/rtems-kernel-init.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h index c3e5336..65c183c 100

[PATCH v2 1/2] Port rtl8188eu driver to RTEMS.

2017-08-01 Thread Sichen Zhao
Now USB dongle rtl8188eu can work as wlan client device. It can scan wifi, connect unencrypted wifi. --- Makefile.todo|6 + libbsd.py|1 + libbsd_waf.py|1 + rtemsbsd/include/bsp/nexus-devices.h |5 + rtems