<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Hi Jeff, </div><div><br></div><div>No problem, I'm happy to help.  The PowerSDR version you report apparently already has the Ozy v2.2 firmware in it, named Ozy_Janus.v22.rbf.  In this case it would seem that you simply need to make the initOzy11.bat file in that same folder look for that file instead of Ozy_Janus.v21.rbf which it is currently doing.  This is easily done by editing the initozy11.bat file to add "rem" in front of the Ozy_Janus.v21.bat entry and remove the "rem" from the Ozy_Janus.v22.rbf entry as indicated below.  Here are the existing and the modified versions of the initozy11.bat file, to be clear: </div><div><br></div><div><div>(EXISTING)</div><div><br></div><div>loadFW 0xfffe 0x0007 ozyfw-sdr1k.hex</div><div>msecsleep 3000</div><div>rem Mercury 2.9a Penelope v1.3</div><div>rem loadFPGA 0xfffe 0x0007 Ozy_Janus.v18.rbf</div><div><br></div><div>rem Mercury v2.9a Penelope v1.4</div><div>rem loadFPGA 0xfffe 0x0007 Ozy_Janus.v19.rbf</div><div><br></div><div>rem Mercury v3.0 Penelope v1.5</div><div>rem loadFPGA 0xfffe 0x0007 Ozy_Janus.v20.rbf</div><div><br></div><div>rem Mercury v3.1 Penelope v1.6</div><div>loadFPGA 0xfffe 0x0007 Ozy_Janus.v21.rbf</div><div><br></div><div>rem Mercury v3.2 Penelope v1.7</div><div>rem loadFPGA 0xfffe 0x0007 Ozy_Janus.v22.rbf</div><div><br></div></div><div><br></div><div>to read instead (MODIFIED in red)</div><div><br></div><div><div>loadFW 0xfffe 0x0007 ozyfw-sdr1k.hex</div><div>msecsleep 3000</div><div>rem Mercury 2.9a Penelope v1.3</div><div>rem loadFPGA 0xfffe 0x0007 Ozy_Janus.v18.rbf</div><div><br></div><div>rem Mercury v2.9a Penelope v1.4</div><div>rem loadFPGA 0xfffe 0x0007 Ozy_Janus.v19.rbf</div><div><br></div><div>rem Mercury v3.0 Penelope v1.5</div><div>rem loadFPGA 0xfffe 0x0007 Ozy_Janus.v20.rbf</div><div><br></div><div>rem Mercury v3.1 Penelope v1.6</div><div><font class="Apple-style-span" color="#eb1910">rem loadFPGA 0xfffe 0x0007 Ozy_Janus.v21.rbf</font></div><div><br></div><div>rem Mercury v3.2 Penelope v1.7</div><div><font class="Apple-style-span" color="#ff3923">loadFPGA 0xfffe 0x0007 Ozy_Janus.v22.rbf</font></div><div><br></div></div><div><br></div><div><br></div><div>In this case it would appear that this PowerSDR version should be perfectly happy with the v2.2 from Ozy once you make the above changes and you may not need to run the program under the "--no-firmware-version-check" option at all.  Things should be just fine (probably).   If not, we'll sort it out and get you running don't worry. </div><div><br></div><div>73,  Joe K5SO</div><div><br></div></div></body></html>