You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to conn...@googlegroups.com
Hi all,
Before using the newest Connectal git pull, please:
make zynqdrivers-clean
make zynqdrivers
RUNPARAM=xx.xx.xx.xx make zynqdrivers-adb
(The ioctls used by cpp/portal.c have changed slightly)
Thanks!
jca
Suhas Pai
unread,
Jan 31, 2015, 10:30:24 PM1/31/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to conn...@googlegroups.com, j...@alum.mit.edu
Hi John,
The following worked for me as I don't have arm-none-linux-gnueabi- toolchain installed on my CentOS-7.0 machine. Also "make zynqdrivers-install" step was needed. The RUNPARAM IP address is only specific to my network configuration which can be found by running "checkip" command after powering up the zedboard.
make zynqdrivers-clean make CROSS_COMPILE=arm-xilinx-linux-gnueabi- zynqdrivers make zynqdrivers-install RUNPARAM=192.168.1.18 make zynqdrivers-adb