Hi,
I currently have a OAK-D-CM4 where it does not have the wifi module on the Raspberry Pi Board so I was given a Wi-Fi dongle inside the box which currently does not work so i reached out to Luxonis who sent me another Wi-FI dongle which is a Tenda Model W311MI which doesn't work. I was then told I need to flash a new image to my raspberry pi following this guide here: https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/raspberrypi/#flashing-an-image-to-the-emmc
Where I have moved the header pin so the EN is being enabled and plugged in the micro USB and then the 5V power jack. And the tutorial links to this guide for setting up the USB Boot.
I am running windows 10 so I installed Cygwin and installed the packages of git, make, gcc-g++, pkg config and libusb.
I then ran the following commands:
git clone --depth=1 https://github.com/raspberrypi/usbboot
cd usbboot
make
./rpiboot
When I ran the program i get the following output:
RPIBOOT: build-date Dec 13 2023 version 20221215~105525 922f3863
Waiting for BCM2835/6/7/2711...
Loading embedded: bootcode4.bin
Loading embedded: bootcode4.bin
Loading embedded: bootcode4.bin
And the loading embedded repeats for ever.
I was wondering if anyone could helpme resolve my Wi-Fi issue so I can connect my raspberry pi to wifi.
Thanks