Closed JVTEAM closed 4 years ago
pip3 install --user mendel-development-tool is the way on arm64 platforms.
Doesn't work on the Jetson Nano
@JVTEAM hummn, what error messages do you get? This is mostlikely just because the pip package wasn't packaged for arm platform. Try downloading it from here: https://pypi.org/project/mendel-development-tool/
Furthermore, mdt is a user friendly wrapper around ssh, you can also use ssh to access the board!
What I ran
echo "deb https://packages.cloud.google.com/apt coral-mdt-stable main" | sudo tee /etc/apt/sources.list.d/mdt.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install mendel-development-tool
What the docs said should happen
MDT installed
What actually happened
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://packages.cloud.google.com/apt coral-mdt-stable InRelease' doesn't support architecture 'arm64'
I was trying to make it so I could control the board with my Jetson Nano....apparently its not compatible with the same architecture that the coral board is....