[RFC,0/2] Add support to genimage.sh for creating a bmap image
mbox series

Message ID 20240421095353.208034-1-dario.binacchi@amarulasolutions.com
Headers show
Series
  • Add support to genimage.sh for creating a bmap image
Related show

Message

Dario Binacchi April 21, 2024, 9:53 a.m. UTC
The series adds to the `genimage.sh` script an option for creating a
bmap image, which significantly reduces the time required to write an
image to an SD card. It also includes a use case applied to the
`ti_am62x_sk_defconfig` configuration to demonstrate how to use the
new option.

Dario Binacchi (2):
  support/scripts/genimage.sh: support creating a bmap image
  configs/ti_am62x_sk_defconfig: create the bmap image

 configs/ti_am62x_sk_defconfig |  3 ++-
 support/scripts/genimage.sh   | 21 +++++++++++++++++++--
 2 files changed, 21 insertions(+), 3 deletions(-)