Jehudi Maes
Jehudi Maes
Hi @Wurstnase, thanks for the reply. Serial 0 is connected to USB and is used also used for flash updates. I would like to connect the melzi board to a...
Hi @Wurstnase and @Traumflug, I have been able to change the serial port from 0 to 1 by making changes in serial-avr.c. Thanks for the provided help.
Hi @Wurstnase, I have no problem with sharing. I wouldn't put it in the github tree because it might be confusing for others. [serial-avr.zip](https://github.com/Traumflug/Teacup_Firmware/files/2510818/serial-avr.zip)
My personal preference would also be to fix it to a lower value of about 80. To allow easy tabbing to add a continuation marker at the end of a...
@rodrigobrochado, could it be that ot adds items to storage that are never deleted ? If that is the case many garbage collections will be triggered resulting in slow behavior...
@brian-level, this problem should be highly reduced by enabling the nvs cache. This can be done using the config option: `CONFIG_NVS_LOOKUP_CACHE`.
@nvlsianpu, @de-nordic, looking at this differently you could say that the backup slot is one sector down from the upgrade slot. Then you can keep the upgrade slot the same...
@d3zd3z, should the slide be supported for a revert ? I would say that a revert does not have to copy the "bad" image. The wear balancing distortion created is...
@nvlsianpu, regarding the reverted image being the proper image: is it a good idea to keep retrying updating ? How do you distinguish between a bad image (that should not...
@d3zd3z, Hi this is a nice proposal but maybe there is a way to better support devices with large write block sizes. Suppose that instead of updating the progress status,...