跳至内容
remarkable云
跳至内容
Search
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理
网站地图
注册
登录
>
start
技术细节
更新linux内核
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
CKG 可视编辑器
首先值得庆幸的是reMarkable没有锁定设备,用户能轻松获取SSH端口的测试权限。而且他们也没有关闭调试接口,用户可以引导自己的启动器和Linux内核。reMarkable使用OpenEmbedded来构建rootFS,但是如果他们分享出自己的修改并开源的话就更好了。 此外,reMarkable也公开了他们的u-boot 和 Linux的源代码,当然,这是法律规定的。 ===== Linux如何发布工作 ===== A new mainline Linux kernel release happens about every 2-3 months. These releases are the major and minor versions, for example 4.14 and 4.15. Some of these releases are marked as long term, the 4.14 release is a long term release. Long term releases continue to receive point releases afterwards. At this time of this writing the latest 4.14 point release is 4.14.218. 大约每2-3个月就会有一个新的主流Linux内核发布。这些版本分别是主要版本和次要版本,例如4.14和4.15。其中一些版本被标记为长期版本,4.14版本就是一个长期版本。长期版本之后继续有若干修正版本。在撰写本文时,最新的4.14修正版本是4.14.218。 It is perfectly acceptable to use a long term release (for example 4.14) it is critical that the point releases are regularly updated. These releases fix critical security vulnerabilities as well as other important bugs. To get an idea of how many CVEs (security vulnerabilities) have been fixed for the 4.14 kernel, have a look here: [[https://www.linuxkernelcves.com/streams/4.14|https://www.linuxkernelcves.com/streams/4.14]] If you are used to Linux on your desktop you might use long term releases then. For example Ubuntu 20.04 shipped with the 5.4 kernel. Ubuntu 20.04 will continue to use the 5.4 release. The key difference here is that Ubuntu continues to update the point releases of their kernel. ===== Remarkable 2 ===== The rM2 shipped and as of this writing continues to use the 4.14.78 kernel. The 4.14 kernel was released in 2017 and the 4.14.78 update was shipped in 2018. The 4.14.78 kernel is unpatched and unsupported, when you purchase the product the software is already out of date. The rM2 uses a kernel that was forked from this branch: [[https://github.com/Freescale/linux-fslc/tree/4.14-1.0.x-imx|https://github.com/Freescale/linux-fslc/tree/4.14-1.0.x-imx]]. It appears there have not been any updates to a newer release (either 4.14.x or later) and it also seems like there has been no effort to upstream the changes. ==== Update to 4.14 kernel ==== It should be pretty easy to rebase the rM2 zero-sugar tree on the latest from the [[https://github.com/Freescale/linux-fslc/tree/4.14-1.0.x-imx|https://github.com/Freescale/linux-fslc/tree/4.14-1.0.x-imx]] branch to at least get an updated 4.14 kernel with fixes. ==== Update to 5.4 kernel ==== Currently the work is to rebase it on the i.MX branch from the FSL sources. That is, to rebase the remarkable patches on top of this branch: [[https://github.com/Freescale/linux-fslc/tree/5.4-2.2.x-imx|https://github.com/Freescale/linux-fslc/tree/5.4-2.2.x-imx]] The latest 5.4 rM2 kernel is available here: [[https://github.com/alistair23/linux/tree/5.4-rM2-2.2.x-imx|https://github.com/alistair23/linux/tree/5.4-rM2-2.2.x-imx]] For a list of issues with the 5.4 build see: [[https://github.com/alistair23/linux/issues?q=is%3Aissue+is%3Aopen+label%3ArM2|https://github.com/alistair23/linux/issues?q=is%3Aissue+is%3Aopen+label%3ArM2]] === Build === First build the kernel and modules <code> ARCH=arm CROSS_COMPILE=arm-none-eabi- make imx_v6_v7_defconfig ARCH=arm CROSS_COMPILE=arm-none-eabi- make -j8 ARCH=arm CROSS_COMPILE=arm-none-eabi- make modules_install INSTALL_MOD_PATH=./tmp rm -rf tmp/lib/modules/*/build tmp/lib/modules/*/source </code> Then copy the modules to the rM2 <code> scp -r tmp/lib/modules/* root@172.16.1.179:/lib/modules/ </code> Copy the Linux image and device tree <code> scp -r arch/arm/boot/zImage root@172.16.1.179:/home/root/ scp -r arch/arm/boot/dts/imx7d-remarkable2.dtb root@172.16.1.179:/home/root/ </code> Then SSH to the device. Under /lib/modules/ you should see the origin 4.14 director and a new 5.4 directory. You then want to move the /home/root/imx7d-remarkable2.dtb file to /boot/zero-sugar.dtb and the /home/root/zImage to /boot/. **Make SURE you back the original files first** After that reboot. ==== Update to mainline kernel ==== There is also on going work to run a mainline (official) kernel on the rM2. That effort can be seen here: [[https://github.com/alistair23/linux/tree/rM2-mainline|https://github.com/alistair23/linux/tree/rM2-mainline]] This is a work in progress, so only things that work are listed below === What works === - Full boot - UART
Page Tools
站点工具
最近更改
媒体管理
网站地图
Site Tools
页面工具
显示页面
修订记录
反向链接
回到顶部
User Tools
用户工具
注册
登录