We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb8a07 commit 2c56c21Copy full SHA for 2c56c21
build.sh
@@ -0,0 +1,26 @@
1
+#!/bin/bash
2
+
3
+cd `dirname $0`
4
+chown -R alarm:alarm linux-aarch64-beikeyun-p1 linux-firmware-armbian linux-uboot-beikeyun-p1
5
6
+echo "Building Linux image... "
7
+cd linux-aarch64-beikeyun-p1
8
+runuser -u alarm updpkgsums
9
+runuser -u alarm -- makepkg -Ccf
10
+mv *.tar.xz ../
11
+cd ..
12
+echo -e "done.\n\n"
13
14
+echo "Building Linux Firmware... "
15
+cd linux-firmware-armbian
16
17
18
19
20
21
+echo "Building U-Boot... "
22
+cd linux-uboot-beikeyun-p1
23
24
25
26
0 commit comments