Second build sold out. Message will appear here when store is ready for third build ordering.

How to get updated to KiwiSDR V1.557?

I noticed quite a number of online KiwiSDRs have already updated to the latest version 1.557, but when I attempted updating on the User Interface, the build process reported " already up to date " which is V1.556. What could be done to get updated to the latest version manually, using Debian command lines? Thanks!

Comments

  • Hi, you can try use update script

    sudo su
    cdp
    ./up
    

    or via git command ...

  • CONSOLE: open connection
    root@kiwisdr:~/Beagle_SDR_GPS# cdp
    root@kiwisdr:~/Beagle_SDR_GPS# ./up
    No! Don't do from a console connection. Will strand the Beagle.
    Instead do: m git; mc; m; mi; (restart button)
    

    Got this response.

  • edited August 2022

    Use Putty (or preferred SSH client) for connect to KiwiSDR via SSH, don't use web console!

  • These Debian projected commands appear to have worked for updating and I am now on KiwiSDR V1.557.

  • If you use SSH connection you can reinstall KiwiSDR with this commands:

    sudo su
    cdp && mst && cd
    mv Beagle_SDR_GPS B.BAD
    gclone Beagle_SDR_GPS
    cdp
    make clean && make && make install
    ku
    

    then delete old filder files

    cd && rm -rf B.BAD
    
Sign In or Register to comment.