Changes

Jump to: navigation, search

Fedora ARM Secondary Architecture/OpenRD-Client

1,487 bytes added, 16:52, 17 April 2010
no edit summary
[[Category:Fedora ARM Secondary Architecture]][[Category:Winter 2010 SBR600]]
= OpenRD-Client =
** Primary partition 1: ext3 fs
** Note: must be turned on before connecting in order to be detected by host
 
= Using the Serial Console =
 
The OpenRD-Client has a serial (RS232) console port, which is connected to an internal USB-to-Serial adapter (effectively a USB-to-serial cable built into the OpenRD-Client unit). Using a USB-A male to USB mini-A male cable to connect a host port on a PC with the mini-USB port on the OpenRD-Client will enable access to this port, as well as to a JTag port.
 
The console will appear as <code>/dev/ttyUSB''X''</code> on the PC, where ''X'' is the port number (typically 0).
 
To connect to this port:
* Install UUCP if required: <code>yum install uucp</code>
* Connect using the cu command at 115200 bps: <code>cu -l ttyUSB''0'' -s 115200</code>
 
{{Admon/tip|EMI|If you find that the USB console connection disconnects as soon as it is used, there is probably excessive electromagnetic interference (EMI). The USB-PATA drive that we have been using for testing produces too much EFI; turning it (and any other electrically "noisy" devices) off will solve the problem.}}
 
== Console when Booting ==
 
Before the OS is loaded, the serial console is managed by u-Boot. Pressing the space bar (or another key) during the boot messages or the boot countdown (which defaults to 3 seconds) will cause a u-Boot prompt to appear.
 
== Console when the OS is Running ==
 
The console will present the interface typically present on a text VT on a PC -- that is, a mingetty login prompt. You can login and perform commands at this prompt.
= Configuring F12 on OpenRD-Client =
* Requires u-boot update for MMC/SD -- see http://groups.google.com/group/openrd/browse_thread/thread/7e204d6c9087305e for thread and binary.
* Load the u-boot.bin onto the root of a vfat USB stick, then execute these commands at the uBoot prompt with the stick inserted:
usb start

Navigation menu