Jump to content

Add config orangepiplus2


sasha-zm

Recommended Posts

Hi
Harness the Board Orange Pi + 2.
I propose to add the configuration for it.

 

 

sasha@ubuntu:~/orange/sdk/lib$ git diff master..add-orangepiplus2
diff --git a/config/boards/orangepiplus2.conf b/config/boards/orangepiplus2.conf
new file mode 100644
index 0000000..5d37e8c
--- /dev/null
+++ b/config/boards/orangepiplus2.conf
@@ -0,0 +1,11 @@
+# H3 quad core 2GB RAM WiFi eMMC
+BOARD_NAME="Orange Pi+ 2"
+LINUXFAMILY=sun8i
+BOOTCONFIG=orangepi_plus_defconfig
+MODULES="8189es #gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #gc2035 #vfe_v4l2 #sunxi-cir"
+MODULES_NEXT="8189es"
+CPUMIN=480000
+CPUMAX=1296000
+CLI_TARGET="jessie:default"
+DESKTOP_TARGET="jessie:default"
+KERNEL_TARGET="default,dev"
diff --git a/scripts/armbianmonitor/armbianmonitor-daemon b/scripts/armbianmonitor/armbianmonitor-daemon
index 0dfaa6b..813bafa 100644
--- a/scripts/armbianmonitor/armbianmonitor-daemon
+++ b/scripts/armbianmonitor/armbianmonitor-daemon
@@ -100,7 +100,7 @@ Main() {
                        DealWithNewBoard
                        # DealWithiMX6
                        ;;
-               "Orange Pi PC"|"Orange Pi Plus"|"Orange Pi 2"|"Orange Pi One"|"Orange Pi Lite")
+               "Orange Pi PC"|"Orange Pi+"|"Orange Pi+ 2"|"Orange Pi 2"|"Orange Pi One"|"Orange Pi Lite")
                        DealWithNewBoard
                        # DealWithH3
                        ;;

 

Link to comment
Share on other sites

I propose to add the configuration for it.

 

For cosmetical reasons? We already suffer from build times way too long so why building another 4 useless OS images (cli/desktop, soon two kernel) since Plus and Plus 2 are the same from a technical point of view (at least software: the only real difference is amount of DRAM and size of eMMC and that does not need different settings and is not worth the efforts).

Link to comment
Share on other sites

I agree

Error. You BOARD_NAME = "Orange Pi +"

 

diff --git a/scripts/armbianmonitor/armbianmonitor-daemon b/scripts/armbianmonitor/armbianmonitor-daemon
index 0dfaa6b..813bafa 100644
--- a/scripts/armbianmonitor/armbianmonitor-daemon
+++ b/scripts/armbianmonitor/armbianmonitor-daemon
@@ -100,7 +100,7 @@ Main() {
                        DealWithNewBoard
                        # DealWithiMX6
                        ;;
-               "Orange Pi PC"|"Orange Pi Plus"|"Orange Pi 2"|"Orange Pi One"|"Orange Pi Lite")
+               "Orange Pi PC"|"Orange Pi +"||"Orange Pi 2"|"Orange Pi One"|"Orange Pi Lite")
                        DealWithNewBoard
                        # DealWithH3
                        ;;

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines