User`s manual
High Performance Low Cost Embedded Systems
Copy right reserved © MicroArm Systems, Inc. 1612 2
nd
Ave. SW PMB#108, Cullman, AL 35055 - 160 -
Website : www.microarmsystems.com Email: service@microarmsystems.com Phone: 1-888-417-9266
6.1.2 Installing BSP
Note: if the installation CD has a BSP i.e. “WindowsCE5.0\smdk2440”, it will support the
following types of LEDs:
NEC 3.5-inch touch screen
7-inch touch screen
VGA, 1024x768
To make it work for a specific type, the user needs to make corresponding changes in the BSP:
1. Change the LCD_TYPE in the “\smdk2440\INC\s2440.h” file. Locate the following
definitions:
#define LCD_TYPE_N35 1 //for NEC 3.5-inch screen
#define LCD_TYPE_A70 2 //for 7-inch screen
#define LCD_TYPE_VGA1024x768 3 //for VGA, 1024x768
#define LCD_TYPE LCD_TYPE_N35
Set LCD_TYPE to what the user needs, here the default is “LCD_TYPE_N35”
2. Modify the “smdk2440\smdk2440.bat” file (it can be opened with a “notepad”)
REM - LCD_TYPE for FriendlyARM
set BSP_LCD_TYPE_N35=1
set BSP_LCD_TYPE_A70=
Set the user needed type to “1”, and leave the rest as blank. It defaultly sets
“BSP_LCD_TYPE_N35=1”, currently it doesn’t support VGA.
To use PB5 to compile a WinCE kernel, the user needs to install a BSP targeted at a board and set
up its configurations. Please follow the instructions below:
Step1:Copy the whole “/WinCE5.0/smdk2440” directory in the CD to
“C:\WINCE500\PLATFORM” and uncheck its readonly property