Re: RTEMS BSD Net on Atmel SAM Board

2016-06-01 Thread Pavel Pisa
Hello Isaac, On Wednesday 01 of June 2016 23:09:39 Isaac Gutekunst wrote: > I believe I solved all my problems. Not enough memory. After updating the > linker script to use SDRAM, everything appears to be working well! (Knock > on wood). I think that SAM V71 setup with 2 MB of external SDRAM is n

Re: RTEMS BSD Net on Atmel SAM Board

2016-06-01 Thread Isaac Gutekunst
I believe I solved all my problems. Not enough memory. After updating the linker script to use SDRAM, everything appears to be working well! (Knock on wood). I've also been reminded that the ping shell command has a memory leak. It expects the kernel to free up memory after the command exits.

Re: Serial port programming?

2016-06-01 Thread Michael Westfall
Ah, thanks. That helps. On Wed, Jun 1, 2016 at 12:17 AM, Chris Johns wrote: > On 01/06/2016 01:50, Michael Westfall wrote: > >> Can someone point me to a tutorial on how to read and write serial ports >> under RTEMS? >> > > RTEMS supports termois. There are a number of examples of termios > pro

Re: RTEMS BSD Net on Atmel SAM Board

2016-06-01 Thread Isaac Gutekunst
A brief update: I've updated my configuration from a different example to be a bit more complete. It looks like it can't communicate with the PHY. #if (defined (RTEMS_SET_ETHERNET_ADDRESS)) static char ethernet_address[6] = { 0x00, 0x04, 0x9F, 0x00, 0x5B, 0x21 }; #endif static struct rtems_b

RTEMS BSD Net on Atmel SAM Board

2016-06-01 Thread Isaac Gutekunst
Hi All, I'm trying to bring up tHE Atmel SAMV71 Explained Ultra board with networking, and can't figure out how to. Does anyone have any quick pointers? Isaac To limit potential email traffic, this is my setup as of now: I've compiled the BSP with --enable-networking, verified by sprinkli

Re: Ada support on gcc-6 broken again

2016-06-01 Thread Jan Sommer
TOFU: Ok the patch is now in trunk, gcc-6 and gcc-5. If possible, it would be good to move to the next gcc-6 snapshot when it comes available. Then, gnat should compile again with the rsb-4.12 tools. Cheers, Jan On Fri, May 27, 2016 at 9:08 AM, Jan Sommer wrote: Am 2016-05-27 14:44,

Re: Driver complaint to SD Host Controller Specification 3.0

2016-06-01 Thread André Marques
Hello mudit, Às 09:13 de 30-05-2016, Mudit Jain escreveu: Hi all, I have ported the code from the present FreeBSD. Link : https://github.com/spark1729/rtems-libbsd/commits/rpi_sd_card Kindly review the same and suggest changes. The commits are a bit unstructured, the second last one being a