mirzak / meta-coral

Yocto/OE-core BSP Layer for Coral Dev Board
MIT License
40 stars 21 forks source link

Flash Coral Dev Board with Yocto Zeus #46

Open alphaanyms05 opened 3 years ago

alphaanyms05 commented 3 years ago

I am trying to install yocto on Coral Dev Board using the meta-coral layer in Yocto Zeus. I build the image successfully. Now I am trying to flash the coral board with generated Yocto Zeus.

To flash the board I tried the following steps:

  1. used balenaEtcher software to flash the Yocto Zeus on SD Card.
  2. inserted the SD Card into the dev board
  3. powered on the board and monitored the serial output but facing issues while doing so.

Now I am trying to flash the dev board using the fastboot method: link to the official doc- Flash the board

But I am stuck on how exactly should modify flash.sh file so that custom-built yocto image will be flashed on Coral Dev Board. Am I doing something wrong with the steps? Any suggestions will be appreciated.

alphaanyms05 commented 3 years ago

@mirzak @ftagius @benjydel Can anyone help me with this?