Skip to content

Instantly share code, notes, and snippets.

View cathalmccabe's full-sized avatar

Cathal McCabe cathalmccabe

View GitHub Profile
@cathalmccabe
cathalmccabe / install_sdx_2018_3.ipynb
Created February 19, 2019 07:57
Install SDX, XRT, and U200 package on Ubuntu 18.04
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cathalmccabe
cathalmccabe / test.ipynb
Created September 19, 2018 11:05
delete example upload
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cathalmccabe
cathalmccabe / test.ipynb
Created September 10, 2018 15:16
del_test
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cathalmccabe
cathalmccabe / change_jupyter_notebook_server_port.ipynb
Created August 17, 2018 10:15
Change Jupyter notebook server port from a Jupyter notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cathalmccabe
cathalmccabe / video_filter.tcl
Created August 15, 2018 10:39
Example notebooks with widgets to interacted with video fitler coefficients
################################################################
# This is a generated script based on design: system
#
# Though there are limitations about the generated script,
# the main purpose of this utility is to make learning
# IP Integrator Tcl commands easier.
################################################################
namespace eval _tcl {
@cathalmccabe
cathalmccabe / pynq_boolean_generator_basic_gui.ipynb
Created August 14, 2018 10:17
Basic GUI consisting of select boxes for the PYNQ boolean generator in the logic tools overlay (v2.2) (PYNQ-Z1, PYNQ-Z2)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cathalmccabe
cathalmccabe / pynq_ethernet_performance.md
Created July 31, 2018 10:08
Run network performance analysis on PYNQ board

Connect two boards directly via ethernet. Set appropriate static IP addresses.

Install iperf

On both boards install iperf: sudo apt-get install iperf

Setup server

On one board (server):

@cathalmccabe
cathalmccabe / pynq_app_install.txt
Created July 31, 2018 08:28
Installing apps and packages to a PYNQ board
If the board is connected to the internet, a Python package can be installed with pip:
pip install <github repo web address>
You can also download a zip of the repo to a computer (there is an option on the GitHub repo to download a zip).
Extract the repo and copy to the board. You can then run a local pip install:
pip install ./path_to_repo
If the board is connected to the internet, you can run:
sudo apt-get install <package>
If the board is not connected to the internet, apt-get will usually fail when trying to access the .deb file for the package.
@cathalmccabe
cathalmccabe / leds.ipynb
Created July 8, 2018 10:49
LED example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cathalmccabe
cathalmccabe / cifar10.ipynb
Created April 5, 2018 15:05
Example my notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.