All Forums
 Microsoft Windows CE
 General CE
 Trouble in changing registry on BitsyX
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

esavolle

31 Posts

Posted - 26 Sep 2003 :  10:38:01  Show Profile  Email Poster
hi

Our platform is BitsyX with image 4.10.21 Boot version 1.04

i try to add/change some registry settings on BitsyX for our drivers and our developpement environnement.
I make the modifications with ADSLOAD.REG stored in PCMCIA storage.
Some works and some doesn't.

In the debug we can see that ADSLOAD.REG is read and written succesfully in flash.
Then BitsyX boots and the first step is to restore the saved registry.
Does this registry contains the modifications stored in ADSLOAD.REG ?

Then we see the error : >ADSFileOnBoardFlash::GetNextLine::SetFilePointer failed
>REG_Init::ParseF.ParseFile() failed

What is it? Is it due to an error contained in the ADSLOAD.REG?
For information we use Notepad to modify ADSLOAD.REG with our new keys.

Modifications are the following:

---------START MODIFICATION INCLUED IN ADSLOAD.REG----------
[HKEY_LOCAL_MACHINE\Services\TELNETD]
"Dll"="telnetd.dll"
"Order"=dword:8
"Keep"=dword:1
"Prefix"="TEL"
"Index"=dword:0
"Context"=dword:1
"DisplayName"="Telnet Server"
"Description"="Services incoming telnet requests"
[HKEY_LOCAL_MACHINE\Services\TELNETD\Accept\TCP-23]
; TCP port 23, default Telnet Port
"SockAddr"=hex:02,00,00,17,00,00,00,00,00,00,00,00,00,00,00,00
[HKEY_LOCAL_MACHINE\Comm\TELNETD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
"UserList"="*"
;configure ftp server
[HKEY_LOCAL_MACHINE\Comm\FTPD]
"AllowAnonymous"=dword:0
"AllowAnonymousUpload"=dword:0
"DefaultDir"="\\" ;root directory
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
"UserList"="*"
; TaskBar
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\OnTop]
"Default"=dword:0
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\AutoHide]
"Default"=dword:1
;configure network connections
[HKEY_CURRENT_USER\Comm\Redir\Connections\bitsy_pc154]
"Type"=dword:1
"RemoteName"="\\\\pc154\\Bitsytele"
[HKEY_CURRENT_USER\Comm\Redir\Connections\bitsy_pc132]
"Type"=dword:1
"RemoteName"="\\\\pc132\\Bitsy"
---------END MODIFICATION INCLUED IN ADSLOAD.REG----------

I succeeded in changing the properties of the taskbar and starting telnet server.But neither in making the network connections nor in changing ftpd properties. No modificaton appears for these keys in registry.

If someone can describe me the way the registry can be changed, when it is saved and restored, i will be grateful because it drives me a bit crazy.

eric

Here follow the boot debug:
*******Beginning System Initialization*******

CPU ID = A0 PXA255

SDCLK[1] = MemClk

MemClk = 99.53 MHz

Run Mode = 2 * MemClk

Turbo Mode = 2 * Run Mode

Mode: RUN



Reading Flash ...(from 0x40004 to 0x409ab)

Reading Hardware Tabl



Microsoft Windows CE Ethernet Bootloader built Apr 24 2003 10:35:16

Copyright (c) 2001 Microsoft Corporation

Copyright (c) 2001 Intel Corporation

Copyright (c) 2002 ADS BitsyX Bootloader Ver (1.04 )

(Built at 10:35:16 on Apr 24 2003)



CPLD Version = 0x3

Detected Ethernet(SMC91C111)

DipSwitch = 0x3

BootSwitch = 0x8

ADSLOAD.ROM : Reading ... Writing...


Failed to load ADSLOAD.ROM from an ATA Flash Card.


ADSLOAD.HWT : Reading ... Writing...


Failed to load ADSLOAD.HWT from an ATA Flash Card.


ADSLOAD.REG : Reading ... Writing...


Programming flash (this will also take a few seconds).


File Size = 6531(0x1983) bytes .


Erasing flash...

Successfully Erased !!!!

Writing Flash Header Size...(0x1983 bytes) .

Writing Flash...(from 0x80004 to 0x81987).

Compare Memory with Flash, Successfully Done !!!


ADSLOAD.EXE : Reading ... Writing...


Failed to load ADSLOAD.EXE from an ATA Flash Card.


ADSLOAD.BMP : Reading ... Writing...


Failed to load ADSLOAD.BMP from an ATA Flash Card.


NK.BIN : Reading ... Writing...


Failed to load NKLOAD.BIN from an ATA Flash Card.


Reading Flash ...(from 0x40004 to 0x409ab)

Reading Hardware Table(ADSLOAD.HWT) from Flash.


Booting from Flash.

Reading Flash ...(from 0x200008 to 0x011b152c)


CE starts From DRAM(0x800b8000)

Windows CE Kernel for ARM (Thumb Enabled) Built on Feb 12 2003 at 15:36:08

ProcessorType=02d0 Revision=6

sp_abt=ffff5000 sp_irq=ffff2800 sp_undef=ffffc800

Saved Registry will be restored.

Sp=ffffc7d0

Data Abort: Thread=83f69bf0 Proc=8174f41c 'device.exe'

AKY=00000009 PC=02391ba4 RA=00013204 BVA=f8100000 FSR=00000005

CADSFileOnBoardFlash::GetNextLine::SetFilePointer failed

REG_Init::ParseF.ParseFile() failed

FlashFX Disk Detected: Ver 5.10 (Build 492)

Ethernet Detected : SMC91C111.

SMC91C111 Ethernet Address: 00:60:0c:00:49:97

Scanning Installed Providers
Installing Layered Providers
Installed over Windows C
E MS Tcpip [UDP/IP].
Installed over Windows CE MS Tcpip [UDP/IP].
Installed over W
indows CE MS Tcpip [TCP/IP].
Installed over Windows CE MS Tcpip [TCP/IP].
Can't Re
order under CEPreparing To Reoder Installed Chains


SMARTIO Detected : PartType=0x8535 Firmware=0x0010 Revision=2

SMARTIO : SerialClockRate=10 KBits/S(0xa7).

Microsoft Windows CE Ver. 4.10 (build 908)

BitsyX Windows CE Ver.(4.10.21)

Susan

123 Posts

Posted - 26 Sep 2003 :  10:45:35  Show Profile  Email Poster
Hi Eric,

Try Topic 577, 1048, and in general search for ADSREG.exe. That may get you started.

Susan

Go to Top of Page

esavolle

31 Posts

Posted - 26 Sep 2003 :  10:49:29  Show Profile  Email Poster
thanks for the fast reply
it will provide a base to work on monday.

have a good weekend
Go to Top of Page
  Topic  
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.03 seconds. Snitz Forums 2000