f0cal / google-coral

Community gathering point for Google Coral dev board and dongle knowledge.
108 stars 14 forks source link

MDT not compatible with ARM64 #27

Closed JVTEAM closed 4 years ago

JVTEAM commented 5 years ago

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....

lleonid commented 4 years ago

pip3 install --user mendel-development-tool is the way on arm64 platforms.

JVTEAM commented 4 years ago

Doesn't work on the Jetson Nano

Namburger commented 4 years ago

@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!