从uImage到Image,arm64平台上Linux镜像的变化, Booti命令的使用
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
uImage是arm32上uboot可以引导的镜像,是在zImage基础上加上uboot可以识别的头得到的.
在uboot命令行,可以使用bootm <uImageAddr> <rootfs addr> <dtb adr>启动Linux
在ARM64上不再支持uImage了,而是Image,
在uboot命令行可以使用booti <Image Adr> <rootfs adr> <dtb adr> 启动Linux




A beautiful web dashboard for Linux
最近提交(Master分支:28 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)