From a7775cbd0985166dec4666dddf19e226671396b8 Mon Sep 17 00:00:00 2001 From: Nick Withers Date: Thu, 16 Jan 2014 14:21:10 +1100 Subject: Add warnings to MOTLoad-equipped BSPs' READMEs that a "waitProbe", "netShut" sequence must be executed in MOTLoad before booting RTEMS to remove its network interface interrupt handlers, lest memory corruption occur --- c/src/lib/libbsp/powerpc/mvme3100/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/mvme3100/README') diff --git a/c/src/lib/libbsp/powerpc/mvme3100/README b/c/src/lib/libbsp/powerpc/mvme3100/README index 5fff588ea9..36fa28a398 100644 --- a/c/src/lib/libbsp/powerpc/mvme3100/README +++ b/c/src/lib/libbsp/powerpc/mvme3100/README @@ -31,6 +31,11 @@ detailed information) NOTE: The BSP supports the mvme3100 board. +WARNING: It is extremely important that a MOTLoad "waitProbe", "netShut" + sequence be executed before booting RTEMS. Otherwise, network + interface interrupt handlers installed by MOTLoad may cause memory + corruption + CONSOLE: 2 serial devices, UART driver from 'shared' - no surprises ("/dev/ttyS0", [="/dev/console"], "/dev/ttyS1"). (Only /dev/ttyS0 is accessible from the front panel.) -- cgit v1.2.3