Hi
On iMX8QuadXPlus (C0 MEK) board, I have compiled and flashed the Yocto-Linux Binary (made from 'imx-yocto-L5.4.24_2.1.0').
I'm facing some of the following issues.
1) 'sudo apt-get install' commands throw the following error.
apt-get: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
(However, the libgcc_s.so.1 file is present at '/lib/aarch64-linux-gnu/' already.)
2) Following LoadLocale error is occurring while executing any application.
loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
Please inform if any patch/bugfix available for resolving the above mentioned errors.