Yes, your jetbot SD card will come pre-flashed. However, we will be re-flashing it with a blank jetson-nano image.
When you first get the Sparkfun jetbot kit the pre-flashed SD card image carries a version of the Edimax 7611's drivers. However, this driver is actual trash and while your jetson nano will always say that it's "connected" in reality you will never get any internet.
To fix this:
Download the latest Nvidia Jetson Nano image
Flash it onto the SD card (I did it with the Nvidia provided Etcher)
On a separate flash drive, download the following:
Insert the SD card into the jetson nano. Connect your monitor, keyboard & mouse, and the aforementioned drive.
Copy the files from the drive to the jetson nano.
Install DKMS using the deb file
Navigate to the rtl8723bu directory
Edit Makefile to comment the line EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
Run the following commands:
source dkms.conf
sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
sudo cp -r core hal include os_dep platform dkms.conf Makefile rtl8723b_fw.bin /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
Edit /etc/modprobe.d/blacklist.conf and append blacklist rtl8xxxu
sudo apt install python3-pip -y
pip3 install qwiic_scmd
The official jetbot python package has a bunch of nasty ipywidgets crap that we don't need. I've modified their file to not require any of the stuff.
Download the following file onto the jetbot (wget?):