2024/01/08

000035819 – 2023.2 Vitis 統合 IDE – FreeRTOS BSP の BSP 設定で STDIN/STDOUT パラメーターが見つからない

XILINX   

https://support.xilinx.com/s/article/000035819?language=ja&t=1704601942559

不具合

FreeRTOSだと、STDIN/STDOUTの設定値が設定できない

メモ

自分の知識だと難しかったので、メモしておく。

URLにある0001-freertos-Add-support-for-stdin-and-stdout-config-par.patchはダウンロードしておく。

git clone https://github.com/Xilinx/embeddedsw.git
cd embeddedsw
git checkout xlnx_rel_v2023.2
cp xx/0001-freertos-Add-support-for-stdin-and-stdout-config-par.patch .
git am 0001-freertos-Add-support-for-stdin-and-stdout-config-par.patch

Vitis 2023.2を起動する。右上のVitisをクリックする

Embedded SW Repositoryesをクリックする

Local Repositories の+をクリックする

git checkoutしたembeddedsw/TirdPartyを選択して、OKをクリックする

OKをクリックする

で、あとは、FreeRTOSのプロジェクトを生成すると、STDOUTとSTDINが選択できる。

しかし、ultra96でuart1に設定しても、UART1にならなかった。

Prev:«

Next: »