Changes between Version 34 and Version 35 of newport/firmware


Ignore:
Timestamp:
02/14/2023 09:00:13 PM (18 months ago)
Author:
Tim Harvey
Comment:

added 'bs=4M oflag=sync' to dd example to help speed transfer up and use synchronized io

Legend:

Unmodified
Added
Removed
Modified
  • newport/firmware

    v34 v35  
    375375{{{#!bash
    376376DEVICE=/dev/sdc # set to the microSD on your host
    377 sudo dd if=firmware-newport.img of=$DEVICE
     377sudo dd if=firmware-newport.img of=$DEVICE bs=4M oflag=sync
    378378}}}
    379379  - '''Be careful to set the DEVICE above to the device the microSD appears as on your Linux host - you do not want to overwrite part of your hosts filesystem'''