Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-22 Thread Drew Moseley
> On Jun 22, 2017, at 12:22 AM, Petter Mabäcker wrote: > > 2017-06-19 16:40 skrev Trevor Woerner: > >> On Mon, Jun 19, 2017 at 7:22 AM, Drew Moseley > > wrote: On Jun 19, 2017, at 1:48 AM, Trevor Woerner

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-21 Thread Petter Mabäcker
2017-06-19 16:40 skrev Trevor Woerner: > On Mon, Jun 19, 2017 at 7:22 AM, Drew Moseley wrote: > >>> On Jun 19, 2017, at 1:48 AM, Trevor Woerner wrote: >>> If you have a serial console connected to +your board, you will see the progress and

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-19 Thread Trevor Woerner
On Mon, Jun 19, 2017 at 7:22 AM, Drew Moseley wrote: > >> On Jun 19, 2017, at 1:48 AM, Trevor Woerner wrote: >> >>> If you have a serial console connected to >>> +your board, you will see the progress and a message on the console will >>> indicate

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-19 Thread Drew Moseley
> On Jun 19, 2017, at 1:48 AM, Trevor Woerner wrote: > >> If you have a serial console connected to >> +your board, you will see the progress and a message on the console will >> indicate when >> +the flashing is completed. > > hmmm, never saw this. I have a console

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-19 Thread Trevor Woerner
On Mon, Jun 19, 2017 at 1:48 AM, Trevor Woerner wrote: > On Fri 2017-06-16 @ 05:15:40 PM, drew.mose...@mender.io wrote: > Any thoughts? It appears my image was too large. Using a smaller image appears to work as expected! -- ___

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-18 Thread Trevor Woerner
On Fri 2017-06-16 @ 05:15:40 PM, drew.mose...@mender.io wrote: > +This script will take some time to execute. true > If you have a serial console connected to > +your board, you will see the progress and a message on the console will > indicate when > +the flashing is completed. hmmm, never

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-18 Thread Trevor Woerner
On Fri 2017-06-16 @ 05:15:40 PM, drew.mose...@mender.io wrote: > diff --git a/README b/README > index cccf59e..cf52e05 100644 > --- a/README > +++ b/README > @@ -59,4 +59,28 @@ To build a machine supported by this BSP layer follow the > next steps: Please wrap the additions to the README to 80

[yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-16 Thread drew . moseley
From: Drew Moseley Add a U-Boot script to handle flashing the SPL, U-Boot and UBI root filesystem images into the onboard flash. Also generate a script showing how to execute the flash steps. Signed-off-by: Drew Moseley --- README