Giter VIP home page Giter VIP logo

Comments (2)

caizelin avatar caizelin commented on June 18, 2024

@verjus We are testing v19.7.3 and will post a tutorial if it's ready. Currently the used update tool is under windows machine, but a python script will be available soon. Just follow this issue and I will notify you. Thanks.

from pitaya-go.

verjus avatar verjus commented on June 18, 2024

Answering my own questions.... May be useful to others.

I was able to update the firmware on Linux using the following steps:

  1. nrfjprog -f nrf52 --program serial_bridge_usb_pitaya_go_v1.0.0_mbr.hex --sectorerase
  2. nrfjprog -f nrf52 --reset
  3. Find the serial port using dmesg (e.g. ttyACM2: USB ACM device)
  4. git clone https://github.com/Microchip-MPLAB-Harmony/wireless_wifi.git
  5. cd wireless_wifi/utilities/wifi/winc/tools/
  6. chmod +x winc_programmer_uart
  7. chmod +x image_tool
  8. cd ../../../
  9. ln -s wifi/winc/tools/ .
  10. cd wifi/winc/
  11. ./winc_flash_tool.sh -p /dev/ttyACM2 -d WINC1500 -v 19.7.6 -e -x -i prog -w
  12. Done!

This seems to work for me, but proceed at your own risks. I take no responsibility for bricked devices!

Full instructions can be found here

from pitaya-go.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.