Changes between Version 11 and Version 12 of howto/SD_Config


Ignore:
Timestamp:
Apr 23, 2014, 11:39:24 AM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/SD_Config

    v11 v12  
    8181dd bs=512 seek=<base_block_addr> if=<config_file.bin> of=<sd_device_descriptor>
    8282}}}
    83  * bs: Block size, always 512 for SD cards
    84  * if: Input file (your .bin file)
    85  * of: Device descriptor for SD card (OS specific; see below)
    86  * seek: Staring address for the output file, in units of block size. Use (131072 + slotNum*32768) for standard WARP v3 config design:
     83Variables to replace:
     84 * {{{<sd_device_descriptor>}}}: Input file (your .bin file)
     85 * {{{<config_file.bin>}}}: Device descriptor for SD card (OS specific; see below)
     86 * {{{<base_block_addr>}}}: Staring address for the output file, in units of block size. Use (131072 + slotNum*32768) for standard WARP v3 config design:
    8787  * Slot 0: 131072
    8888  * Slot 1: 163840