Jonathan Kimmitt
Jonathan Kimmitt
On, Ubuntu 14.04.5 LTS, you need to install postgresql-contrib-9.3
The previously suggested fix works for me on Ubuntu 22.04.4 LTS (I have OpenMP installed) CFLAGS = -O3 -Ofast -fno-fast-math -Wno-unused-result I had no joy on MacOS due to the...
This release was designed for a low cost board that only has Ethernet. You can support other standards such as Bluetooth using a PMOD and the v0.7 pre-release, or with...
You need to provide more details of your issue :-)
It looks like you downloaded an incomplete repo, suggest you delete your work area and start again from scratch.
If you look at your log you can see that it failed inside the buildroot target. This target builds Linux and the userland from separately downloaded sources. This seems to...
If you want to add or remove peripherals you need to make changes in at least three places: 1. In the Verilog that gets compiled by the Vivado tool 2....
I haven't tried the pulp-platform bitstream recently. Last time I tried it it used the Xilinx SPI driver for the SD-Card. It works only in one-bit mode, but is supported...
You probably managed to disable the Ethernet device driver amongst the various edits you have done. Needless to say if Ethernet is disabled, NFS and ssh will not work. Your...
The hid_addr[2:0] is commonly not used because accesses are assumed on the AXI bus are assumed to be 64-bits wide. If you have a peripheral that needs byte level access...