Quartus - Linux and Windows
Hi All,
I must admit that I am getting exceeding tired of Intel and the Quartus FPGA and SoC handling under windows. Sadly I thought this would be easy to set up, but apparent I was wrong. Admittedly, I am by no means a Linux expert, but I do know my way around. I have been doing FPGA work for 20+ years, mostly AMD (Xilinx), and a lot of embedded before (only AMD), but this is my first foray into the Intel SoC realm, and I must admit that I am not impressed.
So, I am running
1. Window 10 (19045.3086)
2. Quartus 22.1 std
3. Quartus SoC EDS 20.1
So, according to every installation manual I have found (and I have looked through a lot), I need to install Ubuntu 18.04 under WSL 1, so I did as per here:
Subsequently, I did all the prerequisites here:
https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderCycloneVAndArria10
And all looks good. I can compile just fine, but being able to put the boot image on an SD card eludes me. Every method I try seemingly requires Linux running under WSL2 (ripping already sparse collection of hair out). E.g., when doing the Yocto steps here:
The step
bitbake core-image-minimal
comes back and tells me that (through sanity.conf) requires WSL2 and when quite un-elegantly bypassing that, the subsequent builds do not work. Likewise, when following the Intel instructions here:
I run into the same issue that the /dev/loop mounting step essentially requires WSL2 as WSL1 is not a true virtualization (as far as I have deducted).
Doesn't Intel have a common method to follow all the way through from generating programming files to actually programming their devices somewhere that I just haven't found despite a rather extensive search?
If you have any information that could help this apparent ignoramus, I would be most grateful.
Thanks in advance!