Release Notes for the QNX Neutrino 6.4.0 BSP for AMD Geode LXDB800 1.0.0#

System requirements#

Target system

Host development system


System Layout#

The tables below depict the memory layout for the image and for the flash.

Memory layout

ItemAddress
OS image loaded at:0x400000
OS image begins execution at:0x400000


Getting Started#



Since the AMD Geode LXDB800 has an x86 CPU, and contains a BIOS, it is possible to simply boot the board from a QNX Momentics CD, and install QNX directly to a hard drive. In fact, this is the first step in the process of installing this BSP. The BSP itself provides additional QNX device drivers (not currently shipped with the OS) for specific peripherals found on the LXDB800 board. The BSP also provides a sample build file for generating an OS image which is custom-tailored to the LXDB800 board. Although it is possible to use the LXDB800 as both a host development platform and as a target system, for the purposes of this document, we'll assume that you are using some other system as a development host, and are treating the LXDB800 board as a target only. Installing QNX Neutrino to the target's hard drive prior to installing the BSP simply facilitates the process of installing target OS images, and provides a more full-featured runtime image.

The basic method described in this document to use the LXDB800 BSP is as follows:

For information about hardware configurations or BIOS settings, refer to the documentation for your LXDB800 board.

Starting Neutrino#

Step 1: Connect your hardware

Connect a standard ATX power supply, monitor, CD-ROM drive, hard drive, ethernet cable, and PS/2 keyboard and mouse to the target system. Power up the system, and configure the BIOS to boot from CD-ROM.

Step 2: Install QNX Neutrino 6.4.0 on the target

Using a QNX Momentics 6.4.0 installation CD, install the QNX Neutrino Realtime Operating System v6.4.0 to the hard drive that is connected to the LXDB800 board. This will provide a base installation of the standard x86 QNX Neutrino device drivers and utilities. It is not necessary to install the development tools or the IDE. Once the installation is complete, verify that the LXDB800 board can boot into QNX Neutrino from the hard drive.

Note:
Instead of performing a new installation of QNX Neutrino on the target's hard drive, it is also possible to simply connect the LXDB800 to a hard drive which already has QNX Neutrino Realtime Operating System v6.4.0 installed, and boot the LXDB800 board from that hard drive.

Step 3: Build the BSP

You can build a BSP OS image from the source code. For instructions about building a BSP OS image, please refer to the chapter Working with a BSP in the Building Embedded Systems manual.

Copy or transfer the IFS image into your tftp server's directory.

The default build file provided with this BSP will generate an OS image which does the following:

This build file can be modified as desired for your particular needs.

Note:
The default build file will attempt to auto-mount the QNX hard disk partition hd0t179 as /. If the hard drive that you have connected to the target board has a QNX partition with a different name, for example hd0t79 or hd0t78, you will need to modify the command line for devb-eide in the $BSP_WORKING_DIR/images/bios.lxdb800.build file.

Step 4: Transfer the OS image to the target

The LXDB800 board will start various device drivers, boot into the Photon MicroGUI, and start a pterm session. You can now test the OS simply by executing any shell builtin command or any command residing within the OS image (e.g. ls).

Then, apply power to the target. You should see output similar to the following:

QNX v1.2a Boot Loader: amd-geode-lxdb800.ifs ..................
Welcome to QNX Neturino 6.4.0 on the AMD Geode LXDB800 Board


Driver Command Summary#



The following table summarizes the commands to launch the various drivers.

ComponentBuildfile CommandRequired BinariesRequired LibrariesSource Location
Startupstartup-bios..src/hardware/startup/boards/bios
Serialdevc-ser8250 -b115200 devc-ser8250.src/hardware/devc/ser8250
PCIpci-bios pci-bios
pci
.src/hardware/pci/bios
Networkio-pkt-v4 -drtl8169 -ptcpip io-pkt-v4
ifconfig
nicinfo
ping
devn-rtl8169.so
libsocket.so
devnp-shim.so
src/hardware/devn/rtl8169
Audioio-audio -d geode_cs5536 io-audio
mix_ctl
wave
deva-ctrl-geode_cs5536.sosrc/hardware/deva/ctrl/geode_cs5536
Graphicsio-display -dvid=0x1022,did=0x2081io-displaydevg-lx800.so
src/hardware/devg/lx800

Some of the drivers are commented out in the default buildfile. To use the drivers in the target hardware, you'll need to uncomment them in your buildfile, rebuild the image, and load the image into the board.


Known Issues for This BSP#