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
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.
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
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
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
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,
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