Skip to content

Correction of flash SD-CARD recipe

Eclipse Webmaster requested to merge github/fork/eyssartk/cva6_genesysII into master

Created by: eyssartk

  • We observed errors when the SDCARD was previously formated in MBR. The -g flag is converting the partition table to GPT.

  • Also, error happens whith internal SDCARD reader. Those type of device enumerates the partitions differently :

/dev/mmcblk1
/dev/mmcblk1p1
/dev/mmcblk1p2

lsblk call correct this error.

Merge request reports

Loading