1. u-boot loads zImage into memory;
2. u-boot loads ramdisk into memory;3. Linux kernel (zImage) runs and mounts ramdisk as root;
4. init (ramdisk) mounts system.img to /system;
5. init (ramdisk) mounts userdata.img to /data;
本文详细介绍了U-Boot加载Linux内核(zImage)及文件系统的整个过程:从加载zImage到内存运行,再到加载ramdisk作为根文件系统,并最终挂载system.img和userdata.img至指定目录。
1. u-boot loads zImage into memory;
2. u-boot loads ramdisk into memory;
2万+

被折叠的 条评论
为什么被折叠?