u-boot-brain/board/novtech/meerkat96
Tom Rini 0567099bea arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB
There are a few remaining places where we say CONFIG_SECURE_BOOT rather
than CONFIG_IMX HAB.  Update these instances.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Cc: Eddy Petrișor <eddy.petrisor@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Fixes: d714a75fd4 ("imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB")
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
2020-06-26 10:29:06 -04:00
..
Kconfig Add i.MX7D based Meerkat96 board support 2019-10-13 22:49:11 +02:00
MAINTAINERS meerkat96: fix typo in MAINTAINERS email address 2020-01-25 12:04:36 -05:00
Makefile Add i.MX7D based Meerkat96 board support 2019-10-13 22:49:11 +02:00
README Add i.MX7D based Meerkat96 board support 2019-10-13 22:49:11 +02:00
imximage.cfg arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB 2020-06-26 10:29:06 -04:00
meerkat96.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00

README

* Build U-Boot for Meerkat96 board

  $ make mrproper
  $ make meerkat96_defconfig
  $ make

  It will generate the U-Boot binary called u-boot-dtb.imx

* Install U-Boot to MicroSD card

  Plug MicroSD card to a Linux machine (with card reader), find the
  device name and replace sd[x] with the name in the following command.

  $ sudo dd if=u-boot-dtb.imx of=/dev/sd[x] bs=512 seek=2

  It will install U-Boot to MicroSD card at 1KiB offset.  Insert the
  card to Meerkat96 MicroSD slot, power up the board, and U-Boot should
  boot from the card.