wiki3194: Nto640KontronNanoetxexpressspTrunkReleasenotes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Release Notes for the QNX Neutrino 6.4.0 BSP for Kontron nanoETXexpress-SP trunk#System requirements#Target system#
Host development system#
Getting Started#Step 1: Connect your hardware#1. Connect the serial cable to the terminal debug port of the Kontron nanoETXexpress-SP board and to the first serial port on the host machine (e.g. ser1 on a Neutrino host).On your host, run your terminal application with the following configuration:
Note:If you have a Neutrino host with a serial mouse, you may have to move the mouse to the second serial port on your host, because some terminal programs require the first serial port. Step 2: Build the BSP#You can build a BSP OS image from the source code or the binary components contained in a BSP package. For instructions about building a BSP OS image, please refer to the chapter Working with a BSP in the Building Embedded Systems manual. Step 3 - (BIOS Boot): Transfer the OS image to a bootable USB memory stick#1. On a Neutrino host, plug the USB key in a USB port (the following steps assume the USB key was mounted as /dev/hd1). At a command prompt: Note that for booting a BIOS based image, the image must be built with the bios option, ie: virtual=x86,bios +compress Step 3 - (Fastboot)#1. Ensure your image is small enough to fit in EEPROM with the microcode (images/CMC_kontron.bin) at 0xD0000. If you have an EEPROM chip of 1MB, that means the entire image must fit in the first 0xD0000 (832K). A larger EEPROM chip will allow you to have a larger image, so long as the microcode is located at 0xD0000 and the IPL is at 0xF0000. #!/bin/bash # This script assumes an EEPROM size of 1MB # Example usage: ./mkrom.sh ifs-nanoSP.bin if [ "$1" == "" ]; then echo "Must specify the image file" exit 1; fi #pad it out to 0xD0000 mkrec -s832k -r -ffull $1 > tmp1.bin #tack on 64k microcode cat tmp1.bin CMC_kontron.bin > tmp2.bin #pad image out to 0xF0000 mkrec -s960k -ffull -r tmp2.bin > tmp3.bin #tack on 64k IPL cat tmp3.bin ../install/x86/boot/sys/ipl-kontron > fastboot.rom rm tmp1.bin tmp2.bin tmp3.bin 4. This will create a fastboot.rom image that can be written to the EEPROM using an EEPROM burner 5. Boot the Kontron nanoETXexpress-SP with the BIOS disabled 6. The IPL will ask you if you want to scan flash for an image or receive an image over the serial link. 6a. Select "f" to boot the image in EEPPROM 6b. Select "d" to receive an image over the serial link. Then run sendnto -d/dev/ser1 -b115200 ifs-at91sam9263ek.bin from the host connected to the target. Note that for booting a Fastboot based image, the image must be built with the nobios option, ie: virtual=x86,nobios +compress Driver Command Summary#The driver command lines below are specific to the Kontron nanoETXexpress-SP board. See the online docs for each driver for additional command-line options and other details. NOTE: Some of these 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.
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. Additional Graphics Notes# |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | Versions | ![]() | Associations | ![]() | Attachments | ![]() | Back Links | ![]() |
||