Not sure if this is relevant but with latest distros in WSL, you also need to install gcc and make packages (and their automatic dependencies) otherwise the compiling fails - see complete steps below.
I don't think we need specific instructions for WSL, I'm sure people can figure out how to install gcc / make on platforms they aren't already present.
Describe the bug
Not sure if this is relevant but with latest distros in WSL, you also need to install
gcc
andmake
packages (and their automatic dependencies) otherwise the compiling fails - see complete steps below.Steps to reproduce the behaviour
Ubuntu/Debian
Install Ubuntu/Debian on WSL and start:
Change to user directory and update packages:
Install required modules (
gcc
andmake
are needed):Clone repository and compile:
Start USB boot script:
Device(s)
Other
Compute Module IO board.
No response
RPIBOOT logs
No response
Kernel logs
No response
Device UART logs
No response