tessel / attiny-common

A common library for Tessel's ATTiny based modules
2 stars 0 forks source link

T2 Bug: Firmware Update results in invalid CRC #5

Open johnnyman727 opened 8 years ago

johnnyman727 commented 8 years ago

T2 firmware updates often end with "Error: Invalid response from CRC check" but the firmware appears to have been flashed correctly.

You'll have to workaround this issue to test it.

From the ambient module, run t2 run debug/update.js to repro.

Not urgent because it seems to be working anyway.

johnnyman727 commented 8 years ago

This should be fixed with a combination of c11274f and tessel/t2-firmware#209.

Should be closed once tessel/t2-firmware#209 is merged and a new firmware build is released.