Re: RomImage
From: Bruce Eitman \(eMVP\) (beitmannospam_at_NOSPAM_applieddata.NOSPAM_net)
Date: 02/25/05
- Next message: Mo: "Re: PXA255 Suspend/Resume"
- Previous message: Zhongwei Wang: "Re: RomImage"
- In reply to: Greg White: "Re: RomImage"
- Next in thread: Greg White: "Re: RomImage"
- Reply: Greg White: "Re: RomImage"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 14:06:41 -0500
Try doing it this way:
root:Directory("My Documents")
Directory("\My Documents"):-Directory("Assets")
Directory("\My Documents\Assets"):-Directory("English")
Directory("\My Documents\Assets\English"):-Directory("Animated")
Directory("\My
Documents\Assets\English\Animated"):-File("ANIM_RESCUE_TEXT.bmp","\Windows\A
NIM_RESCUE_TEXT.bmp")
Directory("\My
Documents\Assets\English\Animated"):-File("ANIM_THERAPY_TEXT.bmp","\Windows\
ANIM_THERAPY_TEXT.bmp")
Directory("\My
Documents\Assets\English\Animated"):-File("V142A_ANIMATED_TEXT1.bmp","\Windo
ws\V142A_ANIMATED_TEXT1.bmp")
PB Help actually has a page that discusses this, and there are plenty of
examples in the code.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"Greg White" <gwhite@ixcel.com> wrote in message
news:Oqrz5h2GFHA.324@TK2MSFTNGP10.phx.gbl...
> Thanks,
> Here they are
>
> project.bib excerpt
> -------------------------------
> FILES
> ; Name Path Memory
> Type
>
-------------- --------------------------------------------- -----------
>
> ANIM_RESCUE_TEXT.bmp M:\Assets\English\Animated\ANIM_RESCUE_TEXT.bmp
> NK S
> ANIM_THERAPY_TEXT.bmp M:\Assets\English\Animated\ANIM_THERAPY_TEXT.bmp
> NK S
> V142A_ANIMATED_TEXT1.bmp
> M:\Assets\English\Animated\V142A_ANIMATED_TEXT1.bmp NK S
> -----------------------------------------------------------------------
> project.dat excerpt
> -----------------------------------
> root:Directory("My Documents")
> Directory("\My
> Documents\Assets\English\Animated"):-File("ANIM_RESCUE_TEXT.bmp","\My
> Documents\Assets\English\Animated"
> Directory("\My
> Documents\Assets\English\Animated"):-File("ANIM_THERAPY_TEXT.bmp","\My
> Documents\Assets\English\Animated"
> Directory("\My
> Documents\Assets\English\Animated"):-File("V142A_ANIMATED_TEXT1.bmp","\My
> Documents\Assets\English\Animated
> --------------------------------------------------------------------------
-----------------------------
>
> "Bruce Eitman (eMVP)" <beitmannospam@NOSPAM_applieddata.NOSPAM_net> wrote
in
> message news:uWZblG2GFHA.2524@TK2MSFTNGP15.phx.gbl...
> > Show us your modifications.
> >
> > Is the file in the \Windows folder? That would at least mean that your
> > bib
> > file is correct. Since ViewBin shows that it is in the image, it should
> > be
> > in \Windows at a minimum.
> >
> > --
> > Bruce Eitman (eMVP)
> > Senior Engineer
> > beitman AT applieddata DOT net
> >
> > Applied Data Systems
> > www.applieddata.net
> > An ISO 9001:2000 Registered Company
> > Microsoft WEP Gold-level Member
> >
> >
> > "Greg White" <gwhite@ixcel.com> wrote in message
> > news:%23KDXO%231GFHA.2428@TK2MSFTNGP10.phx.gbl...
> >> Hello,
> >> I have a project that includes the Emulator x86 BSP. I've modified
the
> >> platform.bib file to add some files to the image(i.e some .bmp files).
> > I've
> >> modified platform.dat to direct where I want the files to go i.e (\My
> >> Documents). I've sucessfully built the image.When I run viewbin on the
> >> resulting NK.BIN file, the output shows that the added files are
included
> > in
> >> the ROM image.However, when I download and run the image in the
Emulator
> >> window, the added .bmp files do not show up in the \MyDocuments
> >> directory.
> >> They are not hidden files, so that's not the issue.
> >> Any help appreciated,
> >> Greg White
> >>
> >>
> >>
> >>
> >
> >
>
>
- Next message: Mo: "Re: PXA255 Suspend/Resume"
- Previous message: Zhongwei Wang: "Re: RomImage"
- In reply to: Greg White: "Re: RomImage"
- Next in thread: Greg White: "Re: RomImage"
- Reply: Greg White: "Re: RomImage"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|