openthread / wpantund

Wireless Network Interface Daemon for Low-Power Wireless SoCs
Apache License 2.0
174 stars 110 forks source link

Upgrade and Downgrade procedure #469

Closed JaneFromSilabs closed 4 years ago

JaneFromSilabs commented 4 years ago

Is your feature request related to a problem? Please describe. I need to use an older RCP build, so I am attempting to downgrade to an older version of the OTBR right now and having trouble doing so. Here are the steps I am taking:

git checkout <commit hash> (I am using 591cfebbe1a337f84bc2549505e2fc42886ab4a6)
git submodule update --recursive --init
sudo ./script/update

After a reboot, I cannot talk to the RCP so I suspect I am either not doing this correctly or perhaps downgrade is not supported and I need to reflash the raspi.

Describe the solution you'd like Is there documentation on how to go about this? Additionally, is there documentation of the supported update process? I just want to make sure I'm doing this correctly. For updating, I would expect the same process (checkout, update submodules, update script). Is that sequence the best practice?

abtink commented 4 years ago

@JaneFromSilabs is your question related to wpantund project? We don't have a ./script/update in wpantund.

JaneFromSilabs commented 4 years ago

I apologize. I've placed this in the wrong repo by mistake.

abtink commented 4 years ago

No worries :)