public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Multiple ramdisks in FIT image
@ 2019-11-08 10:24 Gamble, Bradley
  0 siblings, 0 replies; only message in thread
From: Gamble, Bradley @ 2019-11-08 10:24 UTC (permalink / raw)
  To: u-boot


Hi,


Apologies in advance if this isn't the right place to ask this question, but I'm not sure where else to ask!


I have a FIT image that currently boots a Linux Kernel (vmlinux.bin.gz), Ramdisk (rootfs.cpio.gz) and Device Tree (platform.dtb). This works fine and my default configuration looks as so:



    configurations {
        default = "conf at 1";
        conf at 1 {
            description = "Boot Linux kernel with FDT blob + ramdisk";
            kernel = "kernel at 0";
            fdt = "fdt at 0";
            ramdisk = "ramdisk at 0";
            hash at 1 {
                algo = "sha1";
            };
        };
    };


I want to extend this as to have a separate filesystem partition (ie jffs, ext2) that is mounted by Linux once the main kernel + ramdisk has booted, and will also be an image contained within the FIT tree. I am familiar with mounting Linux filesystems but my concern is whether it is possible to expose this image to the booted kernel, ie whether two ramdisks contained in the same FIT image can be mounted by Linux at boot time?


Kind regards,

BDG

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-08 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-08 10:24 [U-Boot] Multiple ramdisks in FIT image Gamble, Bradley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox