URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [disk/] [tools/] [README] - Rev 274
Go to most recent revision | Compare with Previous | Blame | View Log
Tools
-----
mkdisk: make an empty disk image file
Usage: mkdisk <file name> <n>[M]
<n>: decimal number of sectors
if 'M' appended: megabytes instead of sectors
(sector size is always 512 bytes)
mkmboot: make a master boot block
There is no executable file made by this tool.
mkpart: make partitions on a disk
Usage: mkpart <disk image file> <configuration file>
shpart: show partitions on a disk
Usage: shpart <disk image file>
wrpart: write a binary image to a partition on a disk
Usage: wrpart <disk image file> <partition number> <partition image file>
Go to most recent revision | Compare with Previous | Blame | View Log