Hello everyone,
I've been using the FlasherX library to program my Teensy 4.1 boards. I have two Teensy 4.1 boards, one used (Set A) and one newly purchased (Set B). I encountered an issue with inconsistent flash buffer sizes between the two boards when uploading the same FlasherX code.
However, when I upload the same code to the newly purchased Teensy 4.1 (Set B), the message is different:
Questions:
I've been using the FlasherX library to program my Teensy 4.1 boards. I have two Teensy 4.1 boards, one used (Set A) and one newly purchased (Set B). I encountered an issue with inconsistent flash buffer sizes between the two boards when uploading the same FlasherX code.
- Teensy 4.1 (Set A) was connected to WiFi and sending data to MQTT for nearly a few days.
- Teensy 4.1 (Set B) is newly purchased and has no prior usage.
- Lib link : - https://github.com/joepasquariello/FlasherX
WARNING: this can ruin your device!
target = fw_teensy41 (8192K flash in 4K sectors)
FlasherX v2.3 - Jun 17 2024 12:48:59
WARNING: this can ruin your device!
Board Model: Teensy 4.1
created buffer = 128K FLASH (607DC000 - 607FC000)
However, when I upload the same code to the newly purchased Teensy 4.1 (Set B), the message is different:
WARNING: this can ruin your device!
target = fw_teensy41 (8192K flash in 4K sectors)
FlasherX v2.3 - Jun 17 2024 12:48:59
WARNING: this can ruin your device!
Board Model: Teensy 4.1
created buffer = 8040K FLASH (60022000 - 607FC000)
Questions:
- Why is there a discrepancy between the flash buffer sizes on the two boards?
- How can this issue be resolved to ensure consistent flash buffer sizes?