u-boot/board/novtech/meerkat96
Simon Glass 5c86a8f7a1 imx: Don't define __ASSEMBLY__ in source files
This is supposed to be a build-system flag. Move it there so we can
define it before linux/kconfig.h is included.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-02-08 23:07:58 -05:00
..
imximage.cfg imx: Don't define __ASSEMBLY__ in source files 2022-02-08 23:07:58 -05:00
Kconfig imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
MAINTAINERS
Makefile
meerkat96.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05: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.