Hello,

I would like to download the nk.bin file to the target device without the
use of Platform Builder. I am working on PXA 27X and BSP is Mainstone II
.Does anyone know just exactly how that could be
accomplished?


Any help would be greatly appreciated.


Thanks,
gouri

Re: Downloading nk.bin to Target device without PB? by Henrik

Henrik
Fri Oct 27 01:43:36 CDT 2006

One alternative is to use a TFTP client to download the image. PB
download use a slightly modified TFTP protocol (it uses port 980 rather
than port 69), so you can use a TFTP client set to port 980 on the host
pc for the download. If you want the image to launch after download you
need to modify the bootloader to immediately jump to the image rather
than wait for a PB "jump" control command.

Henrik Viklund
http://www.addlogic.se

gouri wrote:
> Hello,
>
> I would like to download the nk.bin file to the target device without the
> use of Platform Builder. I am working on PXA 27X and BSP is Mainstone II
> .Does anyone know just exactly how that could be
> accomplished?
>
>
> Any help would be greatly appreciated.
>
>
> Thanks,
> gouri


Re: Downloading nk.bin to Target device without PB? by gouri

gouri
Fri Oct 27 02:12:02 CDT 2006

Thanks! That sounds exactly like what I want to do. which TFTP client i have
to
use and how was it setup?

Thanks,
Gouri
"Henrik Viklund" wrote:

> One alternative is to use a TFTP client to download the image. PB
> download use a slightly modified TFTP protocol (it uses port 980 rather
> than port 69), so you can use a TFTP client set to port 980 on the host
> pc for the download. If you want the image to launch after download you
> need to modify the bootloader to immediately jump to the image rather
> than wait for a PB "jump" control command.
>
> Henrik Viklund
> http://www.addlogic.se
>
> gouri wrote:
> > Hello,
> >
> > I would like to download the nk.bin file to the target device without the
> > use of Platform Builder. I am working on PXA 27X and BSP is Mainstone II
> > .Does anyone know just exactly how that could be
> > accomplished?
> >
> >
> > Any help would be greatly appreciated.
> >
> >
> > Thanks,
> > gouri
>
>

Re: Downloading nk.bin to Target device without PB? by Anthony

Anthony
Fri Oct 27 02:32:38 CDT 2006

You can try to get eshell.exe which was provided with PB3.0, or pumpkin
which is available on the web

HTH

--
--
--
----------------------------------------------------------------
Anthony Pellerin (eMVP)
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT com>
http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
"gouri" <gouri@discussions.microsoft.com> a écrit dans le message de news:
3FF71D33-6DEB-4594-886F-A0F945618FD4@microsoft.com...
> Thanks! That sounds exactly like what I want to do. which TFTP client i
> have
> to
> use and how was it setup?
>
> Thanks,
> Gouri
> "Henrik Viklund" wrote:
>
>> One alternative is to use a TFTP client to download the image. PB
>> download use a slightly modified TFTP protocol (it uses port 980 rather
>> than port 69), so you can use a TFTP client set to port 980 on the host
>> pc for the download. If you want the image to launch after download you
>> need to modify the bootloader to immediately jump to the image rather
>> than wait for a PB "jump" control command.
>>
>> Henrik Viklund
>> http://www.addlogic.se
>>
>> gouri wrote:
>> > Hello,
>> >
>> > I would like to download the nk.bin file to the target device without
>> > the
>> > use of Platform Builder. I am working on PXA 27X and BSP is Mainstone
>> > II
>> > .Does anyone know just exactly how that could be
>> > accomplished?
>> >
>> >
>> > Any help would be greatly appreciated.
>> >
>> >
>> > Thanks,
>> > gouri
>>
>>



Re: Downloading nk.bin to Target device without PB? by Henrik

Henrik
Fri Oct 27 02:42:33 CDT 2006

Anyone you like that can be set to port 980 (like for example tftpd32).
One more thing, though, you need to rename "nk.bin" to "boot.bin"
because that's the filename the bootloader tftp server expects to be
"put". Note that the bootloader implements a tftp *server*, so you
should use a tftp client on the host.

Henrik Viklund
http://www.addlogic.se

gouri wrote:
> Thanks! That sounds exactly like what I want to do. which TFTP client i have
> to
> use and how was it setup?
>
> Thanks,
> Gouri
> "Henrik Viklund" wrote:
>
> > One alternative is to use a TFTP client to download the image. PB
> > download use a slightly modified TFTP protocol (it uses port 980 rather
> > than port 69), so you can use a TFTP client set to port 980 on the host
> > pc for the download. If you want the image to launch after download you
> > need to modify the bootloader to immediately jump to the image rather
> > than wait for a PB "jump" control command.
> >
> > Henrik Viklund
> > http://www.addlogic.se
> >
> > gouri wrote:
> > > Hello,
> > >
> > > I would like to download the nk.bin file to the target device without the
> > > use of Platform Builder. I am working on PXA 27X and BSP is Mainstone II
> > > .Does anyone know just exactly how that could be
> > > accomplished?
> > >
> > >
> > > Any help would be greatly appreciated.
> > >
> > >
> > > Thanks,
> > > gouri
> >
> >


Re: Downloading nk.bin to Target device without PB? by gouri

gouri
Fri Oct 27 04:41:02 CDT 2006

Hi,

Thank u very much.

"Henrik Viklund" wrote:

> Anyone you like that can be set to port 980 (like for example tftpd32).
> One more thing, though, you need to rename "nk.bin" to "boot.bin"
> because that's the filename the bootloader tftp server expects to be
> "put". Note that the bootloader implements a tftp *server*, so you
> should use a tftp client on the host.
>
> Henrik Viklund
> http://www.addlogic.se
>
> gouri wrote:
> > Thanks! That sounds exactly like what I want to do. which TFTP client i have
> > to
> > use and how was it setup?
> >
> > Thanks,
> > Gouri
> > "Henrik Viklund" wrote:
> >
> > > One alternative is to use a TFTP client to download the image. PB
> > > download use a slightly modified TFTP protocol (it uses port 980 rather
> > > than port 69), so you can use a TFTP client set to port 980 on the host
> > > pc for the download. If you want the image to launch after download you
> > > need to modify the bootloader to immediately jump to the image rather
> > > than wait for a PB "jump" control command.
> > >
> > > Henrik Viklund
> > > http://www.addlogic.se
> > >
> > > gouri wrote:
> > > > Hello,
> > > >
> > > > I would like to download the nk.bin file to the target device without the
> > > > use of Platform Builder. I am working on PXA 27X and BSP is Mainstone II
> > > > .Does anyone know just exactly how that could be
> > > > accomplished?
> > > >
> > > >
> > > > Any help would be greatly appreciated.
> > > >
> > > >
> > > > Thanks,
> > > > gouri
> > >
> > >
>
>

Re: Downloading nk.bin to Target device without PB? by gouri

gouri
Fri Oct 27 06:23:02 CDT 2006

Thank u very much to Henrik Viklund and Anthony Pellerin.

Anthony Pellerin where can i get the eshell.exe.I tried out with Pumpkin.exe
it is downloading without PB.But i want to use eshell.exe.Please help me in
this regard.

Thanks,
Gouri

"Henrik Viklund" wrote:

> Anyone you like that can be set to port 980 (like for example tftpd32).
> One more thing, though, you need to rename "nk.bin" to "boot.bin"
> because that's the filename the bootloader tftp server expects to be
> "put". Note that the bootloader implements a tftp *server*, so you
> should use a tftp client on the host.
>
> Henrik Viklund
> http://www.addlogic.se
>
> gouri wrote:
> > Thanks! That sounds exactly like what I want to do. which TFTP client i have
> > to
> > use and how was it setup?
> >
> > Thanks,
> > Gouri
> > "Henrik Viklund" wrote:
> >
> > > One alternative is to use a TFTP client to download the image. PB
> > > download use a slightly modified TFTP protocol (it uses port 980 rather
> > > than port 69), so you can use a TFTP client set to port 980 on the host
> > > pc for the download. If you want the image to launch after download you
> > > need to modify the bootloader to immediately jump to the image rather
> > > than wait for a PB "jump" control command.
> > >
> > > Henrik Viklund
> > > http://www.addlogic.se
> > >
> > > gouri wrote:
> > > > Hello,
> > > >
> > > > I would like to download the nk.bin file to the target device without the
> > > > use of Platform Builder. I am working on PXA 27X and BSP is Mainstone II
> > > > .Does anyone know just exactly how that could be
> > > > accomplished?
> > > >
> > > >
> > > > Any help would be greatly appreciated.
> > > >
> > > >
> > > > Thanks,
> > > > gouri
> > >
> > >
>
>

Re: Downloading nk.bin to Target device without PB? by garlic

garlic
Tue Mar 04 14:29:02 PST 2008

Hi

Is it true that downloading kernel image using Trival FTP is faster than PB?
The connection is should be using Ethernet connection.
The link below is the correct TFTP server download?
http://www.download.com/Quick-Tftp-Server-Pro/3000-2085_4-10483017.html.

I believe the microP have the ethernet module internally and the PCB routed
this pins to the external ethernet connector. Anyone knows how is the
connection like?

alvin


--


Thanks
Alvin


"gouri" wrote:

> Thank u very much to Henrik Viklund and Anthony Pellerin.
>
> Anthony Pellerin where can i get the eshell.exe.I tried out with Pumpkin.exe
> it is downloading without PB.But i want to use eshell.exe.Please help me in
> this regard.
>
> Thanks,
> Gouri
>
> "Henrik Viklund" wrote:
>
> > Anyone you like that can be set to port 980 (like for example tftpd32).
> > One more thing, though, you need to rename "nk.bin" to "boot.bin"
> > because that's the filename the bootloader tftp server expects to be
> > "put". Note that the bootloader implements a tftp *server*, so you
> > should use a tftp client on the host.
> >
> > Henrik Viklund
> > http://www.addlogic.se
> >
> > gouri wrote:
> > > Thanks! That sounds exactly like what I want to do. which TFTP client i have
> > > to
> > > use and how was it setup?
> > >
> > > Thanks,
> > > Gouri
> > > "Henrik Viklund" wrote:
> > >
> > > > One alternative is to use a TFTP client to download the image. PB
> > > > download use a slightly modified TFTP protocol (it uses port 980 rather
> > > > than port 69), so you can use a TFTP client set to port 980 on the host
> > > > pc for the download. If you want the image to launch after download you
> > > > need to modify the bootloader to immediately jump to the image rather
> > > > than wait for a PB "jump" control command.
> > > >
> > > > Henrik Viklund
> > > > http://www.addlogic.se
> > > >
> > > > gouri wrote:
> > > > > Hello,
> > > > >
> > > > > I would like to download the nk.bin file to the target device without the
> > > > > use of Platform Builder. I am working on PXA 27X and BSP is Mainstone II
> > > > > .Does anyone know just exactly how that could be
> > > > > accomplished?
> > > > >
> > > > >
> > > > > Any help would be greatly appreciated.
> > > > >
> > > > >
> > > > > Thanks,
> > > > > gouri
> > > >
> > > >
> >
> >

Re: Downloading nk.bin to Target device without PB? by Luca

Luca
Tue Mar 04 23:37:26 PST 2008

eboot acts as a TFTP server so you should use a TFTP client on the
development PC to interact with it
--

Luca Calligaris
www.eurotech.it

"garlic" <garlic@yahoo.com.sg> ha scritto nel messaggio
news:BB15A564-EBD8-4474-8609-7EC7DB08CF50@microsoft.com...
> Hi
>
> Is it true that downloading kernel image using Trival FTP is faster than
> PB?
> The connection is should be using Ethernet connection.
> The link below is the correct TFTP server download?
> http://www.download.com/Quick-Tftp-Server-Pro/3000-2085_4-10483017.html.
>
> I believe the microP have the ethernet module internally and the PCB
> routed
> this pins to the external ethernet connector. Anyone knows how is the
> connection like?
>
> alvin
>
>
> --
>
>
> Thanks
> Alvin
>
>
> "gouri" wrote:
>
>> Thank u very much to Henrik Viklund and Anthony Pellerin.
>>
>> Anthony Pellerin where can i get the eshell.exe.I tried out with
>> Pumpkin.exe
>> it is downloading without PB.But i want to use eshell.exe.Please help me
>> in
>> this regard.
>>
>> Thanks,
>> Gouri
>>
>> "Henrik Viklund" wrote:
>>
>> > Anyone you like that can be set to port 980 (like for example tftpd32).
>> > One more thing, though, you need to rename "nk.bin" to "boot.bin"
>> > because that's the filename the bootloader tftp server expects to be
>> > "put". Note that the bootloader implements a tftp *server*, so you
>> > should use a tftp client on the host.
>> >
>> > Henrik Viklund
>> > http://www.addlogic.se
>> >
>> > gouri wrote:
>> > > Thanks! That sounds exactly like what I want to do. which TFTP client
>> > > i have
>> > > to
>> > > use and how was it setup?
>> > >
>> > > Thanks,
>> > > Gouri
>> > > "Henrik Viklund" wrote:
>> > >
>> > > > One alternative is to use a TFTP client to download the image. PB
>> > > > download use a slightly modified TFTP protocol (it uses port 980
>> > > > rather
>> > > > than port 69), so you can use a TFTP client set to port 980 on the
>> > > > host
>> > > > pc for the download. If you want the image to launch after download
>> > > > you
>> > > > need to modify the bootloader to immediately jump to the image
>> > > > rather
>> > > > than wait for a PB "jump" control command.
>> > > >
>> > > > Henrik Viklund
>> > > > http://www.addlogic.se
>> > > >
>> > > > gouri wrote:
>> > > > > Hello,
>> > > > >
>> > > > > I would like to download the nk.bin file to the target device
>> > > > > without the
>> > > > > use of Platform Builder. I am working on PXA 27X and BSP is
>> > > > > Mainstone II
>> > > > > .Does anyone know just exactly how that could be
>> > > > > accomplished?
>> > > > >
>> > > > >
>> > > > > Any help would be greatly appreciated.
>> > > > >
>> > > > >
>> > > > > Thanks,
>> > > > > gouri
>> > > >
>> > > >
>> >
>> >



Re: Downloading nk.bin to Target device without PB? by garlic

garlic
Wed Mar 05 00:07:07 PST 2008


Hi

I have a new board that uses ActiveSync to allow me to sync the Files in my
PC to the board. This board already has the WinCE installed. How do i extract
the nk.bin sitting on the flash onto my PC?

And how to download the nk.bin to the on board Flash?



Thanks
Alvin


"Luca Calligaris" wrote:

> eboot acts as a TFTP server so you should use a TFTP client on the
> development PC to interact with it
> --
>
> Luca Calligaris
> www.eurotech.it
>
> "garlic" <garlic@yahoo.com.sg> ha scritto nel messaggio
> news:BB15A564-EBD8-4474-8609-7EC7DB08CF50@microsoft.com...
> > Hi
> >
> > Is it true that downloading kernel image using Trival FTP is faster than
> > PB?
> > The connection is should be using Ethernet connection.
> > The link below is the correct TFTP server download?
> > http://www.download.com/Quick-Tftp-Server-Pro/3000-2085_4-10483017.html.
> >
> > I believe the microP have the ethernet module internally and the PCB
> > routed
> > this pins to the external ethernet connector. Anyone knows how is the
> > connection like?
> >
> > alvin
> >
> >
> > --
> >
> >
> > Thanks
> > Alvin
> >
> >
> > "gouri" wrote:
> >
> >> Thank u very much to Henrik Viklund and Anthony Pellerin.
> >>
> >> Anthony Pellerin where can i get the eshell.exe.I tried out with
> >> Pumpkin.exe
> >> it is downloading without PB.But i want to use eshell.exe.Please help me
> >> in
> >> this regard.
> >>
> >> Thanks,
> >> Gouri
> >>
> >> "Henrik Viklund" wrote:
> >>
> >> > Anyone you like that can be set to port 980 (like for example tftpd32).
> >> > One more thing, though, you need to rename "nk.bin" to "boot.bin"
> >> > because that's the filename the bootloader tftp server expects to be
> >> > "put". Note that the bootloader implements a tftp *server*, so you
> >> > should use a tftp client on the host.
> >> >
> >> > Henrik Viklund
> >> > http://www.addlogic.se
> >> >
> >> > gouri wrote:
> >> > > Thanks! That sounds exactly like what I want to do. which TFTP client
> >> > > i have
> >> > > to
> >> > > use and how was it setup?
> >> > >
> >> > > Thanks,
> >> > > Gouri
> >> > > "Henrik Viklund" wrote:
> >> > >
> >> > > > One alternative is to use a TFTP client to download the image. PB
> >> > > > download use a slightly modified TFTP protocol (it uses port 980
> >> > > > rather
> >> > > > than port 69), so you can use a TFTP client set to port 980 on the
> >> > > > host
> >> > > > pc for the download. If you want the image to launch after download
> >> > > > you
> >> > > > need to modify the bootloader to immediately jump to the image
> >> > > > rather
> >> > > > than wait for a PB "jump" control command.
> >> > > >
> >> > > > Henrik Viklund
> >> > > > http://www.addlogic.se
> >> > > >
> >> > > > gouri wrote:
> >> > > > > Hello,
> >> > > > >
> >> > > > > I would like to download the nk.bin file to the target device
> >> > > > > without the
> >> > > > > use of Platform Builder. I am working on PXA 27X and BSP is
> >> > > > > Mainstone II
> >> > > > > .Does anyone know just exactly how that could be
> >> > > > > accomplished?
> >> > > > >
> >> > > > >
> >> > > > > Any help would be greatly appreciated.
> >> > > > >
> >> > > > >
> >> > > > > Thanks,
> >> > > > > gouri
> >> > > >
> >> > > >
> >> >
> >> >
>
>
>

Re: Downloading nk.bin to Target device without PB? by garlic

garlic
Wed Mar 05 00:35:01 PST 2008


I receive a console which allows me to mircosoft activesync the folder onto
my PC.
I did a search but could not find nk.bin.
Could i TFTP out the nk.bin that is residing in the Flash memory?
if not how do i overwrite the nk.bin inside with the one i have on my PC

Thanks
Alvin


"Luca Calligaris" wrote:

> eboot acts as a TFTP server so you should use a TFTP client on the
> development PC to interact with it
> --
>
> Luca Calligaris
> www.eurotech.it
>
> "garlic" <garlic@yahoo.com.sg> ha scritto nel messaggio
> news:BB15A564-EBD8-4474-8609-7EC7DB08CF50@microsoft.com...
> > Hi
> >
> > Is it true that downloading kernel image using Trival FTP is faster than
> > PB?
> > The connection is should be using Ethernet connection.
> > The link below is the correct TFTP server download?
> > http://www.download.com/Quick-Tftp-Server-Pro/3000-2085_4-10483017.html.
> >
> > I believe the microP have the ethernet module internally and the PCB
> > routed
> > this pins to the external ethernet connector. Anyone knows how is the
> > connection like?
> >
> > alvin
> >
> >
> > --
> >
> >
> > Thanks
> > Alvin
> >
> >
> > "gouri" wrote:
> >
> >> Thank u very much to Henrik Viklund and Anthony Pellerin.
> >>
> >> Anthony Pellerin where can i get the eshell.exe.I tried out with
> >> Pumpkin.exe
> >> it is downloading without PB.But i want to use eshell.exe.Please help me
> >> in
> >> this regard.
> >>
> >> Thanks,
> >> Gouri
> >>
> >> "Henrik Viklund" wrote:
> >>
> >> > Anyone you like that can be set to port 980 (like for example tftpd32).
> >> > One more thing, though, you need to rename "nk.bin" to "boot.bin"
> >> > because that's the filename the bootloader tftp server expects to be
> >> > "put". Note that the bootloader implements a tftp *server*, so you
> >> > should use a tftp client on the host.
> >> >
> >> > Henrik Viklund
> >> > http://www.addlogic.se
> >> >
> >> > gouri wrote:
> >> > > Thanks! That sounds exactly like what I want to do. which TFTP client
> >> > > i have
> >> > > to
> >> > > use and how was it setup?
> >> > >
> >> > > Thanks,
> >> > > Gouri
> >> > > "Henrik Viklund" wrote:
> >> > >
> >> > > > One alternative is to use a TFTP client to download the image. PB
> >> > > > download use a slightly modified TFTP protocol (it uses port 980
> >> > > > rather
> >> > > > than port 69), so you can use a TFTP client set to port 980 on the
> >> > > > host
> >> > > > pc for the download. If you want the image to launch after download
> >> > > > you
> >> > > > need to modify the bootloader to immediately jump to the image
> >> > > > rather
> >> > > > than wait for a PB "jump" control command.
> >> > > >
> >> > > > Henrik Viklund
> >> > > > http://www.addlogic.se
> >> > > >
> >> > > > gouri wrote:
> >> > > > > Hello,
> >> > > > >
> >> > > > > I would like to download the nk.bin file to the target device
> >> > > > > without the
> >> > > > > use of Platform Builder. I am working on PXA 27X and BSP is
> >> > > > > Mainstone II
> >> > > > > .Does anyone know just exactly how that could be
> >> > > > > accomplished?
> >> > > > >
> >> > > > >
> >> > > > > Any help would be greatly appreciated.
> >> > > > >
> >> > > > >
> >> > > > > Thanks,
> >> > > > > gouri
> >> > > >
> >> > > >
> >> >
> >> >
>
>
>

Re: Downloading nk.bin to Target device without PB? by Luca

Luca
Wed Mar 05 02:17:15 PST 2008

> I have a new board that uses ActiveSync to allow me to sync the Files in
> my
> PC to the board. This board already has the WinCE installed. How do i
> extract
> the nk.bin sitting on the flash onto my PC?

Usually you have no way to 'extract' the OS image from the flash (apart
dumping the flash
with JTAG). I suppose you want to store it somewhere to restore the flash
later.

> And how to download the nk.bin to the on board Flash?
>

it depends on your board: you may have a bootloader which is able to do so:
the board vendor
should help you, giving you some info at least




--

Luca Calligaris
www.eurotech.it



Re: Downloading nk.bin to Target device without PB? by garlic

garlic
Wed Mar 05 03:42:01 PST 2008

Hi

It is a old board and there is no board vendor to help. can i use TFTP
client on my PC to download to the Flash on board, understand that TFTP
server in the flash will be able to grap my data send?

Below is the data from CF card used to download application, how to amend
this CF data, so that the kernel can be downloaded into the on board Flash

'cv2021.cmd

' format the strata flash
drive 1
drive 0
format !!!

' select the compact flash drive
drive 1

' copy the firmware
mount update.z
drive 3
copy * 0

' copy the updated config file
drive 1
copy config.xml 0

' re-program the bootloader
drive 1
bootroot boot.rom


'================================================
'================================================
'
' REMOVE THE COMPACT FLASH CARD !!!
'
'================================================
'================================================

' wait for compact flash card to be removed
cflash detect 0

' reset the cv
reset


<input type="text" <?xml version = "1.0"?>

<config name="config1">
<bootloader name="bootloader1" select="1">
<application name="1" image="vm10153.rom"/>
</bootloader>

<hardware name="hardware1">
<screen name="SCREEN"/>

<cv2021serial name="COMdebug" PortNumber="0" baudrate="115200" />


<Option name="GpsOption" Sel="GpsSignav" Text=" ">
<Object name="GpsSignav" Text=" ">

<cv2021serial name="COMgps" PortNumber="5" baudrate="9600" />
<NMEAGPS name="GPS" Serial="COMgps" OnChange="GPSOnChange"
ReportOnTime="1000" ReportOnDistance="20"
ModemResetCmds=""$PAUSA,002,,8,0,C,3,6,4.5,2,1","$PAUSA,004,,0,0122.00,N,10355.00,E,0032,M","$PAUSA,016,"" ReceiverID="4"/>

</Object>

<Object name="GpsMG5101" Text=" ">

<cv2021serial name="COMgps" PortNumber="5" baudrate="4800"
invertrx="false" inverttx="false" />
<GPSMG5101 name="GPS" Serial="COMgps" OnChange="GPSOnChange"
ReportOnTime="1000" ReportOnDistance="20"/>

</Object>
</Option>

<!--************************************** TV1021 module
************************************** -->

<!-- ScanBusSerial configout: pprrrrttttBBff - port, receive, transmit,
baud, flags
baud: 0=9600, 1=300, 2=512, 3=600, 4=1200, 5=2400, 6=4800, 7=7200, 8=19200,
9=38400, 10=57600
flags: 0=one stop bit, 8=two stop bits, 0=7 bits, 4=8 bits, 0=none 1=odd
2=even
-->

<ScanBusNode name="tv1021" portnumber="6" NodeAddress="1"
DataReserved="16" MaxBaudRate="1" MaxHDLCTransfer="200" ProcessTimeout="30"
Description="Head unit..." Text=" ">
<ScanBusSerial name="COMTouchScreen" node="tv1021"
ConfigOut="0400800002"/>
<ScanBusSerial name="ComKB" node="tv1021"
ConfigOut="0501000100"/>
<ScanBusSerial name="COMTVB" node="tv1021"
ConfigOut="01008000800000"/>
<ScanBusSerial name="ComTVC" node="tv1021"
ConfigOut="0200800080"/>
<ScanBusSerial name="ComTVTemp" node="tv1021"
ConfigOut="0600040001"/> <!-- 2 bytes per sample, temp in K -->
<ScanBusSerial name="ComTVBL" node="tv1021"
ConfigOut="0700010002"/> <!-- 1 byte per sample -->
</ScanBusNode>

<!--************************************** Serial Module
************************************** -->
<ScanBusNode name="SerialExp" portnumber="7" NodeAddress="1"
DataReserved="16" MaxBaudRate="1" MaxHDLCTransfer="200" ProcessTimeout="30"
Description="Serial Expansion" Text=" ">

<!--************* Mobitex modem -->
<ScanBusSerial name="COMnif" node="SerialExp"
ConfigOut="00010001000002"/>
<ScanBusPin name="PinDTRnif" node="SerialExp" ConfigOut="0883000080" />
<ScanBusSerial name="COMrts" node="SerialExp"
ConfigOut="0100800080040A"/>
<ScanBusSerial name="ComSerC" node="SerialExp"
ConfigOut="02008000800000"/>

<!-- break on port 1 -->
<!--
<ScanBusPin name="PinSerBK1" node="SerialExp" ConfigOut="0f83000080" />
-->

<!-- control the serial board driver IC correctly -->
<ScanBusPin name="COMpinDriverTEX0" node="SerialExp"
ConfigOut="0a83000000" State="0"/>
<ScanBusPin name="COMpinDriverDTR0" node="SerialExp"
ConfigOut="0983000080" State="1"/>

</ScanBusNode>

<!--************************************** Meter
************************************** -->

<Option name="MeterOption" Sel="MeterVirtual" Text="">
<Object name="MeterVirtual" Text="">
<Meter name="Meter" OnChange="MeterOnChange" />
</Object>
<Object name="MeterMetroLink" Text="">
<ScanBusSerial name="ComMeter" node="tv1021"
ConfigOut="00008000000504"/>
<MetroLinkMeter name="Meter" Serial="COMMeter"
OnChange="MeterOnChange" />
</Object>
<Object name="MeterDigitax" Text="">
<ScanBusSerial name="ComMeter" node="tv1021"
ConfigOut="00008000800004"/>
<DigitaxMeter name="Meter" Serial="COMMeter"
OnChange="MeterOnChange" OnAuthorisation="MeterOnAuthorisation"/>
</Object>
</Option>

<!-- ************************************** Assorted Pins
************************************** -->
<CV2021Pin name="PinLowPower" Number="3" DownKey="&h0201"
UpKey="&h0202" StateKey="" Debounce="100" Phase="1" />
<CV2021Pin name="PinAccessory" Number="4" DownKey="&h0203"
UpKey="&h0204" StateKey="" Debounce="100" />
<CV2021Pin name="PinAlarmPin" Number="5" DownKey=""
UpKey="&h0301" StateKey="" Debounce="3000" Phase="0" />
<CV2021Pin name="PinPWRButton" Number="6" DownKey="" UpKey=""
StateKey="&h0110" Debounce="200" />
<CV2021Pin name="PinPowerDown" Number="7" Direction="2"/>

<!--************************************** Roof Sign
************************************** -->
<smrtroofsign name="RoofSign" serial="COMrts"/>

<!--************************************** MobiTex
************************************** -->
<mobitexnif name="NIF" Serial="COMnif" OnRXRaw="NIFOnRXRaw"
RemoteID="4100061" DTRPin="PinDTRnif"/>

<!--************************************** CV2021 inputs
************************************** -->



<!--************************************** Script Interfaces
************************************** -->

<sbkeyboard name="Keyboard" serial="ComKB" />
<mouse name="Mouse" serial="COMTouchScreen"/>
<codec name="Codec" ModOutVol="0" SpkVol="+3"/>
</hardware>

<smdl name="smdl1" select="001">
<script name="001" main="app.xml">
<filesystem name="script" filename="script11001.z"/>
<filesystem name="fonts" filename="fonts11001.z"/>
<filesystem name="audio" filename="audio11001.z"/>
<filesystem name="pics" filename="pics11001.z"/>
<filesystem name="custom" filename="tables11001.z"/>
<filesystem name="adverts" filename="adverts11001.z"/>
</script>

</smdl>

</config>
>

Thanks
Alvin


Re: Downloading nk.bin to Target device without PB? by Luca

Luca
Wed Mar 05 04:25:07 PST 2008

No one can tell you exactly what to do! it's entirely up to which code runs
on the board: it looks
like you have a bootloader which read a config file from the CF but I do not
know anything about
the format of the file...

--

Luca Calligaris
www.eurotech.it

"garlic" <garlic@yahoo.com.sg> ha scritto nel messaggio
news:FF56E4BC-2A8A-46A0-B987-FF2F4C2AF9CF@microsoft.com...
> Hi
>
> It is a old board and there is no board vendor to help. can i use TFTP
> client on my PC to download to the Flash on board, understand that TFTP
> server in the flash will be able to grap my data send?
>
> Below is the data from CF card used to download application, how to amend
> this CF data, so that the kernel can be downloaded into the on board Flash
>
> 'cv2021.cmd
>
> ' format the strata flash
> drive 1
> drive 0
> format !!! <