forked from ophub/amlogic-s9xxx-armbian
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
31,862 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+62 Bytes
(100%)
build-armbian/amlogic-dtb/meson-sm1-hk1box-vontar-x3-oc.dtb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
source /etc/network/interfaces.d/* | ||
# Network is managed by Network manager | ||
auto lo | ||
iface lo inet loopback | ||
auto wlan0 | ||
iface wlan0 inet dhcp | ||
auto eth0 | ||
iface eth0 inet dhcp | ||
hwaddress ether 12:34:56:78:9A:BC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
build-armbian/common-files/files/usr/share/openvfd/conf/x96air.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This file must be renamed to vfd.conf and placed in the /storage/.config/ folder. | ||
# | ||
# X96 Air (S905X3) configuration | ||
#-------------------- | ||
#gpio_xxx: | ||
# [0] 0 = &gpio, 1 = &gpio_ao. | ||
# [1] pin number - https://github.com/openSUSE/kernel/blob/master/include/dt-bindings/gpio/meson-g12a-gpio.h | ||
# [0] Reserved - must be 0. | ||
|
||
vfd_gpio_clk='0,64,0' | ||
vfd_gpio_dat='0,63,0' | ||
vfd_gpio_stb='1,10,0' | ||
|
||
#chars: | ||
# < DHHMM > Order of display chars (D=dots, represented by a single char) | ||
|
||
vfd_chars='4,0,1,2,3' | ||
|
||
#dot_bits: | ||
# Order of dot bits. Typical configurations: | ||
# Display Type 0, 1 usually has Alarm, USB, Play, Pause, Col, Ethernet, Wifi dots | ||
# Alarm = 0, USB = 1, Play = 2, Pause = 3, Col = 4, Eth = 5, Wifi = 6 | ||
# Display Type 2 usually has APPS, USB, SETUP, CARD, Col, HDMI, CVBS dots | ||
# APPS = 0, USB = 1, SETUP = 2, CARD = 3, Col = 4, HDMI = 5, CVBS = 6 | ||
# Display Type 3 Power, LAN, Col, Low Wifi, High Wifi | ||
# N/A = 0, N/A = 1, Power = 2, LAN = 3, Col = 4, Low Wifi = 5, High Wifi = 6 | ||
|
||
vfd_dot_bits='0,1,2,3,4,5,6' | ||
|
||
#display_type: | ||
# [0] - Display type. | ||
# [1] - Reserved - must be 0.. | ||
# [2] - Flags. (bit 0 = '1' - Common Anode display) | ||
# [3] - Controller. | ||
|
||
vfd_display_type='0x02,0x00,0x01,0x00' # ok | ||
|
||
functions='usb apps setup sd hdmi cvbs' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.