Difference between revisions of "Initramfs"
From Rockchip open source Document
(Created page with " A initramfs is a ramdisk which will mount the root filesystem. From it, we can support some fucntions, like battery monitor, firmware update, multi-os boot. We have...") |
|||
Line 6: | Line 6: | ||
We have provide a yocto layer that will help you build initramfs image. | We have provide a yocto layer that will help you build initramfs image. | ||
− | For more infos, please refer to readme in [https://github.com/rockchip-linux/meta-rockchip- | + | For more infos, please refer to readme in [https://github.com/rockchip-linux/meta-rockchip-initramfs meta-rockchip-initramfs]. |
Latest revision as of 02:18, 23 October 2017
A initramfs is a ramdisk which will mount the root filesystem. From it, we can support some fucntions, like battery monitor, firmware update, multi-os boot.
We have provide a yocto layer that will help you build initramfs image.
For more infos, please refer to readme in meta-rockchip-initramfs.