Post by
w-u-2-o
» Sat Apr 08, 2017 6:02 pm
Overview:
HPSDR Programmer is generally the preferred way to upgrade/downgrade radio firmware. It is simpler and easier than HPSDR Bootloader. However, it does require the radio to have a proper IP address, either static, DHCP or APIPA, and it does require the existing firmware in the radio to be properly functional. If any of those conditions are not met, then that is the time to use HPSDR Bootloader.
There are now two different versions of HPSDR Programmer. Choose the correct version as follows:
- If Protocol 1 firmware is currently in the radio hardware, to change it to another version of Protocol 1 or Protocol 2 firmware use the Protocol 1 HPSDR Programmer.
- If Protocol 2 firmware is currently in the radio hardware, to change it to another version of Protocol 1 or Protocol 2 firmware use the Protocol 2 HPSDR Programmer.
If all of that is too confusing, then you can always use HPSDR Bootloader, it works with any combination of upgrades, downgrades, sidegrades, etc. Bootloader has its own challenges, however, including switches, jumpers, power cycles and a prohibition on managed Ethernet switches.
Firmware Download Instructions:
- Firmware should be obtained from the openHPSDR TAPR GitHub repository.
- Click on the link for the desired .rbf file (Do NOT right click and "Save as", this will cause you to get a small file that is NOT the .rbf file and this will NOT work. It is most unfortunate that GitHub allows this mistake, and worse, that Programmer or Bootloader do not verify the file and allow this mistake to propagate.)
- On the page that loads it should say "View Raw". Click the download button in the upper right of the page.
Protocol 1 HPSDR Programmer Instructions:
- If you have more than one network interface card (NIC) in your PC (including Wi-Fi), set your network metrics manually per the guidance here: http://www.w1aex.com/anan/ana.html#metric
- Download and install the Protocol 1 HPSDR Programmer.
- Power up radio.
- Run HPSDR Programmer.
- Click "Discover". HPSDR Programmer should discover the radio.
At this point you can use the Programmer to change the IP or program the firmware. To program the firmware follow steps 6 through 8. Otherwise just program the IP and then skip to step 9. - Click "Browse" in the Programmer section. Select the rbf file you want. If you get an error message you may need to rename the rbf file to "metis.rbf" because of some old code in the programmer.
- Click "Program" in the Programmer section. Wait for it to complete.
- HPSDR Programmer will attempt to re-discover the radio. Often times it will fail in the first attempt because the time-out setting is just a little bit short. Just click "Discover" again and it should find it.
- Quit HPSDR Programmer and enjoy your new firmware.
Protocol 2 HPSDR Programmer Instructions:
Note: although there is a Linux build of this programmer these instructions are specific to the Windows build.
2. Unzip the folder. There is no formal installer.
3. Open a Windows command prompt ("DOS") window.
4. Navigate to the folder you unzipped and run HPSDRProgrammer_web.exe (it is recommended you do this from a command prompt window so that you can watch for any error messages and because it gives you certain instructions).
5. Open a web browser and browse to "http://localhost:8228/intro/".
Steps 3-5 are a bit of pain. You can automate this by making a .bat file as follows (adjust the location of the executable file to taste):
cd C:\Program Files (x86)\OpenHPSDR\HPSDRProgrammer_web_v0.2.7_windows
start "" "HPSDRProgrammer_web.exe"
start "" http://localhost:8228/intro/
6. Click "Select Interface", then select the interface you think the radio is on. As of this posting if you guess wrong it is quite possible the programmer will crash. If so, start over at step 5.
7. If there is a radio to be found it will be on the "Select HPSDR" list. Select it and click "Select".
8. Click "Program" then click "Choose File", then choose the firmware file you want to load.
9. Click "Upload", then click "Program". The erasure phase will take a little over 30 seconds. No feedback will be seen in the command window. The programming phase will take about 7 seconds, you should see feedback in the command window.
10. Click "Quit", then click "Quit" again.
11. Enjoy your new firmware.
HPSDR Bootloader Instructions:
1. Do not use a managed (layer 2 or layer 3) switch. The MAC that the radio uses in bootloader mode is illegal and managed switches will not forward packets. Use a direct connection or a dumb switch.
2. If you have more than one network interface card (NIC) in your PC (including Wi-Fi), set your network metrics manually per the guidance here:
3. Download and install WinPCAP (Bootloader requires it, you will have to restart after install. Do NOT use "Win10PCAP", Bootloader will not work properly with it).
5. Power off radio.
6. Place jumper on board or flip bootloader switch to bootloader position, depending on the radio.
7. Power up radio.
8. Run Bootloader.
9. Click "Test for Bootloader". Bootloader should discover the radio.
At this point you can use the Bootloader to change the IP or program the firmware. To program the firmware follow steps 10 and 11. Otherwise just program the IP and then skip to step 12.
10. Click "Browse" in the Board Programmer section. Select the rbf file you want. If you get an error message you may need to rename the rbf file to "metis.rbf" because of some old code in the programmer.
11. Click "Program" in the Board Programmer section. Wait for it to complete.
12. Quit Bootloader.
13. Power off radio.
14. Remove jumper or flip bootloader switch back to normal position, depending on the radio.
15. Power up the radio and enjoy!