Posts by Pierre

    Hi Fabian !


    I take a screen of the popup in attachement.

    My J-link software version is V7.80c.

    I already launch the script today, i will power off the setup during my break, i try to send you the log file when popup occur after that !

    So, there is no settings options in AppData ini files to disable software update check ?


    Thank you for giving me your time :)

    Pierre.

    Hello,

    I use a JlinkExe command line script to help our no firmware developper to flash our STM32WB55 board (BLE stack, option bytes and our binaries).
    At the first execution of the day, the popup "software update" is showing and block the script. We must close manually this popup.

    A would have your recommendation to disable the software update check when the JlinkExe is lunched.

    I joined my powershell script :

    Code
    & $JLinkExe -device $Device -if swd -speed 24000 -CommandFile "$ScriptDir\$CommandFile" > $LogFile

    I already use the "exec SuppressInfoUpdateFW" script command with no effect, but, i think, it's not a firmware update but really the J-link software update.


    Thanks for your help, :)

    Pierre.