For questions specific to the usage and features of the Xilinx Software Development Kit (XSDK). When using this tag also include the more generic [xilinx] tag.
Questions tagged [xsdk]
8 questions
3
votes
2 answers
How to start "Xilinx SDK" from command line instead of from Vivado "File->Launch-SDK" Menu?
I'm wondering how to start "Xilinx SDK Eclipse GUI" (XSDK) directly from the command line?
Currently, I'm launching XSDK by first launching "vivado", and then going to the "File->Launch SDK" menu. However, this is a bit cumbersome to always open…

Bimo
- 5,987
- 2
- 39
- 61
1
vote
3 answers
How To Convert .bit file to .bin
I am following a tutorial on how to program the PL at run time for my ZedBoard. Tutorial Here.
But I am stuck on the step where it says to Convert.bit into.bin.
From my understanding the difference between the two file types is that a bitstream…

RMarms
- 79
- 1
- 9
0
votes
0 answers
I am trying to setup PPPoS connection using lwip on Xilinx SDK 2018.1, But i am getting an error - undefined reference to pppos_create function
I have already configured zcu-102 and linux system using uart16550 scuccefully. Now i wanted to connect them through PPPoS (Point to point Protocol over serial connection) from lwip202 library. But when i try to build my code, i get
undefined…

Sujan SM
- 13
- 4
0
votes
1 answer
XSCT executes command in interactive shell but not within script
First, take note that I am using the Xilinx SDK 2018.2 on Kubuntu 22.04 because of my companies policy. I know from research, that the command I'm using is deprecated in newer versions, but in the version I am using, it works flawlessly - kind of...…

Fabian
- 96
- 5
0
votes
2 answers
Changing the library parameters of BSP with TCL in Xilinx SDK
I want to change the some of the configurable parameters of lwip and xilffs libraries with tcl commands in Xilinx SDK. I can get the configurable parameters of xilffs library via the command:
configbsp -bsp -lib…

Umit Guden
- 3
- 4
0
votes
0 answers
XSDK: linker error: dhcp_fine_tmr() & dhcp_coarse_tmr() undefined
What would cause the following Linker Error when compiling C++ XSDK project??
Linker Error Message:
./src/platform/platform_zynq.o: In function `timer_callback(XScuTimer*)':
platform_zynq.c:115:undefined reference to…

Bimo
- 5,987
- 2
- 39
- 61
0
votes
1 answer
How to generate "platform.h" in a Xilinx SDK Project?
I'm currently working on a Zynq-7000 Software project using Xilinx SDK toolchain.
I've noticed that nearly all of Xilinx's Demo projects automatically generate a "platform.h" file. However, when I start from an empty project in the SDK IDE it never…

pico
- 1,660
- 4
- 22
- 52
-1
votes
1 answer
How to add "lwIP library" to Eclipse XSDK Zynq Application Project?
How to add "lwIP library" to Eclipse XSDK Zynq Application Project?
I tried following the instructions in "Xilinx Standalone Library
Documentation" for Zynq-7000 CPU under the chapter for "lwIP" library.
So basically, I create a FreeRTOS application…

pico
- 1,660
- 4
- 22
- 52