Hi,
After disabling the Arria 10, I can boot Linux:
- CONFIG_MACH_SOCFPGA_ENCLUSTRA_AA1
- CONFIG_MACH_SOCFPGA_REFLEX_ACHILLES
- CONFIG_ARCH_SOCFPGA_ARRIA10
I used Enclustra's devicetree, from their BSP. The last Barebox boot log
(https://paste.debian.net/1386131/) shows an issue with:
- the Ethernet PHY
- the QSPI flash
- the MMC
I pushed my code to
https://github.com/dpproto/barebox/tree/board-enclustra-sa2
<https://github.com/dpproto/barebox/tree/board-enclustra-sa2>.
David
Le 11/07/2025 à 10:04, David Picard a écrit :
Hi,
CONFIG_ARCH_SOCFPGA_ARRIA10 was enabled, indeed. I disabled a bunch of
boards.
# CONFIG_MACH_SOCFPGA_ALTERA_SOCDK is not set
# CONFIG_MACH_SOCFPGA_EBV_SOCRATES is not set
# CONFIG_MACH_SOCFPGA_ENCLUSTRA_AA1 is not set
# CONFIG_MACH_SOCFPGA_REFLEX_ACHILLES is not set
# CONFIG_MACH_SOCFPGA_TERASIC_DE0_NANO_SOC is not set
# CONFIG_MACH_SOCFPGA_TERASIC_DE10_NANO is not set
# CONFIG_MACH_SOCFPGA_TERASIC_SOCKIT is not set
# CONFIG_ARCH_SOCFPGA_ARRIA10 is not set
However, I won't be able to test until Tuesday morning. I'll report then.
David
Le 10/07/2025 à 20:30, Ahmad Fatoum a écrit :
As for why it hangs, I suspect you have CONFIG_ARCH_SOCFPGA_ARRIA10
enabled, despite that SA2 using a Cyclone V.
Can you check if CONFIG_ARCH_SOCFPGA_ARRIA10 is enabled and try again
after disabling it if it is?