Hello, I am currently implementing a Matter thermostat using the RT1060 EVK.
I have been setting up the development environment for a few weeks.
My development environment is Windows 11 with VirtualBox installed, running Ubuntu 22.04.
After that, I set up the development environment with VS Code and have successfully built the thermostat example.
However, I am unsure about how to port it to the board.
The EVK board has an LPC4322 with OpenSDA as the default.
Downloading via the debug button in VS Code does not work.
I would like to ask how I should proceed.
Thank you.
已解决! 转到解答。
Hi,
I suggest you use the native method (EVK board connected to Windows or Ubuntu on PC). I don't recommend this method you mentioned because I can't be sure if there is a problem between Ubuntu-VM-Windows.
You built the SDK on the ubuntu which was installed in VirtualBox running on the Windows, the hardware rt1060-evk is connected to the Windows, you want to flash the firmware into the evk board from the ubuntu, is it correct for my understanding?
Yes, that's correct.
In Ubuntu on VirtualBox, the EVK board can be recognized by mounting it via USB, and CMSIS-DAP is recognized in VSCode.
However, I'm contacting you because the download does not proceed afterward.
Thank you.
Hi,
I suggest you use the native method (EVK board connected to Windows or Ubuntu on PC). I don't recommend this method you mentioned because I can't be sure if there is a problem between Ubuntu-VM-Windows.