I have just tried the meta-parallella layer and it seems to work ok except there is no hdmi support. I used the correct parallella_e16_hdmi_gpiose_7020.bit.bin.
Looking at the Ubuntu boot log I see that "platform 6c000000.axi_hdmi: Driver axi-hdmi requests probe deferral" pops up in the log quite early - the yocto boot does not contain any mention of hdmi. So it seems to me that the meta-parallella layer device tree is missing the axi-hdmi entries
Thus even if you build yocto core-image-sato you dont get an hdmi enabled build with screen.
Looking in
https://github.com/nathanrossi/meta-par ... parallella I see that the .dts / .dtsi files do not contain hdmi references.
Does anyone know where the correct device tree is? My next step is to use Vivado and build
https://github.com/parallella/parallell ... aster/fpga to get my own version of the bitstream and then generate the device tree with Xilinx tools from github.com/Xilinx/device-tree.git. Perhaps there is a quicker way?
Peter