Changes between Version 34 and Version 35 of newport/firmware
- Timestamp:
- 02/14/2023 09:00:13 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/firmware
v34 v35 375 375 {{{#!bash 376 376 DEVICE=/dev/sdc # set to the microSD on your host 377 sudo dd if=firmware-newport.img of=$DEVICE 377 sudo dd if=firmware-newport.img of=$DEVICE bs=4M oflag=sync 378 378 }}} 379 379 - '''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'''