Skip to content

Xilinx/kria-dashboard

Repository files navigation

KRIA SOM DASHBOARD

Introduction

This repository contains the source code of Kria SOM dashboard tool which provides the debugging information of Kria SOM.

How to use

Kria Yocto/PetaLinux has Bokeh and dashboard installed, and does not require installation. The Bokeh server is also started automatically, URL is printed out before login.

Kria Ubuntu OS does not have Kria-dashboard baked in, but it is in the Xilinx PPA and can be installed after Linux boot and setup (KD240, KR260, KV260)

sudo apt search kria-dashboard
sudo apt install kria-dashboard

To start Bokeh server manually, use one of the following commands:

sudo /usr/bin/kria-dashboard

or

sudo bokeh serve --show --allow-websocket-origin=*IP_ADDRESS*:5006 /usr/lib/python3.9/site-packages/kria-dashboard 
#tio: use 
#   sudo find / -iname "kria-dashboard"
# to find the folder if its not in the above python path

You can also manually clone kria-dashboard to use:

git clone https://github.com/Xilinx/kria-dashboard.git
sudo bokeh serve --show --allow-websocket-origin=*IP_ADDRESS*:5006 kria-dashboard

In a browser go to the following url:

http://*IP_ADDRESS*:5006/kria-dashboard

Current view: Alt text

License

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License.

You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the Licens