hi.
i used getting started guide to blink led.
linux built using BSP 2015.4
board is functioning.
trying to change led statet - no success.
reading PushButton state - work well.
what could be wrong?
hi.
i used getting started guide to blink led.
linux built using BSP 2015.4
board is functioning.
trying to change led statet - no success.
reading PushButton state - work well.
what could be wrong?
You are going to need to be more specific about your hardware and tools.
What Zynq based board are you using?
What getting started guide? (provide a link)
Where did you get the BSP? (provide a link)
What steps did you perform to build your Linux? What version?
What version of Xilinx tools are you using?
What is your host PC OS?
-Gary
Board is Microzed based on MZ7010
using this guide to test linux gpio part - http://zedboard.org/sites/default/files/documentations/MicroZed_GettingStarted_v1_1.pdf
BSP downloaded from microzed website - http://microzed.org/content/petalinux-20154-compressed-bsp-z7010-1
i've built linux using petalinux, after installed according to UG977, UG980, and UG1144 which include more advanced options.
petalinux version 2015.4 was installed on host PC which runs linux ubuntu 14.04 64-bit
at first itried building IP using vivado and running simplest tcl.
then added it to petalinux hardware config.
since i didnt managed to control the led D3 but can read PushButton2, i tried something else.
creaeted petalinux using BSP. not configuring any HDF for petalinux config . same happens - cant control D3 (or any of user MIO 9-15). but can read PB2.
in linux gpiochip is actualy gpiochip906 - so i exported gpio953 for D3 and gpio957 for PB2.
any help here would be appreciated.
boot jumpers was set to QSPI.
all GPIO was in logic state 1, and could not be controlled.
once changed Boot to SD - i was able to control all GPIOs.
any explanation to that?
Hello,
If booting from SD works but booting from QSPI does not I would suspect some difference in how you generated the boot images for the two. Check and make sure you used an updated hardware export and bitstream for generating the FSBL used in the QSPI image.
-Gary