Kria KV260のVitis Custom Embedded Platform Creation Exampleを試す(3/4)
やることVitisプラットフォームプロジェクトを作成
このページの内容
前提とする条件ディレクトリ構造は下記
/home/user├── kv260_custom_platform :Vivadoプロジェクトディレ ...
このページの内容
前提とする条件ディレクトリ構造は下記
/home/user├── kv260_custom_platform :Vivadoプロジェクトディレ ...
Kria KV260のVitis Custom Embedded Platform Creation Exampleを試す(2/4)
やることPetalinuxでSoftware Componentを作成する
デバイスツリーを作成する
このページの内容
前提とする条件/home/user/kv260_custom_platformにVivadoプロジェク ...
デバイスツリーを作成する
このページの内容
前提とする条件/home/user/kv260_custom_platformにVivadoプロジェク ...
Kria KV260のVitis Custom Embedded Platform Creation Exampleを試す(1/4)
やることVivadoでハードウェアを作成する
このページの内容。Emulationのセットアップは割愛
手順Vivadoを起動デフォルトの設定であれば、下記のコマンドでGUIが起動する
$ source/tools/Xi ...
このページの内容。Emulationのセットアップは割愛
手順Vivadoを起動デフォルトの設定であれば、下記のコマンドでGUIが起動する
$ source/tools/Xi ...
Kria KV260のVitis Custom Embedded Platform Creation Exampleを試す(0/4)
やることKria KV260上で動くLinuxのベースイメージSDカードを作成する
Vitis Custom Embedded Platform Creation Exampleではベースイメージにカスタムのアプリを載せる、というチュ ...
Vitis Custom Embedded Platform Creation Exampleではベースイメージにカスタムのアプリを載せる、というチュ ...
Kria KV260のVitis Custom Embedded Platform Creation Exampleを試す
はじめに
Xilinx Kria KV260のVitis Custom Embedded Platform Creation Exampleをやってみたので、作業と追加調査の備忘録を残す
各ステップをそれぞれ別ページでまとめる( ...
Ubuntu20.04にVitis2021.2をインストール
環境OS: Ubuntu 20.04 LTS
Vitis: 2021.2
手順Ubuntuの準備Vitisのインストーラーとは別に下記のコマンドでパッケージをインストールする
$ sudo apt install -y l ...
Vitis: 2021.2
手順Ubuntuの準備Vitisのインストーラーとは別に下記のコマンドでパッケージをインストールする
$ sudo apt install -y l ...
docker-composeを立ち上げてRaspberry PiのGPIOを操作する時にエラーが発生
エラー発生状況
Raspberry Pi (4B)でUbuntu 21.04を起動後、docker-composeでGPIOを操作するコンテナを立ち上げようとしたときに、下記のエラーが発生する。
motor-controller_ ...MACアドレスとIPアドレスについて
MACアドレスMedia Access Controlアドレスの略
物理アドレス(Physicalアドレス)、Ethernetアドレス(、Hardwareアドレス、burned-inアドレス)ともいう
基本的に16進数12桁の数 ...
物理アドレス(Physicalアドレス)、Ethernetアドレス(、Hardwareアドレス、burned-inアドレス)ともいう
基本的に16進数12桁の数 ...
NICについて
NICとはNetwork Interface Cardの略Network Adapter Card、Network Interface Controller(、Network Adapter Card、Ethernet Card)などとも呼 ...
Pythonでロータリーエンコーダーの値を読む
コード
こちら()にも公開しています。
class RotaryEncoder(): count=0 pi_count=50 # 100パルス/回転 state=0 state_map = { 'initial': 0, 'cw_ ...