Skip to content
Carl Karsten edited this page Dec 22, 2022 · 10 revisions

https://frontend.ps1.fpgas.mithis.com <- It's live!!!

If that page is broken, try https://ps1.fpgas.mithis.com

Things are still being built, very much Work in Progress right now. The machines may not be on/up/etc. This page will someday be replaced with a nice UI to manage all this. Until then:

There are 2 locations. 
fpga-gw.mithis.com - location 1
fpga-gw-ps1.mithis.com location 2

ssh -p ssh_port fpga-gw.mithis.com
vlc tcp/h264://fpga-gw.mithis.com:cam_port

where ssh and cam ports are:
fpga-gw.mithis.com - location 1
14322 14344
16222 16244
22622 22644

fpga-gw-ps1.mithis.com location 2

24722 24744

ssh -p 14322 p@fpga-gw.mithis.com ssh -p 23622 pi@fpga-gw-ps1.mithis.com

ssh -p 11322 pi@fpga-gw-ps1.mithis.com

https://github.com/CarlFK/pici/blob/main/ansible/inventory/group_vars/all/pis.yml

port is the port of the switch.

https://github.com/CarlFK/pici/blob/main/ansible/roles/firewall/templates/nftables.conf.j2#L50

- { port: 13, mac: dc:a6:32:05:32:45, sn: f1b7bb5a }

{{ 100+pi.port}}22 is the public facing tcp port number to ssh to.

To ssh to the pi plugged into port 13 at ps1: ssh -p 11322 pi@fpga-gw-ps1.mithis.com

The fpga board currently hooked up: https://digilent.com/shop/arty-a7-artix-7-fpga-development-board/

Clone this wiki locally