-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I attempted to compile the firmware from source code according to the Readme instructions on Ubuntu 22 (Vivado 2021.2). It seems that the configuration for e310v2 is only available in the v0.38 branch.
During the compilation, it was necessary to update the Toolchain to a newer version (Linaro Arm GNU Toolchain 12.3), as the current build of the rootfs (Buildroot) was failing with an error.
I managed to create an SD card image (make sdimg), but upon powering on, there was no response. When I replace the boot.bin with the one from the SD card, which came with the board, the booting process occurs.
Additionally, I tried to build the openwifi project (https://github.com/open-sdr/openwifi) for e310. Despite using a pre-built u-boot.elf during the boot.bin generation, the resulting boot.bin is still invalid.
Could it be that the HDL project (e310v2), on which the FSBL is based, is not entirely up-to-date?