Now that the RW610 is released, when will Zephyr support this new wireless solution with an example project?
Solved! Go to Solution.
Hi, @dchalkey
Thanks for creating case to us.
To use Zephyr on RW610, you need to download Zephyr SDK in below link:
Then, follow below steps to import Zephyr SDK, Zephyr Repo and examples into MCUXpresso for VS Code.
choco feature enable -n allowGlobalConfirmation
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
choco install ninja gperf python311 git dtc-msys2 wget 7zip
pip3 install -U west
west init -m git@github.com:nxp-ea-7/zephyr.git -–mr rw61x_ear_v3.4.0
cd zephyr
west update
west zephyr-export
pip3 install -r %HOMEPATH%\zephyrproject\zephyr\scripts\requirements.txt
If could not find RW610, you can also select RW612 because for Wi-Fi and BLE, they are same . The only difference is RW612 supports 802.15.4. But RW610 doesn't support 802.15.4.
Hope it is helpful for you.
Please do not hesitate to mark the answer as a solution if there is no other questions or concerns on this case.
Best regards,
Christine.
Hi, @dchalkey
Thanks for creating case to us.
To use Zephyr on RW610, you need to download Zephyr SDK in below link:
Then, follow below steps to import Zephyr SDK, Zephyr Repo and examples into MCUXpresso for VS Code.
choco feature enable -n allowGlobalConfirmation
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
choco install ninja gperf python311 git dtc-msys2 wget 7zip
pip3 install -U west
west init -m git@github.com:nxp-ea-7/zephyr.git -–mr rw61x_ear_v3.4.0
cd zephyr
west update
west zephyr-export
pip3 install -r %HOMEPATH%\zephyrproject\zephyr\scripts\requirements.txt
If could not find RW610, you can also select RW612 because for Wi-Fi and BLE, they are same . The only difference is RW612 supports 802.15.4. But RW610 doesn't support 802.15.4.
Hope it is helpful for you.
Please do not hesitate to mark the answer as a solution if there is no other questions or concerns on this case.
Best regards,
Christine.
Hi, @dchalkey
Hi, @dchalkey