How to Configure Hard Disk Drives on a CEPC (Windows Embedded CE 6.0)
1/5/2010
When you design your Windows Embedded CE–based platform, determine whether you need to add a hard disk drive to your CEPC. Hard disk drives, which contain hard disks, are a form of removable persistent storage media. With persistent storage media, you can access data after you restart your CEPC.
Hardware and Software Assumptions
- You are familiar with how to add a hard disk drive to a desktop computer.
- You have selected one supported Integrated Drive Electronics (IDE) hard disk drive, with power supply and ribbon cable.
- You are configuring your single hard disk drive as the primary master device on the CEPC.
- You have a built a run-time image and have downloaded it to your CEPC.
Steps
Step | Topic |
---|---|
1. Add your Integrated Device Electronics (IDE) hard disk drive to the CEPC by connecting a power supply and a ribbon cable to the hard disk drive, and configure the jumper settings.
|
|
2. After your CEPC starts, view the BIOS routines.
|
Not applicable |
3. In Platform Builder, open the solution that contains the OS design. Then, add a driver for the hard disk drive.
|
|
4. Add the Storage Manager Control Panel Applet.
|
|
5. For verification purposes, add an application that can create a text file.
|
|
6. Rebuild the run-time image. You must rebuild the run-time image because you have added a driver, file system, and application. |
|
7. In the Output window, on the Output tab, verify that the build contains no errors. |
|
8. Choose a download service appropriate for the connection hardware. The download service will download a run-time image to the CEPC. |
|
9. Set up and configure the connection hardware required for the download service. That hardware connects the CEPC to the development workstation, on which Platform Builder is installed. Examples of connection hardware include cables, a hub, or Ethernet network adapters. |
|
10. If you selected Serial Download Service in step 8, configure the HyperTerminal terminal emulation application to display the serial debug output from the serial port on the CEPC. This requires a null-modem cable connected to the serial port, such as COM1. |
|
11. Turn on the CEPC so that it becomes active on the Ethernet network or over the serial connection, and Platform Builder can discover it. |
Not applicable |
12. Configure the connection to the CEPC. Choose the appropriate topic based on whether the development workstation and the CEPC are connected by an Ethernet network or a serial port connection. |
|
13. Download the run-time image to the CEPC through the configured connection. |
|
14. On the CEPC, dismount the hard disk, format the hard disk, and set up a partition. |
|
15. Set up a test file and save it to the hard disk. |
|
16. Reboot the CEPC, download your run-time image again, and then verify that the test file exists on the hard disk. After downloading the run-time image, on the CEPC, navigate to the Hard Disk directory, and verify that your test file is in the directory. |
See Also
Concepts
Other Resources
Block Driver Development Concepts
ATAPI Slave Devices
Partition Driver
Partition Manager
Storage Management