Page 1 of 1

INF chnages for PPC2003 devices?

PostPosted: Jan 10, 2004 @ 10:56am
by brendan
Hi Everyone, I've got an older INF file pre-2003 devices, and I'm wondering what changes "should" I make to it so I can specfiy 2003 devices from the cabwiz call?

i.e

cabwiz squish2004.inf /err error.txt /cpu ppc30_arm ppc2002_arm ppc30_mips

I'd like to add the ppc2003_arm thingy, but I'm not sure if I should just duplicate the stuff in the INF, or place somthing in new.

e.g


[CEDevice]
UnsupportedPlatforms = "Jupiter","HPC"
VersionMin = 3.0
VersionMax = 3.01

[CEDevice.PPC30_MIPS]
ProcessorType = 4000 ; MIPS R4000 CPU

[CEDevice.PPC30_ARM]
ProcessorType = 2577 ; StrongArm CPU
UnsupportedPlatforms = "HPC","HPC Pro","PocketPC"

[CEDevice.PPC2002_ARM]
ProcessorType = 2577 ; StrongArm CPU
UnsupportedPlatforms = "HPC","HPC Pro","Palm PC2"

BTW, if anyone has any updates on the above, I'd like to know them!

-B