mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
u-boot-olinuxino-lime2-emmc: Add new port
Add a port for this Allwinner A20 board by Olimex.
This commit is contained in:
parent
901a7148ac
commit
64a0a1c187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499871
@ -1379,6 +1379,7 @@
|
||||
SUBDIR += u-boot-olimex-a20-som-evb
|
||||
SUBDIR += u-boot-olinuxino-lime
|
||||
SUBDIR += u-boot-olinuxino-lime2
|
||||
SUBDIR += u-boot-olinuxino-lime2-emmc
|
||||
SUBDIR += u-boot-orangepi-one
|
||||
SUBDIR += u-boot-orangepi-pc
|
||||
SUBDIR += u-boot-orangepi-pc-plus
|
||||
|
9
sysutils/u-boot-olinuxino-lime2-emmc/Makefile
Normal file
9
sysutils/u-boot-olinuxino-lime2-emmc/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
MODEL= olinuxino-lime2-emmc
|
||||
BOARD_CONFIG= A20-OLinuXino-Lime2-eMMC_defconfig
|
||||
FAMILY= allwinner
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
13
sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr
Normal file
13
sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
U-Boot loader for Olinuxino Lime2.
|
||||
|
||||
To install this bootloader on an sdcard just do :
|
||||
dd if=$LOCALBASE/share/u-boot/u-boot-olinuxino-lime/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
|
||||
|
||||
This version is patched so that:
|
||||
* API features are enabled.
|
||||
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included
|
||||
|
||||
For information about running FreeBSD on Allwinner boards, see
|
||||
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
|
||||
|
||||
WWW: http://www.denx.de/wiki/U-Boot
|
Loading…
Reference in New Issue
Block a user