Skip to content

Instantly share code, notes, and snippets.

@yunqu
Created July 19, 2018 18:18
Show Gist options
  • Save yunqu/16342623356994b0481475cb003bd1e2 to your computer and use it in GitHub Desktop.
Save yunqu/16342623356994b0481475cb003bd1e2 to your computer and use it in GitHub Desktop.
Enable USB-Ethernet using USB port on PYNQ of Ultra96 board
# /etc/network/interfaces.d/eth0
auto eth0
iface eth0 inet dhcp
@yunqu
Copy link
Author

yunqu commented Jul 19, 2018

Put this file under /etc/network/interfaces.d/eth0 and reboot the board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment