$ wget2 https://deb.debian.org/debian/dists/trixie/main/installer-arm64/current/images/netboot/SD-card-images/firmware.a64-olinuxino.img.gz
$ wget2 https://deb.debian.org/debian/dists/trixie/main/installer-arm64/current/images/netboot/SD-card-images/partition.img.gz
$ gunzip firmware.a64-olinuxino.img.gz
$ gunzip partition.img.gz$ sudo losetup -Pf partition.img
$ losetup -a
/dev/loop0
$ sudo mount /dev/loop0 /mnt$ ls /mnt/dtbs/allwinner/sun50i-a64-olinuxino*.dtb
/mnt/dtbs/allwinner/sun50i-a64-olinuxino.dtb /mnt/dtbs/allwinner/sun50i-a64-olinuxino-emmc.dtb
$ echo "fdt /dtbs/allwinner/sun50i-a64-olinuxino-emmc.dtb" | sudo tee -a /mnt/extlinux/extlinux.conf$ sudo cp sun50i-a64-rx-delay.dtbo /mnt/dtbs/
$ echo "fdtoverlays /dtbs/sun50i-a64-rx-delay.dtbo" | sudo tee -a /mnt/extlinux/extlinux.conf$ sudo umount /mnt
$ sudo losetup -d /dev/loop0$ lsblk
$ sudo umount /dev/sdX1
$ sudo wipefs -a /dev/sdX
$ cat firmware.a64-olinuxino.img partition.img | sudo dd of=/dev/sdX bs=1M status=progress
$ sync(parted) print
Model: SD SA08G (sd/mmc)
Disk /dev/mmcblk0: 7745MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 17.8MB 16.8MB
2 17.8MB 876MB 858MB ext4 legacy_boot
3 876MB 6973MB 6097MB ext4
4 6973MB 7744MB 771MB linux-swap(v1) swap# u-boot-install-sunxi64 /dev/mmcblk0
/usr/bin/u-boot-install-sunxi64: device/image (/dev/mmcblk0) uses GPT partition table, unusable on sunxi64Quote from: LubOlimex on May 06, 2026, 10:39:40 AMI found the 3D step component for the antenna variant, I replaced the original one with it. You can find both the export and only the component here:
https://ftp.olimex.com/TEMP/ESP32-PoE-ISO-revision-M/
/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun50i-a64";
fragment@0 {
target-path = "/soc/ethernet@1c30000";
__overlay__ {
allwinner,rx-delay-ps = <200>;
};
};
};$ dtc -@ -I dts -O dtb -o sun50i-a64-rx-delay.dtbo sun50i-a64-rx-delay.dtsQuote from: LubOlimex on May 04, 2026, 11:00:47 AMI am not sure if I understand the first request. Do you want me to export the hardware revision M board, it is pretty much the same and the ESP32e module has the same size just a provision for the u.FL connector.Yes, the revision M board (less important) with the U.FL connector instead of the PCB antenna (more important)
Quote from: LubOlimex on May 04, 2026, 11:00:47 AMWe don't have a 3D model for the antenna, we purchase it and the manufacturer didn't share one. But these are pretty generic antennas I am sure there should be one available somewhere online.OK, thanks.