SparkFun Forums 

Where electronics enthusiasts find answers.

Tips and questions relating to the GPS modules from SFE
By arylin
#23413
What's firmware version in EM-406 that are sold by SparkFun?
Mine is like 3.1.0 and I hear that WAAS is only available
in 3.1.1 and since I could not find any firmware
updates for sirf-III I thought to buy a new unit.
By gussy
#23415
Does anyone know if you can update the firmware on these modules?
By arylin
#23427
Yes, you can, for example using gpsflash (part of gpsd project).
The problem is that for some reason firmware binaries aren't
publicly available. SiRF (the company) playing some games, I guess.
By gussy
#23431
hrm... i wonder if you can read the firmware back off the device, doubt it.
By arylin
#23514
I suppose it's technically possible.

SiRF binary protocol - Flash Update - Message ID 148
"This command allows the user to command the receiver to go into internal boot mode without setting the boot switch. Internal boot mode allows the user to re-flash the embedded code in the receiver."

From what I can see in sirfflash.c in gpsd,
boot mode allows to upload a program (firmware loader in this case),
which can do whatever - take and flash new firmware or
dump existing one.