freebsd-ports/sysutils/u-boot-imx-serial-loader/Makefile
Mark Linimon ad1dcffa93 This program boots an i.MX or Vybrid system using a copy of U-Boot
transferred to the system over an OTG or UART connection.  It can be
used to "unbrick" a system which has a corrupted or missing copy of
U-Boot in nonvolatile media such as nand flash or eeprom.  i.MX systems
use the OTG port, Vybrid systems use the UART port.

To use this, connect the OTG port of your i.MX board to a USB host
port on your computer, power on the board, then run imx_usb <filename>
where filename is the board-specific u-boot.imx file to boot with.

WWW: https://github.com/boundarydevices/imx_usb_loader

PR:		220260
Submitted by:	ian
2017-06-25 20:02:56 +00:00

22 lines
421 B
Makefile

# Created by: Ian Lepore <ian@FreeBSD.org>
# $FreeBSD$
PORTNAME= u-boot-imx-serial-loader
PORTVERSION= 2017.01
CATEGORIES= sysutils
MAINTAINER= ian@FreeBSD.org
COMMENT= Load u-boot via USB or UART on i.MX5, i.MX6, i.MX7, and Vybrid
LICENSE= LGPL21
USE_GITHUB= yes
GH_ACCOUNT= boundarydevices
GH_PROJECT= imx_usb_loader
GH_TAGNAME= ba6b31c
USES= gmake pkgconfig
MAKE_ARGS+= prefix=${PREFIX}
.include <bsd.port.mk>