Changes between Version 3 and Version 4 of howto/SD_Config/Windows


Ignore:
Timestamp:
Aug 25, 2012, 9:39:34 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/SD_Config/Windows

    v3 v4  
    9595 1. Run this command, replacing the last three arguments with the correct values:
    9696{{{
    97 win-dd bs=512 seek=<N> if=<yourFile.bin> of=</dev/diskX> --progress
     97win-dd bs=512 seek=<N> if=<yourFile.bin> of=<SD_device> --progress
    9898}}}
    9999  1. ''<N>'': depends on the target slot number; use (131072 + slotNum*32768). More details [wiki:..#Copying.binFilesSDCards here].
    100100  1. ''<yourFile.bin>'': the binary FPGA configuration file
    101   1. ''\\?\Device\HarddiskX\Partition0'': device descriptor for the SD card
     101  1. ''<SD_device>'': SD device descriptor, usually in the format of {{{\\?\Device\HarddiskX\Partition0}}}. See instructions above.
    102102 1. If successful, dd should report the following (the time/throughput values will differ):
    103103{{{