@chenlinfei 经过内核驱动等的优化,目前已经到了8.4MB/s,系统启动速率有了显著提升。
chenlinfei 发布的最佳帖子
-
D1 fastboot烧写rootfs分区有问题
.\fastboot.exe flash rootfs ..\rootfs.img
< waiting for any device >
Sending 'rootfs' (16000 KB) OKAY [ 0.539s]
Writing 'rootfs' OKAY [ 4.307s]
Finished. Total time: 16.752s显示烧写成功,但是实际内容没有更新
chenlinfei 发布的最新帖子
-
tplayerdemo xxx.avi yyy.avi
tplayerdemo xxx.avi yyy.avi
会出现3个视频在播放,1/2屏幕是xxx,剩下的两个1/4屏幕是yyy。
这大概率是个BUG,如下图: -
回复: fsbuild有问题
@whycan 找到个方法我试了可行:
- 首先安装qemu and binfmt
sudo apt update
sudo apt install qemu-user-static
sudo update-binfmts --install i386 /usr/bin/qemu-i386-static --magic '\x7fELF\x01\x01\x01\x03\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x03\x00\x01\x00\x00\x00' --mask '\xff\xff\xff\xff\xff\xff\xff\xfc\xff\xff\xff\xff\xff\xff\xff\xff\xf8\xff\xff\xff\xff\xff\xff\xff'
每次重新启动WSL并希望i386支持时,您都需要重新激活此功能:sudo service binfmt-support start
2. 接下来启用i386体系结构和packagesudo dpkg --add-architecture i386
sudo apt update
sudo apt install cpp-9:i386
sudo apt install gcc:i386
至此,就可以运行之前的32位binary了。- 设置开机启动
vim /etc/myinit.sh
sudo service binfmt-support start -
回复: fsbuild有问题
@whycan 帮忙搞个静态编译的版本?我看了下这个fsbuild的依赖库都是纯C库,text也不大,静态编译的elf文件应该不会太大,未来的技术支持工作量也可以小点。
-
回复: fsbuild有问题
@whycan 在 fsbuild有问题 中说:
/bin/ls: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /
这些32位的库,昨天在百度上找找方法,已经都安装了一遍了,但仍然是有问题。
-
回复: fsbuild有问题
@chenlinfei
我用的是 WSL,cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal -
回复: fsbuild有问题
同问:
32位库都已经安装好了,还是有以下错误- /home/chenlf/sourcecode/d1/tina-d1-open/out/host/bin/fsbuild
bash: /home/chenlf/sourcecode/d1/tina-d1-open/out/host/bin/fsbuild: cannot execute binary file: Exec format error
- /home/chenlf/sourcecode/d1/tina-d1-open/out/host/bin/fsbuild