3.4 - Beta7 zip upload always fails on altcp_tls_mbedtls_mem.c
-
Hey All! Happy new year!!!
I started to update to the beta7 of the new firmware today, but as I upload the zip file to the firmware folder, everytime it gets to
altcp_tls_mbedtls_mem.c
, the upload fails with 'network error'.File location is at:
sys/firmware/RepRapFirmware-3.4.0beta7/src/Networking/LwipEthernet/Lwip/src/apps/altcp_tls/altcp_tls_mbedtls_mem.c
I checked the Github issues and didn't see anything, so thought I would post here. Anyone else notice this and get passed it?
Here's the hardware deets just in case:
Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.3 (2021-06-15)
Duet WiFi Server Version: 1.26And a M122
M122 === Diagnostics === RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later Board ID: 0JD0M-9P6B2-NJ4S8-6J1F4-3SN6S-9U4AJ Used output buffers: 3 of 24 (24 max) === RTOS === Static ram: 23876 Dynamic ram: 75848 of which 0 recycled Never used RAM 11836, free system stack 132 words Tasks: NETWORK(notifyWait,14.9%,231) HEAT(delaying,0.0%,314) Move(notifyWait,0.1%,313) MAIN(running,83.6%,461) IDLE(ready,1.4%,29), total 100.0% Owned mutexes: WiFi(NETWORK) === Platform === Last reset 00:23:18 ago, cause: power up Last software reset at 2021-10-30 07:04, reason: User, GCodes spinning, available RAM 11836, slot 0 Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a Error status: 0x0c Aux0 errors 0,0,0 Step timer max interval 0 MCU temperature: min 27.9, current 39.5, max 40.2 Supply voltage: min 23.7, current 24.1, max 24.5, under voltage events: 0, over voltage events: 0, power good: yes Heap OK, handles allocated/used 99/14, heap memory allocated/used/recyclable 2048/198/0, gc cycles 0 Driver 0: position 18160, standstill, SG min/max 0/226 Driver 1: position 15000, standstill, SG min/max 41/436 Driver 2: position 44000, standstill, SG min/max 0/810 Driver 3: position 0, standstill, SG min/max not available Driver 4: position 0, standstill, SG min/max not available Driver 5: position 0 Driver 6: position 0 Driver 7: position 0 Driver 8: position 0 Driver 9: position 0 Driver 10: position 0 Driver 11: position 0 Date/time: 2022-01-09 13:14:54 Cache data hit count 4294967295 Slowest loop: 156.35ms; fastest: 0.17ms I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0 === Storage === Free file entries: 10 SD card 0 detected, interface speed: 20.0MBytes/sec SD card longest read time 5.3ms, write time 9.8ms, max retries 0 === Move === DMs created 83, maxWait 598731ms, bed compensation in use: none, comp offset 0.000 === MainDDARing === Scheduled moves 12, completed moves 12, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 3], CDDA state -1 === AuxDDARing === Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === Heat === Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1 Heater 0 is on, I-accum = 0.3 Heater 1 is on, I-accum = 0.4 === GCodes === Segments left: 0 Movement lock held by null HTTP is idle in state(s) 0 Telnet is idle in state(s) 0 File is idle in state(s) 0 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger is idle in state(s) 0 Queue is idle in state(s) 0 LCD is idle in state(s) 0 Daemon is idle in state(s) 0 Autopause is idle in state(s) 0 Code queue is empty. === Filament sensors === Extruder 0 sensor: ok === Network === Slowest loop: 157.67ms; fastest: 0.00ms Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions HTTP sessions: 1 of 8 - WiFi - Network state is active WiFi module is connected to access point Failed messages: pending 0, notready 0, noresp 0 WiFi firmware version 1.26 WiFi MAC address e0:98:06:22:67:28 WiFi Vcc 3.39, reset reason Turned on by main processor WiFi flash size 4194304, free heap 26408 WiFi IP address 192.168.1.28 WiFi signal strength -54dBm, mode 802.11n, reconnections 0, sleep mode modem Clock register 00002002 Socket states: 4 0 0 0 0 0 0 0
-
@infidelprops why are uploading a zip file? It should be a bin file
-
@infidelprops
Wrong file, by the look of it!
That appears to be a firmware source file, rather than the file with the built / compiled programs.
-
@infidelprops only ‘release’ versions of firmware are bundled in a zip for easy installation. ‘Beta’ and ‘RC’ versions are installed by downloading and installing the compiled binary for your board, in this case from https://github.com/Duet3D/RepRapFirmware/releases/tag/3.4.0beta7
Ian
-
I'm an idiot.... thanks for the response!
-