All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyril Bur <cyrilbur@gmail.com>
To: Brad Bishop <bradleyb@fuzziesquirrel.com>
Cc: OpenBMC Patches <openbmc-patches@stwcx.xyz>, openbmc@lists.ozlabs.org
Subject: Re: [PATCH openbmc] Build a tftpboot friendly image.
Date: Tue, 26 Apr 2016 10:35:29 +1000	[thread overview]
Message-ID: <20160426103529.2c4ff3fa@camb691> (raw)
In-Reply-To: <1461273629-24609-2-git-send-email-openbmc-patches@stwcx.xyz>

On Thu, 21 Apr 2016 16:20:29 -0500
OpenBMC Patches <openbmc-patches@stwcx.xyz> wrote:

> From: Brad Bishop <bradleyb@fuzziesquirrel.com>
> 
> Build a rootfs cpio uimage with everything along with the other
> images.

There isn't much to go with, are you saying you're building a initramfs image
that contains the full openbmc userspace so that a booting system doesn't need
access to the flash at all. This is exactly what I need right now, thankyou!!

I've applied this patch, and I THINK I booted with the right file... doesn't
appear to have worked, it still tried to mount the flash and because I can't
flash openbmc on my machine I got dropped into recovery shell.

Thoughts?

Thanks anyway...

Cyril

> ---
>  meta-phosphor/conf/machine/include/obmc-bsp-common.inc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
> index 60ed088..260cc90 100644
> --- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
> +++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
> @@ -14,6 +14,7 @@ UBOOT_SUFFIX ?= "bin"
>  MACHINEOVERRIDES =. "openbmc:"
>  
>  IMAGE_FSTYPES += "overlay"
> +IMAGE_FSTYPES += "cpio.${INITRAMFS_CTYPE}.u-boot"
>  IMAGE_INSTALL += "u-boot-fw-utils"
>  
>  IMAGE_CLASSES += "obmc-phosphor-image_types_uboot"

  parent reply	other threads:[~2016-04-26  0:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-21 21:20 [PATCH openbmc] Build a tftpboot friendly image OpenBMC Patches
2016-04-21 21:20 ` OpenBMC Patches
2016-04-21 22:24   ` Milton Miller II
2016-04-26  0:35   ` Cyril Bur [this message]
2016-04-26  1:04     ` Brad Bishop
2016-04-26  1:10       ` Cyril Bur
2016-04-26  1:50       ` Cyril Bur
2016-04-27  1:38       ` Cyril Bur
2016-04-27  6:16         ` Joel Stanley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160426103529.2c4ff3fa@camb691 \
    --to=cyrilbur@gmail.com \
    --cc=bradleyb@fuzziesquirrel.com \
    --cc=openbmc-patches@stwcx.xyz \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.