Port details |
- u-boot-imx-serial-loader Load u-boot via USB or UART on i.MX5, i.MX6, i.MX7, and Vybrid
- 2017.01 sysutils
=2 2017.01Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2017-06-25 20:03:05
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://github.com/boundarydevices/imx_usb_loader
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- u-boot-imx-serial-loader>0:sysutils/u-boot-imx-serial-loader
- To install the port:
- cd /usr/ports/sysutils/u-boot-imx-serial-loader/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/u-boot-imx-serial-loader
- pkg install u-boot-imx-serial-loader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: u-boot-imx-serial-loader
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1498334706
SHA256 (boundarydevices-imx_usb_loader-2017.01-ba6b31c_GH0.tar.gz) = a4bc518e4ddcb6e63ec6267d7e936d4099ded0af911c96f249060d208b14fa11
SIZE (boundarydevices-imx_usb_loader-2017.01-ba6b31c_GH0.tar.gz) = 37621
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_u-boot-imx-serial-loader
- USES:
- gmake pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2017.01 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2017.01 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2017.01 01 Jan 2022 14:12:47
    |
Rene Ladan (rene)  |
*: reset Ian's ports, he passed away a while ago.
With hat: portmgr-secretary |
2017.01 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2017.01 25 Jun 2017 20:02:57
  |
linimon  |
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 |