我已经从三星开源网站下载了我的三星Galaxy Tab 2018年(SM 590)的核心源代码。
我试图使用存档中内核给出的指令编译未修改的源代码,但是得到的内核文件是~28 is,而可以从存储ROM的boot.img中提取的内核文件是~13 is。
当然,28‘t的大型编译内核不会启动系统,当我在恢复中选择reboot to system时,它会返回下载模式。
我遵循的步骤:
1. How to Build
- get Toolchain
From android git serveru, codesourcery and etc ..
我在基于ARM V7架构的嵌入式主板上工作,只有128MB的闪存,我想在里面安装Bootloader Image,Linux Kernel Image以及根文件系统,为此我的主要目标是减少引导加载程序和Linux Kernel image的大小。
为了减小内核大小,我做了以下优化:
1. Deleted all the printk messages from displaying which reduced some memory,
2. Turning off Sysfs Support decreased the size of the kernel substant
我试图在Linux上压缩图像,特别是使用compress命令,但它没有工作。请您根据下面的输出,建议我做错了什么,以及如何修复它,以便具体使用该方法进行压缩?
非常感谢
[root@localhost Downloads]# compress -v Engineers.png Engineers.png2
Engineers.png: No compression -- Engineers.png unchanged
Engineers.png2: No such file or directory
我正在尝试用电子生成器在我的树莓派上构建一个AppImage,但我得到了一个错误: cannot execute cause=exit status 1
errorOut=/home/pi/.cache/electron-builder/appimage/appimage-12.0.1/linux-arm32/mksquashfs: Compressor "xz" is not supported!
/home/pi/.cache/electron-builder/appimage/appimage-12.0.1/linux-arm32/mksquashfs: Compre