Hi,
I would like to run the example from the GNURadio adaptation for Zynq
(
http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq), but I am not
able
to run it, it gives me a coredump.
I managed to create the bootable card, at least I think so as the
example
does not work.
What I did:
zedboard> cat zedboard.bin > /dev/xdevcfg
zedboard> cat /sys/devices/amba.0/f8007000.ps7-dev-cfg/prog_done
1
zedboard> ./zynq_fir_filter_example
Read the FPGA status…
/sys/devices/amba.0/f8007000.ps7-dev-cfg/prog_done = 1
Setup the driver…
Segmentation fault (core dumped)
zedboard> file zynq_fir_filter_example
zynq_fir_filter_example: ELF 32-bit LSB executable, ARM, EABI5 version 1
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16,
BuildID[sha1]=b241efee0c9289c30bd2c24975a628f74c270b4d, not stripped
zedboard> uname -a
Linux zedboard-zynq7 3.14.2-xilinx #1 SMP PREEMPT Fri Oct 24 09:13:25
CEST
2014 armv7l GNU/Linux
zedboard> # gdb
GNU gdb (GDB) 7.6.2
Copyright © 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type “show
copying”
and “show warranty” for details.
This GDB was configured as “arm-oe-linux-gnueabi”.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
(gdb) core core
[New LWP 882]
Core was generated by `./zynq_fir_filter_example’.
Program terminated with signal 11, Segmentation fault.
#0 0xb6eade80 in ?? ()
(gdb) bt
#0 0xb6eade80 in ?? ()
#1 0x0000966c in ?? ()
#2 0x0000966c in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt
stack?)
The compilation of the example was OK, no error, the compilation and
installation of gr-zynq module, the same.
Have some one else tried this zynq implementation recently?
–
Best regards…
Daniel