Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
boards:ecb:diskio-v3:start [2019/04/14 07:59] b1ackmai1er [SBC V2] |
boards:ecb:diskio-v3:start [2020/02/07 21:33] (current) b1ackmai1er [SBC V2] |
||
---|---|---|---|
Line 374: | Line 374: | ||
__IDE Support:__ | __IDE Support:__ | ||
- | The DISK IO V3 board implements the IDE interface via PPIDE. | + | The DISK IO V3 board implements the IDE interface via PPIDE. |
+ | |||
+ | To enable IDE support and set the number of interfaces available, update | ||
+ | |||
+ | SBC_std_cust.asm | ||
< | < | ||
PPIDEENABLE | PPIDEENABLE | ||
- | PPIDEMODE | + | PPIDECNT |
</ | </ | ||
- | Make sure that IDEENABLE is set back to false: | + | Further customization of ports and IDE modes done by adding and changing these definitions in your customer configuration file. |
+ | |||
+ | < | ||
+ | PPIDE0BASE | ||
+ | PPIDE0A8BIT | ||
+ | PPIDE0B8BIT | ||
+ | PPIDE1BASE | ||
+ | PPIDE1A8BIT | ||
+ | PPIDE1B8BIT | ||
+ | PPIDE2BASE | ||
+ | PPIDE2A8BIT | ||
+ | PPIDE2B8BIT | ||
+ | </ | ||
+ | |||
+ | Make sure that IDEENABLE is set back to false unless you have another device with has a true IDE interface: | ||
< | < | ||
Line 399: | Line 417: | ||
- I – command: wipe the old partition table. | - I – command: wipe the old partition table. | ||
- R - Reserve 8 slices (disks) | - R - Reserve 8 slices (disks) | ||
- | - G - Set geometry for SDCard, C:H:S -- sectors per head (track) = 16, C:H:S -- tracks (heads) per cylinder = 16 | + | - G - Set geometry for SDCard, C:H:S – sectors per head (track) = 16, C:H:S – tracks (heads) per cylinder = 16 |
- | - N - New partition: number = 1, start cyclinder = default (520), | + | - N - New partition: number = 1, start cyclinder = default (520), Ending Cylinder = 8193 |
- T - Partition number = 1, Type = 06 | - T - Partition number = 1, Type = 06 | ||
- W - Write partition information to SDCard | - W - Write partition information to SDCard | ||
- Format partition 1 in a windows/ | - Format partition 1 in a windows/ | ||
- Format slices (disks) using CLRDIR.COM | - Format slices (disks) using CLRDIR.COM | ||
+ | |||
+ | {{https:// | ||