CORS disabled and M552 Error mini 5 sbc
-
mini 5 in sbc mode I keep getting these annoying Errors: M552: Network-related commands are not supported when using an attached Single Board Computer.
I can't find out what cors is? and im assuming because the wifi is handed off to the sbc I need to disable networking commands?
can I enter M552 S0 to disable network?; Network M550 P"Duet3" ; Set machine name M552 S1 ; Enable network
-
What is the CORS error message?
What firmware version are you using? Have you updated the pi with sudo apt update sudo apt upgrade yet?
-
@Phaedrux said in CORS disabled and M552 Error mini 5 sbc:
What is the CORS error message?
What firmware version are you using? Have you updated the pi with sudo apt update sudo apt upgrade yet?
Was hoping you could tell me what CORS is?
When I installed the full duetpi raspian downloaded and updated for about 10 minutes, would that be same as sudo apt update? I haven't done it post install. -
@Phaedrux said in CORS disabled and M552 Error mini 5 sbc:
What is the CORS error message?
What firmware version are you using? Have you updated the pi with sudo apt update sudo apt upgrade yet?
-
When in DWC go to the settings and machine specific tabs and find the firmware and DWC versions.
-
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
That's what cors is, but I'm not sure what it means in this context.
I think you can remove all network commands from the config since it's all taken care of by the SBC.
I also don't think the two things are related in this context.
-
@Phaedrux said in CORS disabled and M552 Error mini 5 sbc:
When in DWC go to the settings and machine specific tabs and find the firmware and DWC versions.
something in here?
-
It looks like you've upgraded to 3.3beta2. Were you getting any of those messages before on 3.2.2? Or whatever version you were on before?
-
@Phaedrux said in CORS disabled and M552 Error mini 5 sbc:
It looks like you've upgraded to 3.3beta2. Were you getting any of those messages before on 3.2.2? Or whatever version you were on before?
Ok so commented out the network code and both issues have gone away no more errors on reboot, CORS must ave something to do with network then??
I tried 3.22 but nothing worked oddly I have all sorts of weird errors, I went straight to 3.3b2 and 99% of the errors disappeared.
-
Can mark as solved.