ervanalb / lux

Light control protocol
6 stars 2 forks source link

Flashing via bootloader is finnicky #19

Open zbanks opened 8 years ago

zbanks commented 8 years ago

The commands to write to the FLASH are really finnicky.

luxflash.py retries each page write 3 times, and has a bunch of sleep()'s, which usually allows the write to succeed. But it's kind of weird.

What's up? Maybe I'm missing some flags or something...

ervanalb commented 8 years ago

This mirrors my observations

zbanks commented 6 years ago

This is better now, I think?