Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140961113
D16487.id46096.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
746 B
Referenced Files
None
Subscribers
None
D16487.id46096.diff
View Options
Index: head/release/arm64/PINE64-LTS.conf
===================================================================
--- head/release/arm64/PINE64-LTS.conf
+++ head/release/arm64/PINE64-LTS.conf
@@ -0,0 +1,26 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+EMBEDDED_TARGET_ARCH="aarch64"
+EMBEDDED_TARGET="arm64"
+EMBEDDEDBUILD=1
+EMBEDDEDPORTS="sysutils/u-boot-sopine"
+FAT_SIZE="54m -b 1m"
+FAT_TYPE="16"
+IMAGE_SIZE="2560M"
+KERNEL="GENERIC"
+MD_ARGS="-x 63 -y 255"
+NODOC=1
+PART_SCHEME="MBR"
+export BOARDNAME="PINE64-LTS"
+
+arm_install_uboot() {
+ UBOOT_DIR="/usr/local/share/u-boot/u-boot-sopine"
+ UBOOT_FILES="u-boot-sunxi-with-spl.bin"
+ chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/${UBOOT_FILES} \
+ of=/dev/${mddev} bs=1k seek=8 conv=sync
+
+ return 0
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 31, 3:31 AM (25 m, 22 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27401326
Default Alt Text
D16487.id46096.diff (746 B)
Attached To
Mode
D16487: release: arm64: Add PINE64-LTS configuration file
Attached
Detach File
Event Timeline
Log In to Comment