All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-chip][PATCH V3 0/4] Initial attempt at flashing instructions.
@ 2017-06-29  1:12 drew.moseley
  2017-06-29  1:12 ` [meta-chip][PATCH V3 1/4] chip: Make page size into a variable drew.moseley
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: drew.moseley @ 2017-06-29  1:12 UTC (permalink / raw)
  To: yocto

From: Drew Moseley <drew.moseley@mender.io>

* V3:

Cleanup README.

Add CHIP_UBI_PAGE_SIZE variable to reuse the data from the machine configuration.

* V2:

Updated README and layer dependencies.

Added error checking to flashing script

* V1:

This set of patches adds the native tools and target components needed to
reflash the CHIP boards.  Additionally a shell script is added to the deploy
directory showing how to kick off a flash update. It's not ideal as I've
hardcoded a max size for the UBI image into the script and didn't see much
of an alternative. It does function though.

Drew

The following changes since commit 0079e6ac10fc371d6f527270c23b887561f717aa:

  chip: Append to MACHINE_EXTRA_RRECOMMENDS rather than overwriting (2017-06-15 13:37:19 +0100)

are available in the git repository at:

  git@github.com:drewmoseley/meta-chip.git flashing-instructions-v3

for you to fetch changes up to 69920ec23cef400687a2a8c1ab1a825a911278d2:

  chip: Add chip-u-boot-scr recipe and flash script (2017-06-28 19:06:01 -0400)

----------------------------------------------------------------
Drew Moseley (4):
      chip: Make page size into a variable.
      u-boot-chip: Deploy the sunxi-spl-with-ecc.bin file.
      chip: Build sunxi-tools-native.
      chip: Add chip-u-boot-scr recipe and flash script

 README                                          | 94 ++++++++++++++++++++++++-
 conf/layer.conf                                 |  3 +
 conf/machine/chip.conf                          |  8 ++-
 recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb  | 89 +++++++++++++++++++++++
 recipes-bsp/chip-u-boot-scr/files/boot.cmd.full | 32 +++++++++
 recipes-bsp/chip-u-boot-scr/files/boot.cmd.in   | 43 +++++++++++
 recipes-bsp/u-boot/u-boot-chip_git.bb           |  7 ++
 7 files changed, 272 insertions(+), 4 deletions(-)
 create mode 100644 recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb
 create mode 100644 recipes-bsp/chip-u-boot-scr/files/boot.cmd.full
 create mode 100644 recipes-bsp/chip-u-boot-scr/files/boot.cmd.in

Drew Moseley (4):
  chip: Make page size into a variable.
  u-boot-chip: Deploy the sunxi-spl-with-ecc.bin file.
  chip: Build sunxi-tools-native.
  chip: Add chip-u-boot-scr recipe and flash script

 README                                          | 94 ++++++++++++++++++++++++-
 conf/layer.conf                                 |  3 +
 conf/machine/chip.conf                          |  8 ++-
 recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb  | 89 +++++++++++++++++++++++
 recipes-bsp/chip-u-boot-scr/files/boot.cmd.full | 32 +++++++++
 recipes-bsp/chip-u-boot-scr/files/boot.cmd.in   | 43 +++++++++++
 recipes-bsp/u-boot/u-boot-chip_git.bb           |  7 ++
 7 files changed, 272 insertions(+), 4 deletions(-)
 create mode 100644 recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb
 create mode 100644 recipes-bsp/chip-u-boot-scr/files/boot.cmd.full
 create mode 100644 recipes-bsp/chip-u-boot-scr/files/boot.cmd.in

-- 
2.7.4



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-29 15:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29  1:12 [meta-chip][PATCH V3 0/4] Initial attempt at flashing instructions drew.moseley
2017-06-29  1:12 ` [meta-chip][PATCH V3 1/4] chip: Make page size into a variable drew.moseley
2017-06-29  1:12 ` [meta-chip][PATCH V3 2/4] u-boot-chip: Deploy the sunxi-spl-with-ecc.bin file drew.moseley
2017-06-29  1:12 ` [meta-chip][PATCH V3 3/4] chip: Build sunxi-tools-native drew.moseley
2017-06-29  1:12 ` [meta-chip][PATCH V3 4/4] chip: Add chip-u-boot-scr recipe and flash script drew.moseley
2017-06-29 15:48 ` [meta-chip][PATCH V3 0/4] Initial attempt at flashing instructions Andrei Gherzan

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.