<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=EM-X270%3A_WinCE%3A_Installation_Troubleshooting</id>
	<title>EM-X270: WinCE: Installation Troubleshooting - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=EM-X270%3A_WinCE%3A_Installation_Troubleshooting"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.compulab.com/w/index.php?title=EM-X270:_WinCE:_Installation_Troubleshooting&amp;action=history"/>
	<updated>2026-09-02T04:17:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://mediawiki.compulab.com/w/index.php?title=EM-X270:_WinCE:_Installation_Troubleshooting&amp;diff=945&amp;oldid=prev</id>
		<title>Mike: /* SD Card Alternative */</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.compulab.com/w/index.php?title=EM-X270:_WinCE:_Installation_Troubleshooting&amp;diff=945&amp;oldid=prev"/>
		<updated>2010-03-16T14:26:01Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;SD Card Alternative&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Prepare for Troubleshooting =  &lt;br /&gt;
* Ensure that the entire LiveDisk directory contents is copied to USB flash drive. Mixing the contents of different LiveDisk releases can lead to unexpected Updater failures.&lt;br /&gt;
* If you experience any problems during the installation, connect the serial console as described in [[EM-X270:_WinCE:_Console_Setup| EM-X270 Serial Console Setup]].&lt;br /&gt;
* Use [[#Successful Installation Log|successful installation serial log]] as reference during the troubleshooting.&lt;br /&gt;
&lt;br /&gt;
= USB Failure in U-boot =&lt;br /&gt;
&lt;br /&gt;
== Example of USB failure in U-boot ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
U-Boot 1.2.0-em-x270 (Nov 18 2008 - 14:20:46)&lt;br /&gt;
&lt;br /&gt;
Zeroing memory...&lt;br /&gt;
DRAM: 128 MB&lt;br /&gt;
Flash: 1 MB&lt;br /&gt;
NAND: mtd driver deactivated - 0 MiB&lt;br /&gt;
Hit any key to stop autoboot: 0&lt;br /&gt;
## Executing script at 00070000&lt;br /&gt;
============ External Boot Script ===============&lt;br /&gt;
No MMC card found&lt;br /&gt;
(Re)start USB...&lt;br /&gt;
USB: scanning bus for devices... ERROR: submit_control_message: pipesize for p&lt;br /&gt;
ipe 80000000 is zero&lt;br /&gt;
&lt;br /&gt;
USB device not accepting new address (error=80000000)&lt;br /&gt;
2 USB Device(s) found&lt;br /&gt;
scanning bus for storage devices... 0 Storage Device(s) found&lt;br /&gt;
** Can't read from device 0 **&lt;br /&gt;
&lt;br /&gt;
** Unable to use usb 0:1 for fatload **&lt;br /&gt;
stopping USB..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== USB Troubleshooting ==&lt;br /&gt;
* Try to use different USB flash drive, i.e. different manufacturer or smaller size.&lt;br /&gt;
* Ensure that USB flash drive is formatted with FAT32&lt;br /&gt;
* Try different '''USB-A receptacle to mini-USB A male adapter'''&lt;br /&gt;
&lt;br /&gt;
== TFTP Alternative ==&lt;br /&gt;
If you experience any USB boot problem in U-boot you can boot the Updater OS via TFTP. The EB-X270 extender board is required for this procedure.&lt;br /&gt;
* Install TFTP service (or server) on the host PC. The TFTP server tested by CompuLab is [http://tftpd32.jounin.net TFTPD32], it is also included in the Linux and WinCE distribution packages.&lt;br /&gt;
* Copy {{filename|nk_uppdater.nb0}} file from LiveDisk directory to the TFTP directory.&lt;br /&gt;
* Turn on the EM-X270. U-Boot will start and you will get a command prompt.&lt;br /&gt;
* Type {{cmd|printenv}} in order to inspect current network settings.&lt;br /&gt;
* In order to modify the network settings use U-boot {{cmd|dhcp}} command to obtain IP address or manually set {{parameter|ipaddr}} environment variable:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;gt; setenv ipaddr &amp;lt;CM-T3530 ip address&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Set {{parameter|serverip}} environment variable:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;gt; setenv serverip &amp;lt;host ip address&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Type the following command to launch the updater:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;gt; tftp a0001000  nk_updater.nb0; go a0001000 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usb Failure in Updater OS =&lt;br /&gt;
Sometimes the USB flash drive is not properly detected in Updater OS.&lt;br /&gt;
In such case the Updater application pops up '''&amp;quot;Can't find script file&amp;quot;''' message dialog.&lt;br /&gt;
:[[Image:EM_X270_Updater_Failure1.jpg|320px]]&lt;br /&gt;
{{Note|For each Updater error more detailed information can be found in serial console log.}}&lt;br /&gt;
== SD Card Alternative ==&lt;br /&gt;
Due to U-boot limitations the USB flash drive is required for the Updater OS boot.&lt;br /&gt;
An SD card can be used as alternative source for the files required by the Updater application.&lt;br /&gt;
Usage of SD card requires a slight modification in the {{Filename|LiveDisk\script.xml}} file. The source storage &amp;lt;access_information&amp;gt; tag should use {{Filename|SD}} as &amp;lt;device_type&amp;gt; and {{Filename|\Storage Card}} as &amp;lt;mount_path&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;source_storage&amp;gt; definition for the SD card usage would be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;updater version=&amp;quot;1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;source_storage&amp;gt;&lt;br /&gt;
   &amp;lt;access_information&amp;gt;&lt;br /&gt;
     &amp;lt;device_type&amp;gt;SD&amp;lt;/device_type&amp;gt;&lt;br /&gt;
     &amp;lt;mount_path&amp;gt;\Storage Card&amp;lt;/mount_path&amp;gt;&lt;br /&gt;
   &amp;lt;/access_information&amp;gt;&lt;br /&gt;
 &amp;lt;/source_storage&amp;gt;&lt;br /&gt;
&amp;lt;/updater&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Successful Installation Log =&lt;br /&gt;
Below presented the successful installation serial console log. You can use this log as a reference during the installation troubleshooting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
U-Boot 1.2.0-em-x270 (Nov 18 2008 - 14:20:46)&lt;br /&gt;
&lt;br /&gt;
Zeroing memory...&lt;br /&gt;
DRAM:  128 MB&lt;br /&gt;
Flash:  1 MB&lt;br /&gt;
NAND:  mtd driver deactivated - 0 MiB&lt;br /&gt;
Hit any key to stop autoboot:  0&lt;br /&gt;
## Executing script at 00070000&lt;br /&gt;
============ External Boot Script ===============&lt;br /&gt;
No MMC card found&lt;br /&gt;
(Re)start USB...&lt;br /&gt;
USB:   scanning bus for devices... 2 USB Device(s) found&lt;br /&gt;
       scanning bus for storage devices... 1 Storage Device(s) found&lt;br /&gt;
reading update.img&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
880 bytes read&lt;br /&gt;
## Executing script at a0020000&lt;br /&gt;
(Re)start USB...&lt;br /&gt;
USB:   scanning bus for devices... 2 USB Device(s) found&lt;br /&gt;
       scanning bus for storage devices... 1 Storage Device(s) found&lt;br /&gt;
reading eboot.nb0&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...................&lt;br /&gt;
..&lt;br /&gt;
&lt;br /&gt;
217088 bytes read&lt;br /&gt;
===== Update eboot.nb0 =====&lt;br /&gt;
Un-Protected 4 sectors&lt;br /&gt;
&lt;br /&gt;
.............................................................................................................................................................. done&lt;br /&gt;
Erased 4 sectors&lt;br /&gt;
Copy to Flash... done&lt;br /&gt;
Copy to Flash... done&lt;br /&gt;
reading splashscreen.bmp&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
............................&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
308278 bytes read&lt;br /&gt;
===== Update splashscreen =====&lt;br /&gt;
Un-Protected 8 sectors&lt;br /&gt;
&lt;br /&gt;
................................................................................................................................................................................................................&lt;br /&gt;
.......................................................................... done&lt;br /&gt;
Erased 8 sectors&lt;br /&gt;
Copy to Flash... done&lt;br /&gt;
===== Update Enviroment Variables =====&lt;br /&gt;
Saving Environment to Flash...&lt;br /&gt;
Un-Protected 1 sectors&lt;br /&gt;
Erasing Flash...&lt;br /&gt;
.......................................... done&lt;br /&gt;
Erased 1 sectors&lt;br /&gt;
Writing to Flash... done&lt;br /&gt;
Protected 1 sectors&lt;br /&gt;
reading nk_updater.nb0&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
................................................................................................................................................................................................................&lt;br /&gt;
................................................................................................................................................................................................................&lt;br /&gt;
................................................................................................................................................................................................................&lt;br /&gt;
................................................................................................................................................................................................................&lt;br /&gt;
................................................................................................................................................................................................................&lt;br /&gt;
................................................................................................................................................................................................................&lt;br /&gt;
................................................................................................................................................................................................................&lt;br /&gt;
.....................&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
16384000 bytes read&lt;br /&gt;
===== Launch WincCE Updater =====&lt;br /&gt;
## Starting application at 0xA0002000 ...&lt;br /&gt;
OAL: Debug Init Success !!!&lt;br /&gt;
Windows CE Kernel for ARM (Thumb Enabled) Built on Sep 25 2009 at 11:04:23&lt;br /&gt;
INFO:OALLogSetZones: dpCurSettings.ulZoneMask: 0xb&lt;br /&gt;
OAL: Booting with CPU frequency 520 Mhz.&lt;br /&gt;
OAL: PXA USB port3 configured as slave.&lt;br /&gt;
MEMINIT: Memory size is 128MB. 1MB is allocated for splash-screen&lt;br /&gt;
MEMINIT: Splash-screen virtual-address = 0x87879000&lt;br /&gt;
RTC: EMSetAlarmTime provided by Kernel(2006/1/1 12:0:0.000)&lt;br /&gt;
RTC: OEMGetRTCTime(2010/3/9 11:44:0.000)&lt;br /&gt;
+OEMSetCPURealTime(2010/3/9 11:44:0.000)&lt;br /&gt;
+AdjustSyncTime: Set sync time in 3600 seconds&lt;br /&gt;
OEM: Not cleaning system hive&lt;br /&gt;
&lt;br /&gt;
REGMOD: Starting REGMOD Scheduler.&lt;br /&gt;
REGMOD: Running on EM-X27047637 with 128MB of RAM (boot parameters: &amp;quot;debug&amp;quot;).&lt;br /&gt;
REGMOD: Device production string is: &amp;quot;EM-X270-D128-C520-N512-AT-J-W-H-K-Y-V140-26-Jan-2010-00:01:&amp;quot;.&lt;br /&gt;
SPI: PowerUp:&lt;br /&gt;
DA9030: PWC_Init(xd02aecf0,x00000000):&lt;br /&gt;
DA9030: Registry paramers are: Irq = 0x8, 7-bit i2cAddress = 0x49, IST Prority256 = 0xfb.&lt;br /&gt;
I2C: Open Power I2C Bus(I2C1:)&lt;br /&gt;
DA9030: Prepare to set initial LDO voltage configuration...&lt;br /&gt;
DA9030: Prepare to set initial LDO state...&lt;br /&gt;
DA9030: Init Success.&lt;br /&gt;
BATTERY: Battery is not detected (working with extender).&lt;br /&gt;
FMD: Detected PCB Revision is 140 (using hardware NAND CLE/ALE protection).&lt;br /&gt;
FMD: Starting low-level NAND initialization.&lt;br /&gt;
&lt;br /&gt;
FMD: Detected nMaker code = EC, device code = DC, ID_data = 95&lt;br /&gt;
FMD: NAND flash detected: size in blocks = 4096, block size = 131072, page size = 2048.&lt;br /&gt;
AUDIO: +HardwareContext::Init.&lt;br /&gt;
AUDIO: Wolfson WM9715L codec is detected.&lt;br /&gt;
AUDIO: -HardwareContext::Init.&lt;br /&gt;
USBHOST: Init done.&lt;br /&gt;
USBHOST: No OverCurrent detect pin available.&lt;br /&gt;
USBHOST: Reseting USB hub ...&lt;br /&gt;
USBHOST: Reseting USB hub -&amp;gt; done.&lt;br /&gt;
SDH: +SDH_Init&lt;br /&gt;
SDH: -SDH_Init&lt;br /&gt;
SD: Processing card insertion.&lt;br /&gt;
DM9000: +EDeviceInitialize.&lt;br /&gt;
DM9000: Interrupts are succesfully registered.&lt;br /&gt;
DM9000: +DeviceStart.&lt;br /&gt;
OTG: USB host inserted.&lt;br /&gt;
DA9030: Setting USB host charge pump on.&lt;br /&gt;
OTG: USB Host detection SysIntr allocated(m_dwOTGSysIntr = 32).&lt;br /&gt;
TD035STEE1: The LCD display is detected.&lt;br /&gt;
BKL: Init Successfull(BacklightLevel 5).&lt;br /&gt;
BKL: Enabling backlight.&lt;br /&gt;
LCD: Done getting Registry values:&lt;br /&gt;
 Bpp: 0x10&lt;br /&gt;
 CxScreen: 0x1e0&lt;br /&gt;
 CyScreen: 0x280&lt;br /&gt;
LCD: Framebuffer size = 614400, pallete size = 0 (bpp = 16).&lt;br /&gt;
Display Driver Initialization Complete&lt;br /&gt;
LCD: m_nScreenWidth = 480, m_nScreenHeight = 640.&lt;br /&gt;
TD035STEE1: The LCD display is detected.&lt;br /&gt;
TOUCH: Touch sensitivity: 8&lt;br /&gt;
TOUCH: Pressure filter: 0&lt;br /&gt;
TOUCH: Pressure treshold: 200&lt;br /&gt;
TOUCH: Spike filter: 1&lt;br /&gt;
TOUCH: Pen movement filter: 1&lt;br /&gt;
TOUCH: Pen movement sensitivity: 50&lt;br /&gt;
TOUCH: Pen up polling interval: 40 (ms)&lt;br /&gt;
TOUCH: Setting pen detect pull-up to 8000 Ohms&lt;br /&gt;
TOUCH: Setting pressure measurement current to 200uA.&lt;br /&gt;
TOUCH: Setting adc sample delay to 167 usecs.&lt;br /&gt;
BSPIntrEnableIrq: IRQ_GPIOXX_TOUCH.&lt;br /&gt;
BKL: +BacklightPwrSrcChanged fOnAC = 1&lt;br /&gt;
BCCMD_SetBDAddress: Perform Warm Reset&lt;br /&gt;
HCI_OpenConnection: Setup BT MAC address ---&amp;gt; Success.&lt;br /&gt;
SD:No Write Protection detected.&lt;br /&gt;
AUTOLAUNCH: Checking HKEY_LOCAL_MACHINE\Startup key for programs to run.&lt;br /&gt;
AutoLaunch: Creating Process &amp;quot;Updater.exe&amp;quot;&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Start Updater Process&lt;br /&gt;
EMX270Platform: Creating platform instance --&amp;gt; success&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Create Platform --&amp;gt; success&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Create Loader Policy --&amp;gt; success&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Create Script Parser --&amp;gt; success&lt;br /&gt;
XMLScriptParser.loadScript --&amp;gt; success&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Load Script --&amp;gt; success&lt;br /&gt;
XMLScriptParser.parseScriptPartial of Remote Storage Access info --&amp;gt; success&lt;br /&gt;
XMLScriptParser.parseScriptPartial of Loger info --&amp;gt; success&lt;br /&gt;
Platform: Init Raw device driver --&amp;gt; success&lt;br /&gt;
Platform: Init Raw device access --&amp;gt; success&lt;br /&gt;
Platform: Init Block device access --&amp;gt; success&lt;br /&gt;
Platform: Init Block device driver --&amp;gt; success&lt;br /&gt;
LocalStorageInfo.ResolvePlatformDependencies: Requested device size differs from supported&lt;br /&gt;
LocalStorageInfo.ResolvePlatformDependencies: Setting the device size to be 536870912&lt;br /&gt;
XMLScriptParser.parseScriptPartial of Local Storage info --&amp;gt; success&lt;br /&gt;
XMLScriptParser.parseScriptPartial of Command info --&amp;gt; success&lt;br /&gt;
XMLScriptParser.parseScript --&amp;gt; success&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Parse Script --&amp;gt; success&lt;br /&gt;
LocalStorageInfo.DumpLocalStorageInfo:&lt;br /&gt;
        Device Info:&lt;br /&gt;
        Id = 0x389B2A75&lt;br /&gt;
        Length = 0x20000000&lt;br /&gt;
        BlockSize = 0x20000&lt;br /&gt;
        SectorSize = 0x800&lt;br /&gt;
                Region Info:&lt;br /&gt;
                Id = 0xFF88D69&lt;br /&gt;
                Start = 0x0&lt;br /&gt;
                Length = 0x20000&lt;br /&gt;
                Alignment = 0x20000&lt;br /&gt;
                Source FileName = \Hard Disk\boot_region.nb0&lt;br /&gt;
                        Entity Info:&lt;br /&gt;
                        ----------------------------&lt;br /&gt;
                        Id = 0x7CCD8C9C&lt;br /&gt;
                        Region Offset = 0x0&lt;br /&gt;
                        Absolute Start = 0x0&lt;br /&gt;
                        Length = 0x20000&lt;br /&gt;
                        Alignment = 0x20000&lt;br /&gt;
                        Source FileName = \Hard Disk\eboot_config.nb0&lt;br /&gt;
                        ----------------------------&lt;br /&gt;
                Region Info:&lt;br /&gt;
                Id = 0xCA285533&lt;br /&gt;
                Start = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                Length = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                Alignment = 0x20000&lt;br /&gt;
                Source FileName = \Hard Disk\os_region.nb0&lt;br /&gt;
                        Entity Info:&lt;br /&gt;
                        ----------------------------&lt;br /&gt;
                        Id = 0x4A043816&lt;br /&gt;
                        Region Offset = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                        Length = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                        Alignment = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                        Source FileName = \Hard Disk\os_partition_table.nb0&lt;br /&gt;
                        ----------------------------&lt;br /&gt;
                        Entity Info:&lt;br /&gt;
                        ----------------------------&lt;br /&gt;
                        Id = 0x58073AFD&lt;br /&gt;
                        Region Offset = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                        Length = 0x2A010CC&lt;br /&gt;
                        Alignment = 0x800&lt;br /&gt;
                        Source FileName = \Hard Disk\nk.bin&lt;br /&gt;
                        ----------------------------&lt;br /&gt;
                        Entity Info:&lt;br /&gt;
                        ----------------------------&lt;br /&gt;
                        Id = 0xAA6BEA90&lt;br /&gt;
                        Region Offset = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                        Length = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                        Alignment = 0x800&lt;br /&gt;
                        Source FileName = \Hard Disk\partition_system.nb0&lt;br /&gt;
                        ----------------------------&lt;br /&gt;
                Region Info:&lt;br /&gt;
                Id = 0x7538FAAF&lt;br /&gt;
                Start = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
                Length = 0x140000&lt;br /&gt;
                Alignment = 0x20000&lt;br /&gt;
                Source FileName = \Hard Disk\reserve_region.nb0&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Prepare for command execution --&amp;gt; success&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Instantiate CommandCreator --&amp;gt; success&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Instantiate CommandInvoker --&amp;gt; success&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: Start time 3/9/2010 11:44:36 AM&lt;br /&gt;
Executing RESERVE command for targetId =0x7538FAAF&lt;br /&gt;
Executing RESERVE command for targetId =0x7CCD8C9C&lt;br /&gt;
Executing ERASE command for targetId =0xCA285533&lt;br /&gt;
        Region Info:&lt;br /&gt;
        Id = 0xCA285533&lt;br /&gt;
        Start = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
        Length = 0xFFFFFFFFFFFFFFFF&lt;br /&gt;
        Alignment = 0x20000&lt;br /&gt;
        Source FileName = \Hard Disk\os_region.nb0&lt;br /&gt;
Executing CreatePartition command for targetId =0x58073AFD&lt;br /&gt;
PWM: PBT_TRANSITION to system power state [Flags: 0x10010000]: 'backlightoff'&lt;br /&gt;
Executing CreatePartition command for targetId =0xAA6BEA90&lt;br /&gt;
FMD: Detected PCB Revision is 140 (using hardware NAND CLE/ALE protection).&lt;br /&gt;
FMD: Starting low-level NAND initialization.&lt;br /&gt;
&lt;br /&gt;
FMD: Detected nMaker code = EC, device code = DC, ID_data = 95&lt;br /&gt;
FMD: NAND flash detected: size in blocks = 4096, block size = 131072, page size = 2048.&lt;br /&gt;
FMD: Detected PCB Revision is 140 (using hardware NAND CLE/ALE protection).&lt;br /&gt;
FMD: Starting low-level NAND initialization.&lt;br /&gt;
&lt;br /&gt;
FMD: Detected nMaker code = EC, device code = DC, ID_data = 95&lt;br /&gt;
FMD: NAND flash detected: size in blocks = 4096, block size = 131072, page size = 2048.&lt;br /&gt;
Executing STORE command for targetId =0x58073AFD&lt;br /&gt;
        Entity Info:&lt;br /&gt;
        ----------------------------&lt;br /&gt;
        Id = 0x58073AFD&lt;br /&gt;
        Region Offset = 0x800&lt;br /&gt;
        Absolute Start = 0x20800&lt;br /&gt;
        Length = 0x2E344CC&lt;br /&gt;
        Alignment = 0x800&lt;br /&gt;
        Source FileName = \Hard Disk\nk.bin&lt;br /&gt;
        ----------------------------&lt;br /&gt;
Executing UPDATE_PARAMETER command for targetId =0x7CCD8C9C&lt;br /&gt;
Executing RESET command for targetId =0x0&lt;br /&gt;
Invoking external application [SetSystemPowerState.exe reboot]&lt;br /&gt;
Flushing Registry before power state change.&lt;br /&gt;
BKL: +BackLightSetState - OFF&lt;br /&gt;
DA9030: Entering SetPowerState from D0.&lt;br /&gt;
DA9030: Setting GPRS power off.&lt;br /&gt;
DA9030: Setting Power State to be D4.&lt;br /&gt;
PWM: PBT_TRANSITION to system power state [Flags: 0x800000]: 'reboot'&lt;br /&gt;
UpdaterBackend.UpdaterBackendProcessing: End time 3/9/2010 11:47:02 AM&lt;br /&gt;
SPI: Power managing -&amp;gt;Moving to D4&lt;br /&gt;
SA2Video::SetPmPowerState: (D4)&lt;br /&gt;
SA2Video::SetPmPowerState: TurnOff Display 4&lt;br /&gt;
OAL:&lt;br /&gt;
&lt;br /&gt;
U-Boot 1.2.0-em-x270 (Nov 18 2008 - 14:20:46)&lt;br /&gt;
&lt;br /&gt;
Zeroing memory...&lt;br /&gt;
DRAM:  128 MB&lt;br /&gt;
Flash:  1 MB&lt;br /&gt;
NAND:  mtd driver deactivated - 0 MiB&lt;br /&gt;
Hit any key to stop autoboot:  0&lt;br /&gt;
## Starting application at 0xA7E00000 ...&lt;br /&gt;
Microsoft Windows CE Ethernet Bootloader 1.8 for the Compulab EM-X270 Development Platform Built Feb  2 2010&lt;br /&gt;
FMD: Detected PCB Revision is 140 (using hardware NAND CLE/ALE protection).&lt;br /&gt;
FMD: Starting low-level NAND initialization.&lt;br /&gt;
FmdUtilMalloc: Request to alloc 76 bytes (current mem pointer is: 0x87D80000 , lastChange = 0)&lt;br /&gt;
FmdUtilMalloc: Allocated 76 bytes (from 0x87D80000)&lt;br /&gt;
&lt;br /&gt;
FMD: Detected nMaker code = EC, device code = DC, ID_data = 95&lt;br /&gt;
FMD: NAND flash detected: size in blocks = 4096, block size = 131072, page size = 2048.&lt;br /&gt;
Loading EBOOT configuration...&lt;br /&gt;
It is a Virgin boot&lt;br /&gt;
LoadEBSPCFG: Magic Number: 1020305&lt;br /&gt;
Reserver spare area because of virgin boot&lt;br /&gt;
KITL(Image Download) Transport (Davicom DM9000)&lt;br /&gt;
Enable KITL (Disabled)&lt;br /&gt;
Enable VBridge (Disabled)&lt;br /&gt;
&lt;br /&gt;
Press [ENTER] to launch image stored in flash or [SPACE] to cancel.&lt;br /&gt;
&lt;br /&gt;
Initiating image launch in 0 seconds. FlashWrite: start writing at block 0&lt;br /&gt;
FlashWrite: numBlocksProgram: 1&lt;br /&gt;
.&lt;br /&gt;
FlashWrite: Image written&lt;br /&gt;
System ready!&lt;br /&gt;
Preparing for download...&lt;br /&gt;
+OEMLaunch: Start 0x0, Length 0x0, LaunchAddr 0x0, RomHdr 0x0&lt;br /&gt;
INFO: Using dwLaunchAddr =0x80001000&lt;br /&gt;
INFO: Using dwPhysStart =0x80001000&lt;br /&gt;
INFO: Using dwPhysLen =0x262F444&lt;br /&gt;
IsValidMBR: MBR sector = 0x40 (valid MBR)&lt;br /&gt;
OpenPartition: Partition Exists=0x1 for part 0x21.&lt;br /&gt;
BP_SetDataPointer at 0x0&lt;br /&gt;
ReadData: Start = 0x0, Length = 0x262f444.&lt;br /&gt;
Log2Phys: Logical 0x1 -&amp;gt; Physical 0x41&lt;br /&gt;
Directly jumping to from LoadImageDDR to image at physical 0xA0001000...&lt;br /&gt;
&lt;br /&gt;
OAL: Debug Init Success !!!&lt;br /&gt;
Windows CE Kernel for ARM (Thumb Enabled) Built on Sep 25 2009 at 11:04:23&lt;br /&gt;
INFO:OALLogSetZones: dpCurSettings.ulZoneMask: 0xb&lt;br /&gt;
OAL: Booting with CPU frequency 520 Mhz.&lt;br /&gt;
OAL: PXA USB port3 configured as slave.&lt;br /&gt;
MEMINIT: Memory size is 128MB. 1MB is allocated for splash-screen&lt;br /&gt;
MEMINIT: Splash-screen virtual-address = 0x87879000&lt;br /&gt;
RTC: EMSetAlarmTime provided by Kernel(2006/1/1 12:0:0.000)&lt;br /&gt;
RTC: OEMGetRTCTime(2010/3/9 11:47:33.000)&lt;br /&gt;
+OEMSetCPURealTime(2010/3/9 11:47:33.000)&lt;br /&gt;
+AdjustSyncTime: Set sync time in 3600 seconds&lt;br /&gt;
FMD: Detected PCB Revision is 140 (using hardware NAND CLE/ALE protection).&lt;br /&gt;
FMD: Starting low-level NAND initialization.&lt;br /&gt;
&lt;br /&gt;
FMD: Detected nMaker code = EC, device code = DC, ID_data = 95&lt;br /&gt;
FMD: NAND flash detected: size in blocks = 4096, block size = 131072, page size = 2048.&lt;br /&gt;
OEM: Set format request to partion &amp;quot;Part01&amp;quot; (partType =0xb)&lt;br /&gt;
OEM: Not cleaning system hive&lt;br /&gt;
OEM: Not cleaning user profiles&lt;br /&gt;
OEM: Not cleaning system hive&lt;br /&gt;
&lt;br /&gt;
REGMOD: Starting REGMOD Scheduler.&lt;br /&gt;
REGMOD: Running on EM-X27047637 with 128MB of RAM (boot parameters: &amp;quot;debug&amp;quot;).&lt;br /&gt;
REGMOD: Device production string is: &amp;quot;EM-X270-D128-C520-N512-AT-J-W-H-K-Y-V140-26-Jan-2010-00:01:&amp;quot;.&lt;br /&gt;
SPI: PowerUp:&lt;br /&gt;
DA9030: PWC_Init(xd029ecf4,x00000000):&lt;br /&gt;
DA9030: Registry paramers are: Irq = 0x8, 7-bit i2cAddress = 0x49, IST Prority256 = 0xfb.&lt;br /&gt;
I2C: Open Power I2C Bus(I2C1:)&lt;br /&gt;
DA9030: Prepare to set initial LDO voltage configuration...&lt;br /&gt;
DA9030: Prepare to set initial LDO state...&lt;br /&gt;
DA9030: Init Success.&lt;br /&gt;
BATTERY: Battery is not detected (working with extender).&lt;br /&gt;
AUDIO: +HardwareContext::Init.&lt;br /&gt;
AUDIO: Wolfson WM9715L codec is detected.&lt;br /&gt;
AUDIO: -HardwareContext::Init.&lt;br /&gt;
USBHOST: Init done.&lt;br /&gt;
USBHOST: No OverCurrent detect pin available.&lt;br /&gt;
USBHOST: Reseting USB hub ...&lt;br /&gt;
USBHOST: Reseting USB hub -&amp;gt; done.&lt;br /&gt;
SDH: +SDH_Init&lt;br /&gt;
SDH: -SDH_Init&lt;br /&gt;
SD: Processing card insertion.&lt;br /&gt;
DM9000: +EDeviceInitialize.&lt;br /&gt;
DM9000: Interrupts are succesfully registered.&lt;br /&gt;
DM9000: +DeviceStart.&lt;br /&gt;
SERIAL: COM3 (FFUART) init successfull.&lt;br /&gt;
!!!Kernel mode PSL 'PRdr' de-registered!!!&lt;br /&gt;
!!!Kernel mode PSL 'HRdr' de-registered!!!&lt;br /&gt;
!!!Kernel mode PSL 'FRdr' de-registered!!!&lt;br /&gt;
SERIAL:Disabling COMA Serial Driver - the port is dedicated for debugging.&lt;br /&gt;
OTG: USB host inserted.&lt;br /&gt;
DA9030: Setting USB host charge pump on.&lt;br /&gt;
OTG: USB Host detection SysIntr allocated(m_dwOTGSysIntr = 32).&lt;br /&gt;
TD035STEE1: The LCD display is detected.&lt;br /&gt;
BKL: Init Successfull(BacklightLevel 5).&lt;br /&gt;
BKL: Enabling backlight.&lt;br /&gt;
KEYPAD: AutoRepeatThread started (dwSleepDuration=200).&lt;br /&gt;
KEYPAD: IST Thread started.&lt;br /&gt;
LCD: Done getting Registry values:&lt;br /&gt;
 Bpp: 0x10&lt;br /&gt;
 CxScreen: 0x1e0&lt;br /&gt;
 CyScreen: 0x280&lt;br /&gt;
LCD: Framebuffer size = 614400, pallete size = 0 (bpp = 16).&lt;br /&gt;
Display Driver Initialization Complete&lt;br /&gt;
LCD: m_nScreenWidth = 480, m_nScreenHeight = 640.&lt;br /&gt;
TD035STEE1: The LCD display is detected.&lt;br /&gt;
TOUCH: Touch sensitivity: 8&lt;br /&gt;
TOUCH: Pressure filter: 0&lt;br /&gt;
TOUCH: Pressure treshold: 200&lt;br /&gt;
TOUCH: Spike filter: 1&lt;br /&gt;
TOUCH: Pen movement filter: 1&lt;br /&gt;
TOUCH: Pen movement sensitivity: 50&lt;br /&gt;
TOUCH: Pen up polling interval: 40 (ms)&lt;br /&gt;
TOUCH: Setting pen detect pull-up to 8000 Ohms&lt;br /&gt;
TOUCH: Setting pressure measurement current to 200uA.&lt;br /&gt;
TOUCH: Setting adc sample delay to 167 usecs.&lt;br /&gt;
BSPIntrEnableIrq: IRQ_GPIOXX_TOUCH.&lt;br /&gt;
BKL: +BacklightPwrSrcChanged fOnAC = 1&lt;br /&gt;
BCCMD_SetBDAddress: Perform Warm Reset&lt;br /&gt;
HCI_OpenConnection: Setup BT MAC address ---&amp;gt; Success.&lt;br /&gt;
SD:No Write Protection detected.&lt;br /&gt;
AUTOLAUNCH: Checking HKEY_LOCAL_MACHINE\Startup key for programs to run.&lt;br /&gt;
AutoLaunch: Creating Process &amp;quot;wpower.exe auto&amp;quot;&lt;br /&gt;
AutoLaunch: Creating Process &amp;quot;ConmanClient2.exe&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
*[[EM-X270: WinCE: Updater]]&lt;br /&gt;
[[Category:Windows CE|Installation Troubleshooting]]&lt;br /&gt;
[[Category:EM-X270|WinCE: Installation Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
		
	</entry>
</feed>