Okay, really useful. At this point I arrived in this folder … I find myself an .xml file of the FW version. At this point what should I do? It doesn’t look like a downloadable file
Are you using python2 instead of python3
All information is on the website : Github Legato
repo init -u ssh://git@github.com/legatoproject/manifest -m products/wp76xx/releases/Release16.xml -g default,-cache; repo sync
you can try with :
.repo/repo/repo init -u ssh://git@github.com/legatoproject/manifest -m products/wp76xx/releases/Release16.xml -g default,-cache; repo sync
you forget a repo it’s .repo/repo/repo
and you need python3
the strange thing is that I installed python 3 but I see always python2…
cd /usr/bin
sudo rm python
sudo ln -s python3.6 python