I updated the bands on my X6100 running R1CBU to follow the US band plan/privileges:
- Clone source: https://github.com/strijar/x6100_gui
- Update
sql/bands_ham.csv
to break bands by plan and privileges for US - Update
sql/params.sql
to not importband_params.csv
, but to instead build it from thebands
table - Rebuild the db:
sqlite3 params.db < params.sql
- Copy the new
params.db
to theDATA
partition of the SD card
Rebuilding the database loses all your settings on the radio, so you have to put those back, but I can now see where the general privileges start and end on each band.
[Read More]