f0cal / google-coral

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

Key not present on wishful-yarn -- pushing #58

Closed rahul4tripathi2 closed 5 years ago

rahul4tripathi2 commented 5 years ago

What I ran

mdt shell

What the docs said should happen

it should connect dev board using type-c cable

What actually happened

rahul@ubuntu:~$ mdt shell Waiting for a device... Connecting to wishful-yarn at 192.168.101.2 Key not present on wishful-yarn -- pushing

It looks like you're trying to connect to a device that isn't connected to your workstation via USB and doesn't have the SSH key this MDT generated. To connect with mdt shell you will need to first connect to your device ONLY via USB.

Cowardly refusing to attempt to push a key to a public machine.

rahul4tripathi2 commented 5 years ago

Issue Fixed

Steps

  1. Connect your dev board via serial cable and login [Ist terminal].
  2. Once login hit sudo reboot-bootloader to put devboard in fastboot mode.
  3. Open 2nd terminal and perform below steps to flash mendel linux

cd $HOME/Downloads

curl -O https://dl.google.com/coral/mendel/enterprise/mendel-enterprise-chef-13.zip

unzip mendel-enterprise-chef-13 \ && cd mendel-enterprise-chef-13

bash flash.sh

  1. Once Flashing the board complete shutdown google coral sudo shutdown now

  2. Connect devboard again with mdt shell and enjoy !!!

rahul@ubuntu:~$ mdt shell Waiting for a device... Connecting to wishful-pig at 192.168.100.2 Linux wishful-pig 4.9.51-imx #1 SMP PREEMPT Fri Apr 5 00:17:46 UTC 2019 aarch64

The programs included with the Mendel GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.

Mendel GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Fri Apr 19 23:02:50 2019 from 192.168.100.68

rahul4tripathi2 commented 5 years ago

correct solution incase you want to stick with new solution https://stackoverflow.com/questions/58938727/unable-to-connect-google-coral-using-otg-port/59035796#59035796

HughMungis commented 2 years ago
  1. Open 2nd terminal and perform below steps to flash mendel linux

I'm using putty and I cannot open a 2nd terminal into the COM port or the alternative COM port that show up in my device manager.

booting into fastboot mode was successful, but i can't get a shell after doing that. Is there some intermediate step i'm missing?