I looked up the device.
That device is pretty specific to the Raspberry Pi – it uses the I2S port of the Raspberry Pi.
It may be that the Jetson runs I2S signals to the appropriate 40-pin header pins.
If so, you’d need to figure out what the configuration options for the board is, and configure the Jetson Device Tree appropriately, and then use the Jetson sound capture device driver.
Note: It’s unlikely that the Raspberry Pi kernel module will work, unless it happens to use the exact same sound/I2S hardware as the Jetson, which I find unlikely.
How do I configure the Jetson Device Tree? I am new to this architecture.
Regarding your Note: I am a bit lost here, since I have no deep understanding of sound hardware.
My maive vision is that the ReSpeaker is some kind of sound subsystem that talks via I2S with the Micro-Computer (Raspi/Jetson) delivering sound in a standart format.
Does your note indicate: That this is not the case and the ReSpeaker only utilizes the I2S-Bus for its own non free protokoll.
Then it is unlikely that you will be successful in developing the necessary driver software to make it work on the Nano.
You might want to ask the developer of the hardware whether they have a Jetson Nano version of the driver available (or under development.)
Hello ,
I am trying to configure Jetson nano with respeaker 4 mic array V1.0(AC108).
I have connected repeaker board on jetson nano’s 40-pin Expansion Header.
I have created DTS files[2][3] for 4-mic array V1.0 with reference of 2-mic array which is successfully running on nano[0].
I have attached dmesg log[1] and 2 dts[2][3] files for 4mic.
Prints from dmesg:
tegra-i2c 7000c400.i2c: no acknowledge from address 0x3b
snd_soc_seeed_voicecard: loading out-of-tree module taints kernel.