Closed GuzTech closed 7 years ago
AFAIK, there are a couple of things that need to be checked:
zynq_pynq.h
file was modified to use UART0, but other than that it uses the same custom configuration as the Zybo board.ps7_uart_0
.The problem is the device tree that is incorrect. Commit 4b7dd05 describes the fix for generating a device tree for the PYNQ. The fix has not yet been committed, because the device tree in the Zybo folder is a single file, with some different options compared to the ones generated for the PYNQ. I want to first compare and port the differences to see if it works correctly before committing.
The new device tree has been committed in commit 8b540e2.
On 2016-12-21, we managed to build
BOOT.bin
, the device tree, the Linux kernel, and a ramdisk image. We can get U-Boot to start, but it does not boot the kernel. The output when starting: