ReSpeaker 2-Mics Pi Hat & Jetson Nano

I am following the instructions here to set up with my Jetson Nano.

Drivera are installed OK and I can speak into the mics and hear the output back (in one ear only) in my headphones. So I wanted to run all the other tools.

However:
sudo apt-get update
sudo apt-get upgrade
git clone https://github.com/respeaker/seeed-voicecard.git
cd seeed-voicecard
sudo ./install.sh

The install.sh returns an error because /boot is not mounted on the Jetson nano though /boot itself exists.

Can anyone suggest a modification I can make to the script to get it through this?

Your steps are obviously different from those in the Wiki, so I suggest you take a look at the Jetson nano section instead of the RPI section.

Did you miss the part where i said i got the drivers installed on the Jetson Nano? I did that by following the Jetson Nano section. But now I have that installed i want to go ahead and do something useful with it which is why I wanted to install all the components for the alsamixer, LEDs, button etc. Are you saying I can use that without having to perform the installation of modules shown in the Raspberry Pi section?