Hello
I'm a .NET developer now getting my hands in the embedded world so I'm a total beginner.
I'm using the nRF51 DK and I'm trying to flash my board using the Makefile example in the blinky project.
I' doing that in bash (Debian 9) on Windows 10 (WSL)
I installed nrfjprog and JLink
As well as gcc-arm-none-eabi and updated my Makefile.posix consequently
The make command builds the project as expected but make flash returns an error
I guess I have to link the COM port in Windows to the Serial Port in Linux so I followed Microsoft's blog post
But when I execute cu I just get a black shell, same with the screen command and same with Putty under Windows. I'm not sure what kind of behavior I should expect from the board.
I tried to run cu then open a new terminal and try to simply run the command nrfjprog --reset -f nrf51 but same result.
I've read many posts on this forum or blog posts which helped me quite a lot but at this point I'm stuck.
I don't know how to make Bash recognize my board connected over USB.
I really would like to get this working, or alternative, is it possible to execute the Makefile directly under Windows? (I tried Cygwin but the build failed with a weird error)
Thanks a lot