-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot flashing and Provisioning the Device #597
Comments
thanks for reporting, the documentation is not correct there anymore, please use |
@daringer Another problem is that when I run the command make -C utils/lpc55-builder provision-release. It runs and flash my device but end with error Device not found 42b2. It is searching for the device 42dd. How to reflash now if device is not supporting 42bb? |
@FahadAaly Please share the commit you used and the full output of |
I had clone the git repository. I had installed all the packages.
I run the command "make -C runners/embedded build-nk3xn" for compilation and it is successfull.
After compilation I reset the device using "make -C utils/lpc55-builder reset". There are no errors at this stage.
When I run lpc55 ls it shows Bootloader { vid: 1FC9, pid: 0021, uuid: 10B76569862E185887007917C6B9A195 }
so my device is still in bootloader mode.
However, I am going to flash the device using the command "make -C utils/lpc55-builder provision-develop" but it gives me the error
I have no idea what this error is about.
The text was updated successfully, but these errors were encountered: