Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


qrp_labs_qcx_firmware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
qrp_labs_qcx_firmware [2019/10/12 13:02] adminqrp_labs_qcx_firmware [2019/10/12 13:05] – [programming] admin
Line 2: Line 2:
  
 2019-10-12 - Using a Raspberry Pi board as AVR programmer to update the QRP Labs QCX transceiver's firmware. The power draw from the QCX to the RPi seemed a bit too much, so I did not use the RPi 5v output. 2019-10-12 - Using a Raspberry Pi board as AVR programmer to update the QRP Labs QCX transceiver's firmware. The power draw from the QCX to the RPi seemed a bit too much, so I did not use the RPi 5v output.
 +
 +{{::img_2158.jpg?nolink&600|}}
  
 {{::img_2155.jpg?nolink&600|}} {{::img_2155.jpg?nolink&600|}}
Line 57: Line 59:
 </code> </code>
  
-====programming====+====Programming====
   * Check connection:<code>sudo avrdude -p atmega328 -c linuxspi -P /dev/spidev0.0 -v -b19200</code>   * Check connection:<code>sudo avrdude -p atmega328 -c linuxspi -P /dev/spidev0.0 -v -b19200</code>
   * Program latest firmware:<code>sudo avrdude -p atmega328 -c linuxspi -P /dev/spidev0.0 -v -b19200 -U flash:w:T1.00g.hex</code>   * Program latest firmware:<code>sudo avrdude -p atmega328 -c linuxspi -P /dev/spidev0.0 -v -b19200 -U flash:w:T1.00g.hex</code>
Line 64: Line 66:
  
  
-{{tag>[hardware qrp labs qcx avr avrdude]}}+{{tag>[hardware qrp labs qcx avr avrdude]}
qrp_labs_qcx_firmware.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1