Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139430321
D31134.id92055.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
891 B
Referenced Files
None
Subscribers
None
D31134.id92055.diff
View Options
diff --git a/release/arm64/NANOPI-R4S.conf b/release/arm64/NANOPI-R4S.conf
new file mode 100644
--- /dev/null
+++ b/release/arm64/NANOPI-R4S.conf
@@ -0,0 +1,27 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+EMBEDDED_TARGET_ARCH="aarch64"
+EMBEDDED_TARGET="arm64"
+EMBEDDEDBUILD=1
+EMBEDDEDPORTS="sysutils/u-boot-nanopi-r4s"
+FAT_SIZE="50m -b 16m"
+FAT_TYPE="16"
+IMAGE_SIZE="3072M"
+KERNEL="GENERIC"
+MD_ARGS="-x 63 -y 255"
+PART_SCHEME="GPT"
+export BOARDNAME="NANOPI-R4S"
+
+arm_install_uboot() {
+ UBOOT_DIR="/usr/local/share/u-boot/u-boot-nanopi-r4s"
+ UBOOT_FILE_1="idbloader.img"
+ UBOOT_FILE_2="u-boot.itb"
+ chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/${UBOOT_FILE_1} \
+ of=/dev/${mddev} bs=512 seek=64 conv=sync
+ chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/${UBOOT_FILE_2} \
+ of=/dev/${mddev} bs=512 seek=16384 conv=sync
+ return 0
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 13, 12:19 AM (12 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26916374
Default Alt Text
D31134.id92055.diff (891 B)
Attached To
Mode
D31134: Add FriendlyArm NanoPi R4S config for generation of release images
Attached
Detach File
Event Timeline
Log In to Comment