mercenaruss / zigbee-stick-v4

Zigbee Stick based on RF-BM-2652P1/P2 Module from RF-STAR,with CC2652P on board
https://zig-star.com
Other
85 stars 29 forks source link

How to flash Zigstar Shield using python #14

Closed hacor closed 2 years ago

hacor commented 2 years ago

Hello!

Forgive me this newbie question, but I was wondering if you could guide me in how to flash the Z2M firmware onto my Zigstar shield. I will be using the z-stack firmware as suggested on the Zigstar Shield page.

I was wondering on how to enable the programming mode. Because with the USB stick it is clear you need to push the BSL button when plugging it in, but not sure how to get there with the shield. I was hoping to be able to program the device using the python cc2538-bsl.py script from the raspberry pi itself without the need of an external programmer. Perhaps I was to optimistic :-)

Warm regards

Hacor

mercenaruss commented 2 years ago

@hacor Hi,this is possible to do. A little work arounf is required. Give some time to check and revert.

mercenaruss commented 2 years ago

I dig in this:

  1. Shield can be programmed using cc2538-bsl.py
  2. You need to press RST and BSL simultaneously and release RST in the same time holding BSL then runn script for update.

You are done!

hacor commented 2 years ago

@mercenaruss Fantastic! Thank you. Closing this issue