Date of this edition: September 08, 2005
Target OS: QNX® Neutrino® 6.3.0 SP2
Host OS: Microsoft Windows XP SP1 or SP2, 2000 SP4, or NT SP6a; Sun Solaris 7, 8, or 9; QNX® Neutrino® 6.3.0; Linux Red Hat 8, 9, or Enterprise WS 3 or 4
![]() |
|
![]() |
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. |
![]() |
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 |
| "sbin" drivers (serial, flash, block, PCI, PCMCIA, USB) | $QNX_TARGET\cpu\sbin |
| "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 |
Workaround: Always specify block sizes less than 5k (5120 bytes) to transmit / receive data
For example, use a smaller block size for fs-nfs3:
fs-nfs3 -B4096
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.
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.