Cannot Flash Anything Besides Tinker

I’ve been trying for several hours, but I cannot flash anything to my proton board besides tinker.
I’ve attempted on the Web IDE and it gives me

’ Device is likely offline, has poor RF Signal, or is running debug firmware which does not support OTA. Please rule these potential issues out and try again.’

I tried over USB but it gives me

‘Error writing firmware: Transfer cancelled’

I read through some threads and tried updating my board, but that gives me this when my light is flashing blue

‘particle update[24324]: c:\ws\src\node_api.cc:1087: Assertion `(func) != nullptr’ failed.
1: 00007FF7392F363F napi_wrap+128063
2: 00007FF739292836 v8::base::CPU::has_sse+35142
3: 00007FF739292B53 v8::base::CPU::has_sse+35939
4: 00007FF7392B74E5 napi_release_threadsafe_function+181
5: 00007FFB9C27CFF4
6: 00007FFB9C280EA1
7: 00007FFB9C280BF8
8: 00007FF7392CC893 node::Stop+72595
9: 00007FF739A5DBE0 v8::internal::Builtins::builtin_handle+323456
10: 00007FF739A5D127 v8::internal::Builtins::builtin_handle+320711
11: 00007FF739A5D468 v8::internal::Builtins::builtin_handle+321544
12: 00007FF739A5D26E v8::internal::Builtins::builtin_handle+321038
13: 00007FF739EF4EDD v8::internal::SetupIsolateDelegate::SetupHeap+546893
14: 00007FF739E79D8C v8::internal::SetupIsolateDelegate::SetupHeap+42748
15: 00007FF739E79D8C v8::internal::SetupIsolateDelegate::SetupHeap+42748
16: 00007FF739EC7F56 v8::internal::SetupIsolateDelegate::SetupHeap+362694
17: 00007FF739E75443 v8::internal::SetupIsolateDelegate::SetupHeap+23987
18: 00007FF739F595C0 v8::internal::SetupIsolateDelegate::SetupHeap+958256
19: 00007FF739E79D8C v8::internal::SetupIsolateDelegate::SetupHeap+42748
20: 00007FF739E79D8C v8::internal::SetupIsolateDelegate::SetupHeap+42748
21: 00007FF739E730BC v8::internal::SetupIsolateDelegate::SetupHeap+14892
22: 00007FF739EC9392 v8::internal::SetupIsolateDelegate::SetupHeap+367874
23: 00007FF739E96F2D v8::internal::SetupIsolateDelegate::SetupHeap+161949
24: 00007FF739E771AC v8::internal::SetupIsolateDelegate::SetupHeap+31516
25: 00007FF7399B7CC0 v8::internal::Execution::CallWasm+1536
26: 00007FF7399B7DB3 v8::internal::Execution::CallWasm+1779
27: 00007FF7399B8192 v8::internal::Execution::TryCall+354
28: 00007FF73999A1A5 v8::internal::MicrotaskQueue::RunMicrotasks+501
29: 00007FF739A5DBE0 v8::internal::Builtins::builtin_handle+323456
30: 00007FF739A5D127 v8::internal::Builtins::builtin_handle+320711
31: 00007FF739A5D468 v8::internal::Builtins::builtin_handle+321544
32: 00007FF739A5D26E v8::internal::Builtins::builtin_handle+321038
33: 00007FF739EF4EDD v8::internal::SetupIsolateDelegate::SetupHeap+546893
34: 00007FF739E79D8C v8::internal::SetupIsolateDelegate::SetupHeap+42748
35: 00007FF739E772C1 v8::internal::SetupIsolateDelegate::SetupHeap+31793
36: 00007FF739E76EAC v8::internal::SetupIsolateDelegate::SetupHeap+30748
37: 00007FF7399B7C33 v8::internal::Execution::CallWasm+1395
38: 00007FF7399B75B6 v8::internal::Execution::Call+182
39: 00007FF739A8862D v8::Function::Call+605
40: 00007FF73930F982 node::CallbackScope::~CallbackScope+770
41: 00007FF73930FC44 node::CallbackScope::~CallbackScope+1476
42: 00007FF739308D33 v8::internal::interpreter::BytecodeNode::operand_scale+179
43: 00007FF739207030 v8::internal::Debug::break_frame_id+43664
44: 00007FF73932C6FE uv_process_kill+302
45: 00007FF73933C809 uv_loop_init+1257
46: 00007FF73933C9A4 uv_run+244
47: 00007FF73925AD43 v8::internal::Scope::locals+31043
48: 00007FF7392BA3D3 node::Start+275
49: 00007FF7391667AC RC4_options+339628
50: 00007FF739FABE08 v8::internal::SetupIsolateDelegate::SetupHeap+1296248
51: 00007FFBFC6026BD BaseThreadInitThunk+29
52: 00007FFBFE2ADFB8 RtlUserThreadStart+40’

And this in DFU

‘Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
No DFU capable USB device available’

I am also unable to get the version of the os the board is running. When I run particle identify I am given

‘Your device id is 400034000947343337373738
Unable to determine system firmware version’

Nevermind, i just had to rip the os off with dfu utility and then put on 0.7.0

Hi, if you wanted to flash any other version of Device OS you can always use this fantastic tool:

Device Restore

Cheers, and welcome to the community!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.