Simon Glass 401d1c4f5d common: Drop asm/global_data.h from common header 3 years ago
..
Kconfig 6802d7951c Add i.MX7D based Meerkat96 board support 4 years ago
MAINTAINERS 5073e04351 meerkat96: fix typo in MAINTAINERS email address 4 years ago
Makefile 6802d7951c Add i.MX7D based Meerkat96 board support 4 years ago
README 6802d7951c Add i.MX7D based Meerkat96 board support 4 years ago
imximage.cfg 0567099bea arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB 3 years ago
meerkat96.c 401d1c4f5d common: Drop asm/global_data.h from common header 3 years ago

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.