Hi...

I can not english well....

I'm trying to include sdbus2 at WM 6.0... but it does not working...

set IMGSDBUS2=1

After MakeImge... RomImage(NK.bin) does not include sdbus.dll...
After Booting I copied sdbus.dll (renamed from sdbus2.dll) to
device...
It's working SDHC very well...

I did check ce.bib

- ce.bib
; @CESYSGEN IF CE_MODULES_SDBUS2
sdbus.dll E:\XXXXXX\WPC\sdbus2.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS2


I think that env variable CE_MODULES_SDBUS2 refer from ceconfig.h...

- ceconfig.h
#define CE_MODULES_SDBUS 1
#define CE_MODULES_SDBUS2 1

why does not incude sdbus.dll (sdbus2.dll)?


-----------------------------------------------------------------------------------------------------------
add...

I try fix common.bib

#if defined IMGSDBUS2
; @CESYSGEN IF CE_MODULES_SDBUS2
sdbus.dll $(_FLATRELEASEDIR)\sdbus2.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS2
#else
; @CESYSGEN IF CE_MODULES_SDBUS
sdbus.dll $(_FLATRELEASEDIR)\sdbus.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS
#endif

|
v

#if defined IMGSDBUS2
; @CESYSGEN IF CE_MODULES_SDBUS
sdbus.dll $(_FLATRELEASEDIR)\sdbus2.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS
#else
; @CESYSGEN IF CE_MODULES_SDBUS
sdbus.dll $(_FLATRELEASEDIR)\sdbus.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS
#endif


CE_MODULES_SDBUS2 -> CE_MODULES_SDBUS

included sdbus.dll (sdbus2.dll)...

Good working!!! Good working!!!


---------------------------------------------------------------------------------------------------------------------

In conclusion...

I think that makeimg (romimage) does not recognize CE_MODULES_SDBUS2

Please... Help me...

Re: include sdbus2 on ROMIMAGE by Bruce

Bruce
Tue Jun 10 06:38:18 PDT 2008

Why do you think that sdbus2.dll is not included in the OS? According to
your ce.bib, that you posted, it is included, even without your "fix". (you
really shouldn't, and don't need to, edit the public files)

So, either:

1. You aren't actually running the OS that you built
or
2. You are not viewing hidden files when you look for sdbus2.dll

You could run Viewbin to see if sdbus2.dll is included:

viewbin -t nk.bin

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

<donlet@gmail.com> wrote in message
news:6560490c-bb0a-4958-bdac-2bd9685628d2@w5g2000prd.googlegroups.com...
> Hi...
>
> I can not english well....
>
> I'm trying to include sdbus2 at WM 6.0... but it does not working...
>
> set IMGSDBUS2=1
>
> After MakeImge... RomImage(NK.bin) does not include sdbus.dll...
> After Booting I copied sdbus.dll (renamed from sdbus2.dll) to
> device...
> It's working SDHC very well...
>
> I did check ce.bib
>
> - ce.bib
> ; @CESYSGEN IF CE_MODULES_SDBUS2
> sdbus.dll E:\XXXXXX\WPC\sdbus2.dll NK SH
> ; @CESYSGEN ENDIF CE_MODULES_SDBUS2
>
>
> I think that env variable CE_MODULES_SDBUS2 refer from ceconfig.h...
>
> - ceconfig.h
> #define CE_MODULES_SDBUS 1
> #define CE_MODULES_SDBUS2 1
>
> why does not incude sdbus.dll (sdbus2.dll)?
>
>
> -----------------------------------------------------------------------------------------------------------
> add...
>
> I try fix common.bib
>
> #if defined IMGSDBUS2
> ; @CESYSGEN IF CE_MODULES_SDBUS2
> sdbus.dll $(_FLATRELEASEDIR)\sdbus2.dll NK SH
> ; @CESYSGEN ENDIF CE_MODULES_SDBUS2
> #else
> ; @CESYSGEN IF CE_MODULES_SDBUS
> sdbus.dll $(_FLATRELEASEDIR)\sdbus.dll NK SH
> ; @CESYSGEN ENDIF CE_MODULES_SDBUS
> #endif
>
> |
> v
>
> #if defined IMGSDBUS2
> ; @CESYSGEN IF CE_MODULES_SDBUS
> sdbus.dll $(_FLATRELEASEDIR)\sdbus2.dll NK SH
> ; @CESYSGEN ENDIF CE_MODULES_SDBUS
> #else
> ; @CESYSGEN IF CE_MODULES_SDBUS
> sdbus.dll $(_FLATRELEASEDIR)\sdbus.dll NK SH
> ; @CESYSGEN ENDIF CE_MODULES_SDBUS
> #endif
>
>
> CE_MODULES_SDBUS2 -> CE_MODULES_SDBUS
>
> included sdbus.dll (sdbus2.dll)...
>
> Good working!!! Good working!!!
>
>
> ---------------------------------------------------------------------------------------------------------------------
>
> In conclusion...
>
> I think that makeimg (romimage) does not recognize CE_MODULES_SDBUS2
>
> Please... Help me...



Re: include sdbus2 on ROMIMAGE by donlet

donlet
Tue Jun 10 09:01:22 PDT 2008

HI...

I think that sdbus2.dll is not included in ths OS...

1. When SDCard or SDHC inserted, it does not working completely.

2. If sdbus.dll is exist in OS, i must see dialog box that display
Message "Overwrite" when copied sdbus.dll using activesync
But I can't see dialog box...

And The OS that i built is good running... only does not working
sdcard...

i think that ce.bib is normal... i can't understand... why does not
included in ths OS???



On 6=BF=F910=C0=CF, =BF=C0=C8=C410=BD=C338=BA=D0, "Bruce Eitman [eMVP]"
<bruce.eitman.nos...@EuroTech.com.nospam> wrote:
> Why do you think thatsdbus2.dll is not included in the OS? According to
> your ce.bib, that you posted, it is included, even without your "fix". (y=
ou
> really shouldn't, and don't need to, edit the public files)
>
> So, either:
>
> 1. You aren't actually running the OS that you built
> or
> 2. You are not viewing hidden files when you look forsdbus2.dll
>
> You could run Viewbin to see ifsdbus2.dll is included:
>
> viewbin -t nk.bin


Re: include sdbus2 on ROMIMAGE by donlet

donlet
Tue Jun 10 09:12:49 PDT 2008

And ULDR that i built is included SDBUS2.dll without fix public
file...

ULDR is good working SDCARD and SDHC


On 6=BF=F911=C0=CF, =BF=C0=C0=FC1=BD=C301=BA=D0, don...@gmail.com wrote:
> HI...
>
> I think thatsdbus2.dll is not included in ths OS...
>
> 1. When SDCard or SDHC inserted, it does not working completely.
>
> 2. If sdbus.dll is exist in OS, i must see dialog box that display
> Message "Overwrite" when copied sdbus.dll using activesync
> But I can't see dialog box...
>
> And The OS that i built is good running... only does not working
> sdcard...
>
> i think that ce.bib is normal... i can't understand... why does not
> included in ths OS???
>
> On 6=BF=F910=C0=CF, =BF=C0=C8=C410=BD=C338=BA=D0, "Bruce Eitman [eMVP]"
>
>
>
> <bruce.eitman.nos...@EuroTech.com.nospam> wrote:
> > Why do you think thatsdbus2.dll is not included in the OS? According to=

> > your ce.bib, that you posted, it is included, even without your "fix". =
(you
> > really shouldn't, and don't need to, edit the public files)
>
> > So, either:
>
> > 1. You aren't actually running the OS that you built
> > or
> > 2. You are not viewing hidden files when you look forsdbus2.dll
>
> > You could run Viewbin to see ifsdbus2.dll is included:
>
> > viewbin -t nk.bin- =B5=FB=BF=C2 =C5=D8=BD=BA=C6=AE =BC=FB=B1=E2=B1=E2 -
>
> - =B5=FB=BF=C2 =C5=D8=BD=BA=C6=AE =BA=B8=B1=E2 -


Re: include sdbus2 on ROMIMAGE by Bruce

Bruce
Tue Jun 10 09:17:04 PDT 2008

You are joking right? What I don't see in this discussion is that you
actually checked to see if sdbus2.dll is in the \Windows folder. Why
would't you do that?

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

<donlet@gmail.com> wrote in message
news:dd4e1c56-9a97-482e-86e1-09da6e4d36b4@z16g2000prn.googlegroups.com...
HI...

I think that sdbus2.dll is not included in ths OS...

1. When SDCard or SDHC inserted, it does not working completely.

2. If sdbus.dll is exist in OS, i must see dialog box that display
Message "Overwrite" when copied sdbus.dll using activesync
But I can't see dialog box...

And The OS that i built is good running... only does not working
sdcard...

i think that ce.bib is normal... i can't understand... why does not
included in ths OS???



On 6¿ù10ÀÏ, ¿ÀÈÄ10½Ã38ºÐ, "Bruce Eitman [eMVP]"
<bruce.eitman.nos...@EuroTech.com.nospam> wrote:
> Why do you think thatsdbus2.dll is not included in the OS? According to
> your ce.bib, that you posted, it is included, even without your "fix".
> (you
> really shouldn't, and don't need to, edit the public files)
>
> So, either:
>
> 1. You aren't actually running the OS that you built
> or
> 2. You are not viewing hidden files when you look forsdbus2.dll
>
> You could run Viewbin to see ifsdbus2.dll is included:
>
> viewbin -t nk.bin



Re: include sdbus2 on ROMIMAGE by Bruce

Bruce
Tue Jun 10 09:18:14 PDT 2008

And did you run viewbin?

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

<donlet@gmail.com> wrote in message
news:dd4e1c56-9a97-482e-86e1-09da6e4d36b4@z16g2000prn.googlegroups.com...
HI...

I think that sdbus2.dll is not included in ths OS...

1. When SDCard or SDHC inserted, it does not working completely.

2. If sdbus.dll is exist in OS, i must see dialog box that display
Message "Overwrite" when copied sdbus.dll using activesync
But I can't see dialog box...

And The OS that i built is good running... only does not working
sdcard...

i think that ce.bib is normal... i can't understand... why does not
included in ths OS???



On 6¿ù10ÀÏ, ¿ÀÈÄ10½Ã38ºÐ, "Bruce Eitman [eMVP]"
<bruce.eitman.nos...@EuroTech.com.nospam> wrote:
> Why do you think thatsdbus2.dll is not included in the OS? According to
> your ce.bib, that you posted, it is included, even without your "fix".
> (you
> really shouldn't, and don't need to, edit the public files)
>
> So, either:
>
> 1. You aren't actually running the OS that you built
> or
> 2. You are not viewing hidden files when you look forsdbus2.dll
>
> You could run Viewbin to see ifsdbus2.dll is included:
>
> viewbin -t nk.bin



Re: include sdbus2 on ROMIMAGE by donlet

donlet
Tue Jun 10 19:45:21 PDT 2008

I found that why does not included sdbus.dll...

it's setting problem... BSP file (PLATFORM\XXX\FILES\WPC\oem.cpm.csv)
Because we are changed Package of CE_MODULES_SDBUS.

so I added CE_MODULES_SDBUS2... After Makeimg... i checked it...

And Viewbin is not working OS (Windows Mobile), I Know that WM OS is
not CEBASE...

----------------------------------------------------------------------------=
------------------------------------------------------
ViewBin... flash.bin
Image Start =3D 0x00000000, length =3D 0x02A46800
Start address =3D 0x00000000
Done.
----------------------------------------------------------------------------=
------------------------------------------------------

We can checked building Makeimage...
When makeimg, dskimage.exe executed... and we checked it...

----------------------------------------------------------------------------=
------------------------------------------------------
Module busenum.dll at offset 01fff000 data, 03ffa000 code
Module cachefilt.dll at offset 01ffe000 data, 03ff0000 code
Module certmod.dll at offset 01ffd000 data, 03fe4000 code
Module coredll.dll at offset 01ffc000 data, 03f4e000 code
Module crypt32.dll at offset 01ffa000 data, 03edc000 code
Module devmgr.dll at offset 01ff9000 data, 03ed0000 code
Module diskcache.dll at offset 01ff8000 data, 03eca000 code
Module encfilt.dll at offset 01ff7000 data, 03ebe000 code
Module fatfsd.dll at offset 01ff6000 data, 03eab000 code
Module fatutil.dll at offset 01ff5000 data, 03ea2000 code
Module fsdmgr.dll at offset 01ff4000 data, 03e8d000 code
Module fsreplxfilt.dll at offset 01ff3000 data, 03e83000 code
Module imgfs.dll at offset 01ff2000 data, 03e79000 code
Module mspart.dll at offset 01ff1000 data, 03e71000 code
Module pm.dll at offset 01ff0000 data, 03e62000 code
Module regenum.dll at offset 01fef000 data, 03e5e000 code
Module cecompr.dll at offset 01fee000 data, 03e5a000 code
Module ceddk.dll at offset 01fed000 data, 03e54000 code
Module OnDisk.dll at offset 01fec000 data, 03e42000 code

Filename DataType Start PhysSize
RealSize Comments
----------------------------------------- -------- -------- --------
-------- ----------------
nk.exe CODE 802da000 379300
379300 o32_rva=3D00001000
nk.exe CODE 80337000
10488 10488 o32_rva=3D000d3000
hd.dll CODE 8033b000
6496 6493 o32_rva=3D00001000
hd.dll CODE 8033d000
160 160 o32_rva=3D00004000
osaxst0.dll CODE 8033f000
37924 37924 o32_rva=3D00001000
osaxst0.dll CODE 80349000
728 728 o32_rva=3D0000f000
giisr.dll CODE 8034b000
1104 1102 o32_rva=3D00001000
=2E.
=2E.
=2E.
----------------------------------------------------------------------------=
-------------------------------------------------------------------

Thank you your help!!!



On 6=EC=9B=9411=EC=9D=BC, =EC=98=A4=EC=A0=841=EC=8B=9C17=EB=B6=84, "Bruce Ei=
tman [eMVP]"
<bruce.eitman.nos...@EuroTech.com.nospam> wrote:
> You are joking right? =C2=A0What I don't see in this discussion is that yo=
u
> actually checked to see if sdbus2.dll is in the \Windows folder. =C2=A0Why=

> would't you do that?
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
> My BLOGhttp://geekswithblogs.net/bruceeitman
>
> EuroTech Inc.www.EuroTech.com
>
> <don...@gmail.com> wrote in message
>
> news:dd4e1c56-9a97-482e-86e1-09da6e4d36b4@z16g2000prn.googlegroups.com...
> HI...
>
> I think that sdbus2.dll is not included in ths OS...
>
> 1. When SDCard or SDHC inserted, it does not working completely.
>
> 2. Ifsdbus.dll is exist in OS, i must see dialog box that display
> Message "Overwrite" when copiedsdbus.dll using activesync
> =C2=A0 =C2=A0But I can't see dialog box...
>
> And The OS that i built is good running... only does not working
> sdcard...
>
> i think that ce.bib is normal... i can't understand... why does not
> included in ths OS???
>
> On 6=C2=BF=C3=B910=C3=80=C3=8F, =C2=BF=C3=80=C3=88=C3=8410=C2=BD=C3=8338=
=C2=BA=C3=90, "Bruce Eitman [eMVP]"
>
>
>
> <bruce.eitman.nos...@EuroTech.com.nospam> wrote:
> > Why do you think thatsdbus2.dll is not included in the OS? =C2=A0Accordi=
ng to
> > your ce.bib, that you posted, it is included, even without your "fix".
> > (you
> > really shouldn't, and don't need to, edit the public files)
>
> > So, either:
>
> > 1. =C2=A0You aren't actually running the OS that you built
> > or
> > 2. =C2=A0You are not viewing hidden files when you look forsdbus2.dll
>
> > You could run Viewbin to see ifsdbus2.dll is included:
>
> > viewbin -t nk.bin- =EB=94=B0=EC=98=A8 =ED=85=8D=EC=8A=A4=ED=8A=B8 =EC=88=
=A8=EA=B8=B0=EA=B8=B0 -
>
> - =EB=94=B0=EC=98=A8 =ED=85=8D=EC=8A=A4=ED=8A=B8 =EB=B3=B4=EA=B8=B0 -