Date of this edition: December 22, 2004
Target OS: QNX® Neutrino® 6.3.0 SP1
Host OS: Microsoft Windows XP SP1 or SP2; Microsoft Windows 2000 SP4; Sun Solaris 7/8; QNX® Neutrino® 6.3.0 SP1; Linux (Red Hat 8/9)
![]() |
|
![]() |
Throughout this document, you may see reference numbers associated with particular issues, changes, etc. When corresponding with our Technical Support staff about a given issue, please quote the relevant reference number. You might also find the reference numbers useful for tracking issues as they become fixed. |
This BSP contains:
![]() |
The source code requires a BSP Source License. |
![]() |
In order to run the audio driver, you'll need to use the DSP manager to download a DSP image to the OSK board. This DSP image is only available from Texas Instruments. The DSP image must match the Link library version 1.11 provided with this BSP. Please contact your Texas Instruments sales team to obtain it. |
![]() |
The flash filesystem library is included in the separately available Flash Filesystem & Embedding Technology Development Kit (TDK). |
![]() |
Each BSP guide contains board-specific information and instructions on building an OS image for that particular board. The procedure for building BSPs has changed since QNX Momentics 6.2.1. For instance, you must now run the . ./setenv.sh script before compiling your BSP source. If you fail to run this shell script prior to building the BSP, you can overwrite existing binaries or libs that are installed in $QNX_TARGET. For details, see the chapter "Working with a BSP" in the Building Embedded Systems manual (in the Documentation Roadmap page under the QNX Neutrino RTOS section). |
When you install BSPs, you'll find the source code and documentation in the following locations:
| Component | Location |
|---|---|
| Source code | $QNX_TARGET\usr\src\archives\qnx\ |
| Documentation | $QNX_TARGET\usr\help\product\bsp_index.html |
| Release notes | $QNX_TARGET\etc\readme\bsp |
| Component | Location |
|---|---|
| Source code | $QNX_TARGET/usr/src/archives/qnx/ |
| Documentation | $QNX_TARGET/usr/help/product/bsp_index.html |
| Release notes | $QNX_TARGET/etc/readme/bsp |
![]() |
|
Depending on the particular BSP and type of driver, you'll find the files in these locations:
| File | Location |
|---|---|
| Buildfile | $QNX_TARGET\cpu\boot\build |
| IPL and/or startup | $QNX_TARGET\cpu\boot\sys |
| "bin" drivers (serial, flash, block, PCI, PCMCIA, USB) | $QNX_TARGET\cpu\bin |
| "dll" drivers (audio, graphics, network) | $QNX_TARGET\cpu\lib\dll |
| File | Location |
|---|---|
| Buildfile | $QNX_TARGET/cpu/boot/build |
| IPL and/or startup | $QNX_TARGET/cpu/boot/sys |
| "bin" drivers (serial, flash, block, PCI, PCMCIA, USB) | $QNX_TARGET/cpu/bin |
| "dll" drivers (audio, graphics, network) | $QNX_TARGET/cpu/lib/dll |
The BSP documentation is up-to-date for USB and I2C. (Ref# 20756)
Workaround: Modify your PATH environment variable and remove any quotation marks.
Workaround: If you need to specify a MAC address to io-net, we recommend that you use the same MAC address that the ROM monitor uses. This will ensure that if the host caches the ROM monitor's MAC address, you'll still be able to communicate with the target. Otherwise you might need to delete the target's arp entry on your host.
To test or evaluate Photon on your target before embedding it you could make the Photon environment accessible to the target by simply mounting your host environment into the target. You'll need to use an NFS or CIFS client on the target depending on the type of server running on your host platform. This example shows how to create a basic Photon configuration using an NFS client.
fs-nfs3 10.0.0.1:$QNX_TARGET/cpu/ /
10.0.0.1:$QNX_TARGET/etc /etc
10.0.0.1:$QNX_TARGET/usr/photon /usr/photon &
waitfor /usr/bin
waitfor /usr/photon
waitfor /etc
Where 10.0.0.1 is the server IP address
![]() |
The first three lines of the fs-nfs command comprise one command. |
To run the graphics driver:
/usr/photon/bin/Photon &
waitfor /dev/photon
/usr/photon/bin/io-graphics -d...
(See the "Devices supported" chapter in the BSP documentation for details
on the graphics driver options).
To use a usb mouse and keyboard:
/sbin/io-hid -dusb
/usr/photon/bin/devi-hid kbd mouse &
The IPL sets the frequency to 192MHz.
Workaround: Use the IPL instead, or power down the board then power up again.
You can check for permanent ARP entries by running the arp -an command and examining the output. The only permanent entries listed should be for the IP addresses assigned to your host's interfaces; there shouldn't be any permanent, incomplete entries. If you find a permanent entry that isn't for the IP address of an interface on your host, and you didn't explicitly create a permanent entry, then you could be encountering this problem. (Ref# 21395)
Workaround: In the buildfile for your OS image, delay the start of the TCP/IP stack or the first TCP/IP application by at least one second, by using the sleep command (e.g. sleep 1) or some other delay mechanism.
![]() |
Please check the version of these release notes on the website for the most up-to-date information. |
If you have any questions, comments, or problems with a QNX product, please contact Technical Support. For more information, see the How to Get Help chapter of the Welcome to QNX Momentics guide or visit our website, www.qnx.com.