Re: Qualification of RTEMS SMP (ECSS)

2018-12-04 Thread Amaan Cheval
This is great news! - Is there a way for other interested parties to join the effort (volunteers from the community)? - Will all the work also be planned on public channels (devel@, public WIP branches, etc.)? On Tue, Dec 4, 2018 at 6:49 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wr

Re: shell script problem

2018-11-19 Thread Amaan Cheval
Hi! - Where is this shell script from? (It doesn't really look like a shell script to me in any case, nor something you'd run in the RTEMS Shell.) - What are you trying to do? Where are you running the script and seeing the "cut off" at 128 characters? I don't see the script anywhere in any of th

Re:

2018-10-26 Thread Amaan Cheval
When following the instructions, you likely cloned our "rtems" repository in a folder called "kernel". That's the directory where you run "git format-patch master" since that's the git repository where you edit the "hello world" file (the exact path in the folder is in my previous email). I'll cla

Re:

2018-10-26 Thread Amaan Cheval
Hey! I'm assuming you're talking about the "Getting Started: Hello World" task. On Fri, Oct 26, 2018 at 12:52 PM 18Y5C31 ZENON HANS TANEKA wrote: > > I am asked to ask here about how to submit the proof This is our fault because that specific instruction (https://devel.rtems.org/wiki/GSoC/Getti

Re:

2018-10-25 Thread Amaan Cheval
Hi! I'm not sure where you're quoting "to the gci claimed task" from, but as you seemed to have guessed, we want you to submit the patch on the GCI website as an attachment, when you submit your task for review. Remember to also attach the screenshots if the task asks for those! On Fri, Oct 26, 20

Re: MitySOM 335x

2018-08-01 Thread Amaan Cheval
Hi! I had a similar question when working on the x86_64 port for RTEMS a while back: https://lists.rtems.org/pipermail/devel/2018-May/021522.html Though the mailing list has no responses, my summarized understanding is: - If the toolchains for your target exist and work correctly outside of RTEM

Re: rsb problem with python

2018-05-28 Thread Amaan Cheval
ch_qa On Tue, May 29, 2018 at 3:53 AM, Siddons, David wrote: > Hi Amaan, >Actually, /home/peter/miniconda3/bin/python is a soft link to > /home/peter/miniconda3/bin/python3.6 already! Does rsb not follow links? > Pete. > > ________ > From: Amaan Chev

Re: rsb problem with python

2018-05-28 Thread Amaan Cheval
Hey David! It looks to me like Anaconda doesn't install the "alias" binaries specifying the version (for eg. both "python" and "python3.6"). I believe the fix in your case should be as simple as copying your existing binary with the following command: cp /home/peter/miniconda3/bin/python /home/pe

GSoC 2018 - x86_64 BSP and port and introduction

2018-04-30 Thread Amaan Cheval
Hi everyone! I'm Amaan, and I'll be working on the RTEMS BSP and port for the x86_64 architecture, with the aim of dropping support for legacy features which have proved hard to maintain for the Intel x86 (i386) architecture - the specifics of this process will likely depend on how complete a repl