Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / u-boot-cubox-hummingboard / pkg-descr
1 U-Boot loader for SolidRun Cubox-i and Hummingboard.
2
3 Install the u-boot.imx file onto the boot disk using:
4
5   dd if=u-boot.imx of=/dev/whatever bs=1k oseek=1 conv=sync
6
7 The U-Boot built by this port expects the first 1MB of the boot media to
8 be reserved for the U-Boot executable and saved environment.  The u-boot.imx
9 file begins at an offset of 1K from the start of the boot disk.  The U-Boot
10 environment area begins at an offset of 512K.
11
12 This version is patched so that:
13  * ELF and API features are enabled to support ubldr.
14
15 The sources for this port were originally obtained from commit e4bc4c3ebe
16 at https://github.com/SolidRun/u-boot-imx6 which appears to be a highly
17 modified fork of the stock U-Boot 2013.10 release.  As of this writing,
18 the changes in this fork have not been rolled back into upstream U-Boot.
19
20 WWW: https://www.denx.de/wiki/U-Boot