This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
m17:welcome [2021/10/29 18:03] nicolas [Linux Notes] |
m17:welcome [2021/11/14 21:49] (current) nicolas [Module 17] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== M17 Project Notes - 22/10/21 ====== | + | ====== |
| ==== Introduction ==== | ==== Introduction ==== | ||
| Line 181: | Line 181: | ||
| ======Notes====== | ======Notes====== | ||
| - | ====Module 17==== | ||
| - | A standalone smart microphone that transforms any 9600 baud capable transceiver into an M17 compatible radio. It is based on a STM32F4 microcontroller and is designed to run the [[https:// | ||
| - | |||
| - | https:// | ||
| Line 255: | Line 251: | ||
| < | < | ||
| lsblk -p | lsblk -p | ||
| + | # Copy SD to image file | ||
| sudo dd bs=4M if=/dev/sdb of=~/ | sudo dd bs=4M if=/dev/sdb of=~/ | ||
| sudo chown $USER: ~/ | sudo chown $USER: ~/ | ||
| - | |||
| sudo pishrink ~/ | sudo pishrink ~/ | ||
| + | # Copy image file to SD | ||
| + | # Using Raspberry imager | ||
| </ | </ | ||