* How to properly boot without a separate initrd
@ 2020-06-10 16:07 krecis
2020-06-10 16:22 ` Neil Armstrong
0 siblings, 1 reply; 3+ messages in thread
From: krecis @ 2020-06-10 16:07 UTC (permalink / raw)
To: u-boot-amlogic
Hi,
I have a kernel image which already contains an initramfs, I don't know how to properly boot that with uboot .
The bootm syntax is
bootm start <os> <initrd> <fdtaddr>
which implies that the user always has a 2 separate files for the kernel and the initrd, I have an Image file with kernel+initramfs and a dtb/fdt file : how do I boot ?
I have not found a proper way/command to achieve this under uboot .
should I set the initrd address to 0 ?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to properly boot without a separate initrd
2020-06-10 16:07 How to properly boot without a separate initrd krecis
@ 2020-06-10 16:22 ` Neil Armstrong
2020-06-12 9:03 ` krecis
0 siblings, 1 reply; 3+ messages in thread
From: Neil Armstrong @ 2020-06-10 16:22 UTC (permalink / raw)
To: u-boot-amlogic, krecis
H-,
On 10/06/2020 18:07, krecis@gmail.com wrote:
> Hi,
> I have a kernel image which already contains an initramfs, I don't know how to properly boot that with uboot .
>
> The bootm syntax is
> bootm start <os> <initrd> <fdtaddr>
>
> which implies that the user always has a 2 separate files for the kernel and the initrd, I have an Image file with kernel+initramfs and a dtb/fdt file : how do I boot ?
> I have not found a proper way/command to achieve this under uboot .
> should I set the initrd address to 0 ?
you can replace the value with "-" and its ignored :
bootm <os> - <fdtaddr>
Neil
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to properly boot without a separate initrd
2020-06-10 16:22 ` Neil Armstrong
@ 2020-06-12 9:03 ` krecis
0 siblings, 0 replies; 3+ messages in thread
From: krecis @ 2020-06-12 9:03 UTC (permalink / raw)
To: Neil Armstrong, u-boot-amlogic
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-12 9:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10 16:07 How to properly boot without a separate initrd krecis
2020-06-10 16:22 ` Neil Armstrong
2020-06-12 9:03 ` krecis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.