Suppose, you wrote your C- or C++ standalone application using the Xilinx SDK. Now you want to write it to an SD-card and boot from the SD-card. Here is how it’s done: Make sure that your board-support package has the FAT File System drivers included: Create the First Level Bootloader […]
Daily archives: January 2, 2018
2 posts
When exporting the hardware to the Xilinx SDK (I am using 2017.2), the SDK automatically updates the system wrapper. Unfortunately it messes up the UART settings most of the time. Sometimes it does not compile anymore, sometimes it compiles but there is no output in Tera Term. The solution is […]