RfidResearchGroup / ChameleonUltra

The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards.
https://chameleonultra.com
GNU General Public License v3.0
922 stars 153 forks source link

Failed, [sdfu] [json.exception.type_error.302] type must be string, but is null #53

Closed grymoire closed 1 year ago

grymoire commented 1 year ago

I'm getting the following error when I try to load new firmware.

 ./flash-dfu-full.sh 
[00:00:00] ------   0% [id:9] Failed, [sdfu] [json.exception.type_error.302] type must be string, but is null
Error: One or more program tasks failed

When I built the firmware, this was the report build.txt

fmauNeko commented 1 year ago

Had the same issue, solved it by installing https://github.com/NordicSemiconductor/nrf-udev.

grymoire commented 1 year ago

That was it. Thanks!

doegox commented 1 year ago

now documented