Re: How to sync a dos file system externally

2018-10-05 Thread Christian Mauderer
Hello Cliff, please note that this wasn't the only bug that has been fixed over the last year in the fat file system: https://git.rtems.org/rtems/log/cpukit/libfs/src/dosfs Regards Christian Am 05.10.18 um 18:59 schrieb Cliff Geschke: > It turns out that this bug was fixed last year > >   >

Re: Parker Solar Probe Plus Launch

2018-08-11 Thread Christian Mauderer
Am 11.08.2018 um 17:35 schrieb Joel Sherrill: > > > On Sat, Aug 11, 2018, 11:31 AM Christian Mauderer <mailto:l...@c-mauderer.de>> wrote: > > Am 07.08.2018 um 22:32 schrieb Joel Sherrill: > > Hi > > > > The launch window for the Parker

Re: Parker Solar Probe Plus Launch

2018-08-11 Thread Christian Mauderer
Am 07.08.2018 um 22:32 schrieb Joel Sherrill: > Hi > > The launch window for the Parker Solar Probe > Plus is from Aug 11 to 23 (3 days minimum). > > http://parkersolarprobe.jhuapl.edu/ > > This is an RTEMS-based mission that will be > closer to the Sun than Mercury. It will require > 7 Venus gr

Re: Error building libbsd

2018-06-29 Thread Christian Mauderer
work with, I would suggest to use that. Best regards Christian Mauderer Am 28.06.2018 um 14:10 schrieb Nicolas Tsiogkas: > Hi, > > some later report. I compiled the examples and some private project with > waf and all was smoothly. I suspect that there must be something wit

Re: Error building libbsd

2018-06-25 Thread Christian Mauderer
oo and has no problems with the current libbsd. As far as I know most distributions still use python2 as the default case. I only know Arch Linux that does use python3. Best regards Christian Mauderer Am 25.06.2018 um 10:08 schrieb Nicolas Tsiogkas: > Hi, > > sorry for the late reply.

Re: Error building libbsd

2018-06-22 Thread Christian Mauderer
into the build scripts, I added a few debug messages. Could you try to apply the attached patch and see whether it prints some messages. Note that the messages are not really clean and it seems that there is a bug that prints them two times. But they should give a hint when the build process brea

Re: Error building libbsd

2018-06-22 Thread Christian Mauderer
n number. Best regards Christian Mauderer Am 22.06.2018 um 11:21 schrieb Nicolas Tsiogkas: > Hi, > > I did the process again with no luck. I am attaching a zip with command > outputs/logs. > > Regards, > Niko > > On Fri, Jun 22, 2018 at 9:44 AM Nicolas Tsiogkas <m

Re: Error building libbsd

2018-06-21 Thread Christian Mauderer
stinfo/users > > > > > ___ > users mailing list > users@rtems.org > http://lists.rtems.org/mailman/listinfo/users > Hello Nicolas, I also don't know that problem. The directory that should be created "///h

Re: Can't configure RTEMS for RISC-V BSP

2018-05-27 Thread Christian Mauderer
Am 27.05.2018 um 21:15 schrieb aesee: > Hi, > > I'm trying to build RTEMS image for RISC-V x64 on Ubuntu, but I stuck on > configure step. > > After command "$HOME/development/rtems/kernel/rtems/configure > --prefix=$HOME/development/rtems/5 --target=riscv64-rtems5 --enable > -rtemsbsp=riscv64_ge

Re: What is NOCACHE memory for?

2018-05-10 Thread Christian Mauderer
Hello Xuelin Tian, one typical use case of this memory is for DMA buffers. Depending on the BSP, there might be some more use cased. By the way: I think the size (1MB) varies from BSP to BSP. Best regards Christian Mauderer Am 10.05.2018 um 06:04 schrieb xuelin.t...@qkmtech.com: > Dear

Re: Beaglebone Black LIBBSD Compiling Error

2018-05-06 Thread Christian Mauderer
libbsd are both on the latest master? Just recently, some of the services moved from libbsd to RTEMS. With that, you have to rebuild your BSP to use the latest libbsd. With kind regards Christian Mauderer -- embedded brains GmbH Herr Christian Mauderer

Re: Is there any way to tailor some rtems-libBSD functions?

2018-04-05 Thread Christian Mauderer
uild system that would allow to disable (beneath some other points) IPv6. Best regards Christian -- embedded brains GmbH Herr Christian Mauderer Dornierstr. 4 D-82178 Puchheim Germany email: christian.maude...@embedded-brains.de Phone: +49-89-18 94 741 - 18 Fax: +49-89-18 94 741 - 08

Re: Beaglebone Black RTEMS(Master)

2018-03-19 Thread Christian Mauderer
l Pisa who mentored that project back then knows something. Best regards Christian - Ursprüngliche Mail - > Von: "Emre Çetin" > An: "Christian Mauderer" > CC: "Chris Johns" , "RTEMS Users" > Gesendet: Montag, 19. März 2018 17:41:3

Re: Beaglebone Black RTEMS(Master)

2018-03-13 Thread Christian Mauderer
e U-Boot tool mkimage: arm-rtems5-objcopy app.exe -O binary app.bin gzip -9 app.bin mkimage -A arm -O linux -T kernel -a 0x8000 -e 0x8000 -n RTEMS -d app.bin.gz app.img With kind regards Christian -- embedded brains GmbH Herr Christian Mauderer Dorniers

Re: GSoC'18-Introduction

2018-03-01 Thread Christian Mauderer
Am 02.03.2018 um 07:43 schrieb Chris Johns: > On 02/03/2018 17:12, Christian Mauderer wrote: >> Am 02.03.2018 um 00:53 schrieb Chris Johns: >>>> >>>> I think it would be a good idea to take a look at the boot process >>>> first: We have two situatio

Re: INTERNAL_ERROR_THREAD_EXITTED, but what thread ?

2018-03-01 Thread Christian Mauderer
printk("Thread exited but couldn't get name.\n"); } } /* In your configuration: */ #define CONFIGURE_INITIAL_EXTENSIONS \ { .thread_exited = thread_exitted_print_info } ---- Regards Christian -- embedded brains GmbH Herr Christian Ma

Re: GSoC'18-Introduction

2018-03-01 Thread Christian Mauderer
Am 02.03.2018 um 00:53 schrieb Chris Johns: > On 01/03/2018 18:42, Christian Mauderer wrote: >> Am 01.03.2018 um 08:07 schrieb Russell Haley: >>> On Wed, Feb 28, 2018 at 3:24 AM, Udit agarwal wrote: >>>> Hi, >>>> Sorry for late reply, i am having my mid

Re: GSoC'18-Introduction

2018-02-28 Thread Christian Mauderer
think it says that on > the wiki too). If you're really keen on getting it supported, start > doing some research on the driver layout and the HAL and ask a > technical question in the same thread. He may pipe up. The other thing > to do is sit on IRC and ask questions. It's a little h

Re: GSoC'18-Introduction

2018-02-28 Thread Christian Mauderer
Am 28.02.2018 um 05:52 schrieb Chris Johns: > On 28/02/2018 15:37, Christian Mauderer wrote: >> Yes, seems that I misunderstood it. So OpenOCD will remain on top of the >> recommendation list. > > For open solutions currently it seems so. > >> >>>> A

Re: GSoC'18-Introduction

2018-02-27 Thread Christian Mauderer
Am Mittwoch, 28. Februar 2018 schrieb Chris Johns: > On 28/02/2018 06:33, Christian Mauderer wrote: > > thanks for the information. I'm quite sure that I have seen some web > > pages that use the FlySwatter2 together with a BBB. But If you had some > > bad experien

Re: GSoC'18-Introduction

2018-02-27 Thread Christian Mauderer
Am 26.02.2018 um 22:17 schrieb Chris Johns: > On 25/02/2018 21:32, Christian Mauderer wrote: >> Regarding debugging the application: I would strongly recommend to use >> some kind of hardware JTAG debugger. Some Beagle Bone variants have an >> on-board debugger (I think m

Re: GSoC'18-Introduction

2018-02-26 Thread Christian Mauderer
Am 26.02.2018 um 18:01 schrieb Russell Haley: > On Mon, Feb 26, 2018 at 12:04 AM, Christian Mauderer > wrote: >> Hello Udit, >> >> Am 26.02.2018 um 08:30 schrieb Russell Haley: >>> On Sun, Feb 25, 2018 at 11:08 PM, Udit agarwal >>> wrote: >>&

Re: GSoC'18-Introduction

2018-02-26 Thread Christian Mauderer
gt; >>> Sorry for the top post. >>> >>> Dts file in freebsd tree are here. The Dts files are imported from Linux >>> for compatability. >>> >>> https://svnweb.freebsd.org/base/head/sys/gnu/dts/arm/ >>> >>> Russ >>>

Re: GSoC'18-Introduction

2018-02-25 Thread Christian Mauderer
n debug the BBB. It may be possible to use the libdebugger as a serial debugger. But I never used it so I'm not sure how well you can debug through the libbsd with it. I'm also not sure whether it works for the BBB. Chris Johns added the ARM support some time back. Maybe he can give you any

Re: GSoC'18-Introduction

2018-02-23 Thread Christian Mauderer
earn and add it to the libbsd.txt. It would be a really great start to improve that document. Best regards Christian Mauderer > On Thu, Feb 22, 2018 at 12:28 AM, Christian Mauderer <mailto:l...@c-mauderer.de>> wrote: > > > > Am 21.02.2018 um 00:14 schrieb

Re: GSoC'18-Introduction

2018-02-21 Thread Christian Mauderer
Am 21.02.2018 um 00:14 schrieb Joel Sherrill: > > > On Tue, Feb 20, 2018 at 3:23 PM, Gedare Bloom > wrote: > > Hello and welcome, > > For projects that intend to use a specific board, we require that you > can demonstrate some proficiency with the board i

Re: HTTP client with RTEMS

2017-10-06 Thread Christian Mauderer
; I am emulating the LM3S6965 ARM board on Qemu, and I think it has 64kB > of RAM? > > On 6 October 2017 at 19:52, Christian Mauderer > <mailto:christian.maude...@embedded-brains.de>> wrote: > > > Am 05.10.2017 um 22:44 schrieb

Re: HTTP client with RTEMS

2017-10-05 Thread Christian Mauderer
non-test > version of it? I can't really tell what I need or what the code does > without running it. > > Cheers. > > On 6 October 2017 at 07:47, Christian Mauderer <mailto:l...@c-mauderer.de>> wrote: > > Am 05.10.2017 um 17:52 s

Re: HTTP client with RTEMS

2017-10-05 Thread Christian Mauderer
Am 05.10.2017 um 17:52 schrieb Hui Yie Teh: > Hi, > > I am trying to build a HTTP client using RTEMS. Is there any tutorials > that I can follow? I already have a server running, and I just need to > send some GET and POST requests. > > I am new to RTEMS and embedded programming in general. Any h

<    1   2