fumiLab

fumimakerが作ったもの、やったことについて書いていきます。

2022-10-01から1ヶ月間の記事一覧

リモートのubuntuマシンにvivadoをインストールしようとするとエラーが発生する

UbuntuがインストールされたマシンにRDPしてVivadoをインストールしたい時にエラーが発生して困った. このようなエラーが出た. ubuntu@fumi-test:~/Downloads$ sudo ./Xilinx_Unified_2021.2_1021_0703_Lin64.bin Verifying archive integrity... All good…

Xilinx Test Pattern Generatorのパターン画像

I couldn't find a list of test patterns in the test pattern generator, so I changed the backugroundid and made it output video. To get the actual image, TPG was written to DRAM using VDMA and read and saved by the CPU, BackgroundId(0x0020)…

Video Codec Unit(VCU) Xilinx Low latencyモードについて

https://docs.xilinx.com/r/en-US/pg252-vcu/VCU-Latency-Modes 遅延モード 4種類ある. 通常モード(normal mode) フレーム単位処理 GOPフル機能使える.IPBで動く. フレーム間の並び替えや予測など可能 並び替えなしモード(no-reordering) フレーム単位処…