Closed cagrimkahraman closed 1 year ago
What is buildroot configuration you put in configs/efinix_t120f324_defconfig
?
I try to reproduce you issue using current release of br2-efinix 2021.05.5 as follows
BR2_PACKAGE_GSTREAMER1=y
in configs/efinix_t120f324_defconfig
This is my result
I able to reproduce the issue. Seem like the libglib2
crash when compile with floating-point instruction extension RV32IMAFD. gst-inspect-1.0
works fine without floating-point RV32IMA instruction set.
I changed instruction setting for RV32IMA but the errors is still same. How do i change the setting.
Try to enable these configurations in br2-efinix/boards/efinix/t120f324/linux/linux.config
. Also test it with floating-point enable. I think this issue has nothing to do with floating-point instruction.
CONFIG_NET=y
CONFIG_UNIX=y
Thank you. it is working now. As far as I understand you are working on ethernet. How do i integrated the ethernet in my distro. I have to have linux driver of efinix tri-mode ethernet ip but i couldnt find on this repo.
Great. We have a plan to release Linux ethernet driver with example Sapphire SoC design around late Q1'23 time frame.
Hi,
I want to add the gstreamer on my linux dirstory. I added gstreamer from target devices page of buildroot but its not working. I got this error and couldn't find a solution. I updated the buildroot (2022.11 )to the latest version but that didn't work out the solution I did.