howto:update
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howto:update [2015/08/13 21:47] – [Tasks] tesaguy | howto:update [2022/10/26 20:06] (current) – schneider | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to update the firmware ====== | ====== How to update the firmware ====== | ||
- | This howto explains how to update the firmware running on your rad1o. | + | This howto explains how to update the firmware running on your rad1o from a binary release. |
The rad1o firmware consists of these main parts: | The rad1o firmware consists of these main parts: | ||
Line 8: | Line 8: | ||
* Applications (camp, hackrf, testapp, …) | * Applications (camp, hackrf, testapp, …) | ||
* l0dables (snake, schedule, …) | * l0dables (snake, schedule, …) | ||
- | * Other files (configuration | + | * Other files (configuration, |
See [[firmware: | See [[firmware: | ||
- | <note tip> | + | Alternatively, you can [[howto: |
===== Requirements ===== | ===== Requirements ===== | ||
Line 24: | Line 24: | ||
* turn off the rad1o | * turn off the rad1o | ||
- | * connect the rad1o with the USB cable to the computer | + | * connect the rad1o (rad1o port A) with a micro-USB cable to the computer |
- | * push and hold '' | + | * push and hold the joystick |
- | * unpack | + | * [[firmware: |
- | + | * unpack it and copy all the contained files to the mounted device, overwriting | |
cd / | cd / | ||
- | tar -xzvf ~/ | + | tar -xzv --strip 1 -f ~/ |
sync | sync | ||
- | (The paths will probably be different on your system) | + | (The paths will probably be different on your system; For example, the mount point in Debian/ |
+ | |||
+ | (The tar has the firmware files in a subdir, hence the '' | ||
+ | |||
+ | (OS X users: If you unpack and copy via the Finder a lot of resource fork files will be generated, so tar is preferred.) | ||
* wait until the left bottom LED stops flashing | * wait until the left bottom LED stops flashing | ||
* unmount the device | * unmount the device | ||
- | * turn your rad1o off and on again. | + | * turn your rad1o off and on again. |
===== Result ===== | ===== Result ===== | ||
- | * your rad1o should now run the most recently released firmware. You can check the release version of your firmware in the " | + | Your rad1o should now run the most recently released firmware. You can check the release version of your firmware in the " |
+ | |||
+ | ===== Flash Firmware for recovery ===== | ||
+ | |||
+ | Checkout Git F1rmware Repo | ||
+ | |||
+ | cd / | ||
+ | |||
+ | Get all components: | ||
+ | make gather | ||
+ | |||
+ | Make MSC Update | ||
+ | make UDISK=sdX msc | ||
+ | |||
+ | or Make Full Update | ||
+ | make UPATH=sdX flash | ||
+ |
howto/update.1439502458.txt.gz · Last modified: by tesaguy