Working on upgrading a Voron with a duet 3 mini WIFI(has a 1LC board as well) to version 3.4.5. Upgraded to the latest version and now I can't upload GCODE to the printer. It's starts out at 400ish KB/s then immediately jumps down to 10B/s which will eventually fail.
Looking over the forums I thought it might be a SD card issue. I purchased an additional SANDISK 8gig SD card. Formatted it to 64kb unit size FAT 32 per the guidance of dc42 on a few of the posts.
I have looked through everything related the to WIFI side of the problem and I'm not seeing an issue.
Here is the output of M122:
M122
=== Diagnostics ===
RepRapFirmware for Duet 3 Mini 5+ version 3.4.5 (2022-11-30 19:41:16) running on Duet 3 Mini5plus WiFi (standalone mode)
Board ID: Z5KV7-9096U-D65J0-40KM8-KM03Z-RSJ95
Used output buffers: 1 of 40 (13 max)
=== RTOS ===
Static ram: 103652
Dynamic ram: 110532 of which 0 recycled
Never used RAM 24672, free system stack 190 words
Tasks: NETWORK(notifyWait,26.2%,225) HEAT(notifyWait,0.0%,342) Move(notifyWait,0.0%,363) CanReceiv(notifyWait,0.0%,774) CanSender(notifyWait,0.0%,336) CanClock(delaying,0.0%,339) TMC(notifyWait,1.2%,106) MAIN(running,71.7%,425) IDLE(ready,0.0%,30) AIN(delaying,0.8%,263), total 100.0%
Owned mutexes:
=== Platform ===
Last reset 00:27:57 ago, cause: software
Last software reset at 2023-05-27 09:46, reason: User, GCodes spinning, available RAM 24600, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00000000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Aux0 errors 0,0,0
MCU revision 3, ADC conversions started 1677821, completed 1677821, timed out 0, errs 0
Step timer max interval 1474
MCU temperature: min 38.8, current 38.9, max 40.1
Supply voltage: min 23.7, current 23.8, max 23.9, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 99/2, heap memory allocated/used/recyclable 2048/66/42, gc cycles 0
Events: 0 queued, 0 completed
Driver 0: standstill, SG min 2, read errors 0, write errors 1, ifcnt 29, reads 21421, writes 12, timeouts 0, DMA errors 0, CC errors 0
Driver 1: standstill, SG min 2, read errors 0, write errors 1, ifcnt 29, reads 21421, writes 12, timeouts 0, DMA errors 0, CC errors 0
Driver 2: standstill, SG min 2, read errors 0, write errors 1, ifcnt 29, reads 21421, writes 12, timeouts 0, DMA errors 0, CC errors 0
Driver 3: standstill, SG min 2, read errors 0, write errors 1, ifcnt 29, reads 21420, writes 12, timeouts 0, DMA errors 0, CC errors 0
Driver 4: standstill, SG min 0, read errors 0, write errors 1, ifcnt 19, reads 21424, writes 9, timeouts 0, DMA errors 0, CC errors 0
Driver 5: standstill, SG min 0, read errors 0, write errors 1, ifcnt 29, reads 21421, writes 12, timeouts 0, DMA errors 0, CC errors 0
Driver 6: standstill, SG min 0, read errors 0, write errors 1, ifcnt 29, reads 21421, writes 12, timeouts 0, DMA errors 0, CC errors 0
Date/time: 2023-05-27 10:14:00
Cache data hit count 3016532539
Slowest loop: 14.23ms; fastest: 0.13ms
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 22.5MBytes/sec
SD card longest read time 2.1ms, write time 12.8ms, max retries 0
=== Move ===
DMs created 83, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
Heater 1 is on, I-accum = 0.0
=== 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
SBC is idle in state(s) 0
Daemon is idle in state(s) 0
Aux2 is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty
=== CAN ===
Messages queued 15122, received 33568, lost 0, boc 0
Longest wait 2ms for reply type 6026, peak Tx sync delay 165, free buffers 18 (min 17), ts 8389/8388/0
Tx timeouts 0,0,0,0,0,0
=== Network ===
Slowest loop: 15.40ms; fastest: 0.00ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0)
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.27
WiFi MAC address f0:08:d1:02:ed:fe
WiFi Vcc 3.39, reset reason Power up
WiFi flash size 2097152, free heap 26448
WiFi IP address 10.150.10.40
WiFi signal strength -52dBm, mode 802.11n, reconnections 0, sleep mode modem
Clock register 00002002
Socket states: 0 0 0 0 0 0 0 0
I am not sure what else to try.