|
|
Trying to create a platform for AMD SC520 board
Please Help!!!!!
I have an AMD SC520 Single Board computer with an Intel 82559 Ethernet
controller, 4 serial ports and an IDE port. I am trying to build a headless
system with Windows CE 5.0.
My understanding is that the SC520 is very similar to a 586, so it should be
compatible with the included drivers. The board manufacturer did not provide
a BSP. There doesn't seem to be any BSPs on the Microsoft Embedded site
either.
I started with a general Headless CEPC outline I have used before. My
initial headless load was spitting out a message on COM1. I have since
rebuilt the image and the message no longer appears???? I have no idea why.
I also tried to build a basic CEPC with video, mouse and keyboard thinking
that maybe I can poke around and see what is wrong. The catalog items for
that build are shown below. This build just brings me to a black screen as
well.
I need to get this running as soon as possible!!!!
The catalog items are:
Applications
Help
Terminal Emulator
Word Pad
Apllications and Services
C Libraries and Runtimes
all
Component Services
minimal com
XML
MSXML 3.0
XML Minimal Parser
Communication Services
Networking - Local Area Network
Wired Local Area Network
Networking Features
NDIS User-mode I/o
Network Driver Architecture
Network Utilities
TCP/IP
Winsock Support
Servers
Core server support
FTP Server
Telnet Server
Webserver
File Systems and Data Store
Compression
Database Support
Hive Based Registry
RAM and ROM File System
Storage Manager
CD/UDFS
FAT File System
Partition Driver
System Password
Graphics
Gradient Fill Support
International
National Language Support
Internet Client Services
Internet Explorer 6.0 for Windows CE
Pocket Internet Explorer
Security
Cryptography Services
Shell and User Interface
Graphics
Minimal GDI
Minimal GWES
Minimal Input
Minimal Windows Manager Config
Shell
AYGSHell API
Command Shell
Command Processor
Console Window
User Interface
Common Controls
Common Control
Common Dialog Support
Control Panel Applets
Mouse
Network User Interface
Device Drivers
Display
VGA Linear Framebuffer
Input Devices
8042 Keyboard Mouse
PC Card
TI PC CArd
PCI BUS
Serial
COM 16550
COM CARD
Storage Devices
Storage Devices
E100ce.dll was added manually to the registry and the .BIB file
|
|
0
|
|
|
|
Reply
|
Utf
|
7/1/2010 8:07:58 PM |
|
You really need the debug output to find out what is going wrong.
It's best to start with one of the reference designs. Once the os is
running, you can add and remove components to furfill your needs.
I would try an image without hive based registry first. The hive based
registry can be a source of problems when it's not properly configured.
Another issue can be the comport settings in the platform bios setup. If you
are connected to the wrong connector you obiously won't see debug output.
Bios legacy usb support is also a source of problems. Make sure you disable
it and use a ps/2 mouse and keyboard to start with.
What method are you using to launch the os? Loadcepc or the biosloader?
"knk53" <knk53@discussions.microsoft.com> wrote in message
news:38FFE0E9-24F9-476F-B62E-BBF5A69ACFE1@microsoft.com...
>
> Please Help!!!!!
>
> I have an AMD SC520 Single Board computer with an Intel 82559 Ethernet
> controller, 4 serial ports and an IDE port. I am trying to build a
> headless
> system with Windows CE 5.0.
> My understanding is that the SC520 is very similar to a 586, so it should
> be
> compatible with the included drivers. The board manufacturer did not
> provide
> a BSP. There doesn't seem to be any BSPs on the Microsoft Embedded site
> either.
>
> I started with a general Headless CEPC outline I have used before. My
> initial headless load was spitting out a message on COM1. I have since
> rebuilt the image and the message no longer appears???? I have no idea
> why.
>
>
> I also tried to build a basic CEPC with video, mouse and keyboard thinking
> that maybe I can poke around and see what is wrong. The catalog items for
> that build are shown below. This build just brings me to a black screen
> as
> well.
>
> I need to get this running as soon as possible!!!!
>
> The catalog items are:
>
> Applications
> Help
> Terminal Emulator
> Word Pad
>
> Apllications and Services
> C Libraries and Runtimes
> all
>
> Component Services
> minimal com
> XML
> MSXML 3.0
> XML Minimal Parser
>
> Communication Services
> Networking - Local Area Network
> Wired Local Area Network
> Networking Features
>
> NDIS User-mode I/o
> Network Driver Architecture
> Network Utilities
> TCP/IP
> Winsock Support
>
> Servers
> Core server support
> FTP Server
> Telnet Server
> Webserver
>
> File Systems and Data Store
> Compression
> Database Support
> Hive Based Registry
> RAM and ROM File System
> Storage Manager
> CD/UDFS
> FAT File System
> Partition Driver
> System Password
> Graphics
> Gradient Fill Support
> International
> National Language Support
> Internet Client Services
> Internet Explorer 6.0 for Windows CE
> Pocket Internet Explorer
> Security
> Cryptography Services
> Shell and User Interface
> Graphics
> Minimal GDI
> Minimal GWES
> Minimal Input
> Minimal Windows Manager Config
> Shell
> AYGSHell API
> Command Shell
> Command Processor
> Console Window
> User Interface
> Common Controls
> Common Control
> Common Dialog Support
> Control Panel Applets
> Mouse
> Network User Interface
>
> Device Drivers
> Display
> VGA Linear Framebuffer
> Input Devices
> 8042 Keyboard Mouse
> PC Card
> TI PC CArd
> PCI BUS
>
> Serial
> COM 16550
> COM CARD
>
> Storage Devices
> Storage Devices
>
>
> E100ce.dll was added manually to the registry and the .BIB file
>
>
|
|
0
|
|
|
|
Reply
|
obcd
|
7/2/2010 11:00:15 AM
|
|
I am trying to use LOADCEPC. I was able to find an old Windows 3.0 support
kit for an AMD sc520. They completely redid the bootloader. I may have to
try a different board at this point.
Ken
"obcd" wrote:
> You really need the debug output to find out what is going wrong.
> It's best to start with one of the reference designs. Once the os is
> running, you can add and remove components to furfill your needs.
>
> I would try an image without hive based registry first. The hive based
> registry can be a source of problems when it's not properly configured.
>
> Another issue can be the comport settings in the platform bios setup. If you
> are connected to the wrong connector you obiously won't see debug output.
>
> Bios legacy usb support is also a source of problems. Make sure you disable
> it and use a ps/2 mouse and keyboard to start with.
>
> What method are you using to launch the os? Loadcepc or the biosloader?
>
>
> "knk53" <knk53@discussions.microsoft.com> wrote in message
> news:38FFE0E9-24F9-476F-B62E-BBF5A69ACFE1@microsoft.com...
> >
> > Please Help!!!!!
> >
> > I have an AMD SC520 Single Board computer with an Intel 82559 Ethernet
> > controller, 4 serial ports and an IDE port. I am trying to build a
> > headless
> > system with Windows CE 5.0.
> > My understanding is that the SC520 is very similar to a 586, so it should
> > be
> > compatible with the included drivers. The board manufacturer did not
> > provide
> > a BSP. There doesn't seem to be any BSPs on the Microsoft Embedded site
> > either.
> >
> > I started with a general Headless CEPC outline I have used before. My
> > initial headless load was spitting out a message on COM1. I have since
> > rebuilt the image and the message no longer appears???? I have no idea
> > why.
> >
> >
> > I also tried to build a basic CEPC with video, mouse and keyboard thinking
> > that maybe I can poke around and see what is wrong. The catalog items for
> > that build are shown below. This build just brings me to a black screen
> > as
> > well.
> >
> > I need to get this running as soon as possible!!!!
> >
> > The catalog items are:
> >
> > Applications
> > Help
> > Terminal Emulator
> > Word Pad
> >
> > Apllications and Services
> > C Libraries and Runtimes
> > all
> >
> > Component Services
> > minimal com
> > XML
> > MSXML 3.0
> > XML Minimal Parser
> >
> > Communication Services
> > Networking - Local Area Network
> > Wired Local Area Network
> > Networking Features
> >
> > NDIS User-mode I/o
> > Network Driver Architecture
> > Network Utilities
> > TCP/IP
> > Winsock Support
> >
> > Servers
> > Core server support
> > FTP Server
> > Telnet Server
> > Webserver
> >
> > File Systems and Data Store
> > Compression
> > Database Support
> > Hive Based Registry
> > RAM and ROM File System
> > Storage Manager
> > CD/UDFS
> > FAT File System
> > Partition Driver
> > System Password
> > Graphics
> > Gradient Fill Support
> > International
> > National Language Support
> > Internet Client Services
> > Internet Explorer 6.0 for Windows CE
> > Pocket Internet Explorer
> > Security
> > Cryptography Services
> > Shell and User Interface
> > Graphics
> > Minimal GDI
> > Minimal GWES
> > Minimal Input
> > Minimal Windows Manager Config
> > Shell
> > AYGSHell API
> > Command Shell
> > Command Processor
> > Console Window
> > User Interface
> > Common Controls
> > Common Control
> > Common Dialog Support
> > Control Panel Applets
> > Mouse
> > Network User Interface
> >
> > Device Drivers
> > Display
> > VGA Linear Framebuffer
> > Input Devices
> > 8042 Keyboard Mouse
> > PC Card
> > TI PC CArd
> > PCI BUS
> >
> > Serial
> > COM 16550
> > COM CARD
> >
> > Storage Devices
> > Storage Devices
> >
> >
> > E100ce.dll was added manually to the registry and the .BIB file
> >
> >
>
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
7/2/2010 12:38:38 PM
|
|
If you are in a hurry to get things running, you better find a board with a
bsp for windows ce so that you can concentrate on the application
development. If you still have a large amount of those boards in stock, it's
another story.
"knk53" <knk53@discussions.microsoft.com> wrote in message
news:D94AB050-5FEC-409F-9DEB-2ABB0B55D869@microsoft.com...
>I am trying to use LOADCEPC. I was able to find an old Windows 3.0
>support
> kit for an AMD sc520. They completely redid the bootloader. I may have
> to
> try a different board at this point.
>
> Ken
>
> "obcd" wrote:
>
>> You really need the debug output to find out what is going wrong.
>> It's best to start with one of the reference designs. Once the os is
>> running, you can add and remove components to furfill your needs.
>>
>> I would try an image without hive based registry first. The hive based
>> registry can be a source of problems when it's not properly configured.
>>
>> Another issue can be the comport settings in the platform bios setup. If
>> you
>> are connected to the wrong connector you obiously won't see debug output.
>>
>> Bios legacy usb support is also a source of problems. Make sure you
>> disable
>> it and use a ps/2 mouse and keyboard to start with.
>>
>> What method are you using to launch the os? Loadcepc or the biosloader?
>>
>>
>> "knk53" <knk53@discussions.microsoft.com> wrote in message
>> news:38FFE0E9-24F9-476F-B62E-BBF5A69ACFE1@microsoft.com...
>> >
>> > Please Help!!!!!
>> >
>> > I have an AMD SC520 Single Board computer with an Intel 82559 Ethernet
>> > controller, 4 serial ports and an IDE port. I am trying to build a
>> > headless
>> > system with Windows CE 5.0.
>> > My understanding is that the SC520 is very similar to a 586, so it
>> > should
>> > be
>> > compatible with the included drivers. The board manufacturer did not
>> > provide
>> > a BSP. There doesn't seem to be any BSPs on the Microsoft Embedded
>> > site
>> > either.
>> >
>> > I started with a general Headless CEPC outline I have used before. My
>> > initial headless load was spitting out a message on COM1. I have
>> > since
>> > rebuilt the image and the message no longer appears???? I have no idea
>> > why.
>> >
>> >
>> > I also tried to build a basic CEPC with video, mouse and keyboard
>> > thinking
>> > that maybe I can poke around and see what is wrong. The catalog items
>> > for
>> > that build are shown below. This build just brings me to a black
>> > screen
>> > as
>> > well.
>> >
>> > I need to get this running as soon as possible!!!!
>> >
>> > The catalog items are:
>> >
>> > Applications
>> > Help
>> > Terminal Emulator
>> > Word Pad
>> >
>> > Apllications and Services
>> > C Libraries and Runtimes
>> > all
>> >
>> > Component Services
>> > minimal com
>> > XML
>> > MSXML 3.0
>> > XML Minimal Parser
>> >
>> > Communication Services
>> > Networking - Local Area Network
>> > Wired Local Area Network
>> > Networking Features
>> >
>> > NDIS User-mode I/o
>> > Network Driver Architecture
>> > Network Utilities
>> > TCP/IP
>> > Winsock Support
>> >
>> > Servers
>> > Core server support
>> > FTP Server
>> > Telnet Server
>> > Webserver
>> >
>> > File Systems and Data Store
>> > Compression
>> > Database Support
>> > Hive Based Registry
>> > RAM and ROM File System
>> > Storage Manager
>> > CD/UDFS
>> > FAT File System
>> > Partition Driver
>> > System Password
>> > Graphics
>> > Gradient Fill Support
>> > International
>> > National Language Support
>> > Internet Client Services
>> > Internet Explorer 6.0 for Windows CE
>> > Pocket Internet Explorer
>> > Security
>> > Cryptography Services
>> > Shell and User Interface
>> > Graphics
>> > Minimal GDI
>> > Minimal GWES
>> > Minimal Input
>> > Minimal Windows Manager Config
>> > Shell
>> > AYGSHell API
>> > Command Shell
>> > Command Processor
>> > Console Window
>> > User Interface
>> > Common Controls
>> > Common Control
>> > Common Dialog Support
>> > Control Panel Applets
>> > Mouse
>> > Network User Interface
>> >
>> > Device Drivers
>> > Display
>> > VGA Linear Framebuffer
>> > Input Devices
>> > 8042 Keyboard Mouse
>> > PC Card
>> > TI PC CArd
>> > PCI BUS
>> >
>> > Serial
>> > COM 16550
>> > COM CARD
>> >
>> > Storage Devices
>> > Storage Devices
>> >
>> >
>> > E100ce.dll was added manually to the registry and the .BIB file
>> >
>> >
>>
>>
>> .
>>
|
|
0
|
|
|
|
Reply
|
obcd
|
7/2/2010 3:31:35 PM
|
|
|
3 Replies
443 Views
(page loaded in 0.083 seconds)
Similiar Articles: Trying to create a platform for AMD SC520 board - microsoft.public ...Please Help!!!!! I have an AMD SC520 Single Board computer with an Intel 82559 Ethernet controller, 4 serial ports and an IDE port. I am trying... microsoft.public.windowsce.platbuilderTrying to create a platform for AMD SC520 board Utf 3 259 Please Help!!!!! I have an AMD SC520 Single Board computer with an Intel 82559 Ethernet controller, 4 serial ... How to speed up WinCE 6.00 boot - microsoft.public.windowsce ...In the latter case you may try to create a small partition ... > > When the Nand Flash file system is empty, the board ... WinCE 6.00 and platform.bib - microsoft.public.windowsce ... strange problem with CryptProtectData and CryptUnprotectData width ...>> >> I create a little program to test those routines and all seems to work= >> well. ... >> But when I restart the board, the ... > I have added in my platform.reg > [HKEY ... win ce 6.0 Boot Loader Size??? - microsoft.public.windowsce ...In the latter case you may try to create a small partition to store ... sample boot loader for use with Microsoft Windows CE Platform Builder 3.0. ... board starts at 0 and ... debugging a WinCE application over the ethernet - microsoft.public ...> >> Remove non platform ... serial ports and an IDE port. I am trying to build a ... Hi I am trying to deploy and debug a WinCE 5.0 application to an ARM PXA255 board over ... AR6001 Driver - microsoft.public.windowsce.platbuilderIF they are working I would try with a debug build and check what is ... to work over SDIO on a at91sam9260 dev board and was ... ... to compile the AR6001 driver for ARM platform. I ... Windows Embedded CE 6.0 - Intel 82551ER - fails to load when ...I am trying to use Windows Embedded CE 6.0 on Advantech PCM-3375 board (x86 platform). ... possible that I have previously used "Build and ... SM Bus Controller has no driver - microsoft.public.windowsxp ...While I can try and map backwards from MS-7184 to many ... > > http://cgi.ebay.com/MSI-MS-7184-Amethyst-M-Board-HP ... download section, select: > > Mainboard > AMD Platform ... Ethernet driver not working when using KITL - microsoft.public ...Target board: x86 (based on Vortex SoC ... to a new 2008 R2 server, I can no longer create reservation ! When I try ... BSP/Drivers; Build and Compilers; Debugging ... Trying to create a platform for AMD SC520 board - microsoft.public ...Please Help!!!!! I have an AMD SC520 Single Board computer with an Intel 82559 Ethernet controller, 4 serial ports and an IDE port. I am trying... Controller Kit - MAKE: technology on your timeA controller kit that’s fully programmable, and a great platform for shared code ... Otherwise, the MAKE Application board allows users to interface directly to relevant ... Building an Olympic weightlifting platform for a home gym by ...... foot by eight foot section in the middle—conveniently, you can drop another sheet of plywood into this valley, to make the entire platform level and free from gaps. Try ... AMD Embedded Solutions that are scalable, x86- based, low-power ...Find RDKs, development boards and other resources for ... AMD Embedded G-series platform ... Advanced Micro Devices, Inc. Terms and Conditions Build a Platform Bed - DIY Lifeyou can use the same idea and make some thing ... By using just a board you are actually ... Its really cool and i would like to try it to build my new 7/24/2012 4:49:46 PM
|
|
|
|
|
|
|
|
|