You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any known technical limitations that prevent RaspberryDebugger running properly on Compute Module 4? As far as I know the hardware itself should be pretty much the same as Raspberry Pi 4.
If I run the RaspberryDebugger against my CM4 I get an error that the model is not support (the model string on my CM4 is "Raspberry Pi Compute Module 4 Rev 1.0"). When I add this model to the DebugHelper.InitializeConnectionAsync and build the extension on my own it seems to work fine (as far as I can tell). So maybe it's safe to add CM4 to supported devices?
The text was updated successfully, but these errors were encountered:
Are there any known technical limitations that prevent RaspberryDebugger running properly on Compute Module 4? As far as I know the hardware itself should be pretty much the same as Raspberry Pi 4.
If I run the RaspberryDebugger against my CM4 I get an error that the model is not support (the model string on my CM4 is "Raspberry Pi Compute Module 4 Rev 1.0"). When I add this model to the DebugHelper.InitializeConnectionAsync and build the extension on my own it seems to work fine (as far as I can tell). So maybe it's safe to add CM4 to supported devices?
The text was updated successfully, but these errors were encountered: