User Tools

Site Tools


user:rolf001:agx_orin:start

This is an old revision of the document!


NVIDIA Jetson AGX Orin 64GB Setup

Setup VNC server on the Jetson developer kit

ReSpeaker USB Microphone Array

Flashing new firmware according to https://wiki.seeedstudio.com/ReSpeaker-USB-Mic-Array/

I am using the “1 channel firmware”.

sudo apt-get update
sudo pip install pyusb click
 
git clone https://github.com/respeaker/usb_4_mic_array.git
cd usb_4_mic_array
 
# sudo python dfu.py --download 6_channels_firmware.bin  # The 6 channels version 
 
# if you want to use 1 channel,then the command should be like:
sudo python dfu.py --download 1_channel_firmware.bin

Then disconnect ReSpeaker from USB and reconnect. The mircophone occurs in the GNOME audio settings menu.

More ReSpeaker Info from SeeedStudio Wiki

user/rolf001/agx_orin/start.1716130780.txt.gz · Last modified: 2024/05/19 16:59 by rolf.becker