We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sc_auth 在 armv7l 设备(如 RT-AC66U_B1)上运行时直接崩溃 (Segmentation fault),导致软件中心无法正确识别 platform。
sc_auth
armv7l
Segmentation fault
platform
uname -m
readelf -h /jffs/softcenter/bin/sc_auth
ldd /jffs/softcenter/bin/sc_auth
cat /proc/cpuinfo | grep -i vfp
armv3m
armv7 soft-float
dbus set softcenter_arch="arm" dbus set softcenter_server_tcode="CN" dbus save
然后正常显示更新使用软件中心
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug 描述
sc_auth
在armv7l
设备(如 RT-AC66U_B1)上运行时直接崩溃 (Segmentation fault
),导致软件中心无法正确识别platform
。设备信息
uname -m
返回armv7l
readelf -h /jffs/softcenter/bin/sc_auth
结果:architecture: armv3m
ldd /jffs/softcenter/bin/sc_auth
直接Segmentation fault
cat /proc/cpuinfo | grep -i vfp
为空,说明 CPU 不支持硬浮点sc_auth
可能是armv3m
版本,而armv7l
无法运行它armv7 soft-float
版本的sc_auth
解决方案(当前 workaround)
dbus set softcenter_arch="arm" dbus set softcenter_server_tcode="CN" dbus save
然后正常显示更新使用软件中心
The text was updated successfully, but these errors were encountered: