The message that I get during the build is:
warning: ETH_ESP32 (defined at drivers/ethernet/Kconfig.esp32:6) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: DT_HAS_ESPRESSIF_ESP32_ETH_ENABLED (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_ETH_ESP32 and/or look up ETH_ESP32 in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
[/size]zcat firmware.a64-olinuxino.img.gz partition.img.gz > hd-media.img
dd if=hd-media.img of=/dev/<SD-card> bs=8K status=progress
sync
dd if=/dev/zero of=/dev/<SD-card> bs=1M count=1K status=progress
sync
gunzip a64-olinuxino.img.gz
dd if=a64-olinuxino.img of=/dev/<SD-card>
sync
mkfs.vfat /dev/<SD-card>1 # Don't forget the partition-number 1
sync
setenv bootargs console=tty1
setenv bootcmd run bootcmd_usb0
saveenv
reset