Closed rohaya2021 closed 1 year ago
I followed your steps and able to load linux with Python3. May I know how to check whether Python3 already added in the buildroot Linux? I type python3 -v, nothing appears.
Please ignore my query. I type which python3 and /usr/bin/python3 appears. Tqvm, I will close this ticket.
Are you asking Python package support or OpenCV with Python package support?
Python package already supported by Buildroot. See here. OpenCV with Python package also supported. See here. It require python-numpy but not support for RISCV. See here
You just need to add it in the buildroot defconfig file. For example to add python3 package in the buildroot defconfig for Ti60F225 board.
BR2_PACKAGE_PYTHON3=y
toconfigs/efinix_ti60f225_defconfig
init.sh
script with-r
option