Changes between Version 11 and Version 12 of howto/SD_Config/Windows


Ignore:
Timestamp:
Mar 30, 2015, 4:57:05 PM (9 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/SD_Config/Windows

    v11 v12  
    122122win-dd bs=512 seek=<N> if=<yourFile.bin> od=\\.\<sd_drive_letter>: --progress
    123123}}}
    124   1. {{{<N>}}}: depends on the target slot number; use (131072 + slotNum*32768). More details [wiki:..#Copying.binFilesSDCards here].
    125   1. {{{<yourFile.bin>}}}: the binary FPGA configuration file
    126   1. {{{<sd_drive_letter>}}}: Drive letter for the SD card as mounted by Windows
     124  * {{{<N>}}}: depends on the target slot number; use (131072 + slotNum*32768). More details [wiki:..#Copying.binFilesSDCards here].
     125  * {{{<yourFile.bin>}}}: the binary FPGA configuration file
     126  * {{{<sd_drive_letter>}}}: Drive letter for the SD card as mounted by Windows
    127127
    128128'''IMPORTANT''': Note the output argument is '''{{{od}}}''' ('''o'''utput '''d'''isk), not {{{of}}}, as is common with {{{dd}}} in other operating systems
     
    133133}}}
    134134
    135  1. If successful, dd should report the following:
     135If successful, dd should report the following:
    136136{{{
    13713718032+1 records in
    13813818032+1 records out
    139139}}}
    140  1. win-dd may report "Error reading file: 87 The parameter is incorrect". In our experience this is normal and not an actual error.
    141  1. Repeat for additional .bin config files in additional slots, if needed.
    142  1. Eject the SD card.
     140win-dd may report "Error reading file: 87 The parameter is incorrect". In our experience this is normal and not an actual error.
    143141