Skip to content

Commit

Permalink
Configuration fixes for Banana Pi M1+
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 2, 2016
1 parent a6736a8 commit 67f1822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/fex/bananapim1plus.fex
Expand Up @@ -834,7 +834,7 @@ usb_restric_capacity = 5
usb_used = 1
usb_port_type = 1
usb_detect_type = 0
usb_drv_vbus_gpio =
usb_drv_vbus_gpio = port:PH00<1><0><default><0>
usb_restrict_gpio =
usb_host_init_state = 1
usb_restric_flag = 0
Expand All @@ -843,7 +843,7 @@ usb_restric_flag = 0
usb_used = 1
usb_port_type = 1
usb_detect_type = 0
usb_drv_vbus_gpio =
usb_drv_vbus_gpio = port:PH01<1><0><default><0>
usb_restrict_gpio =
usb_host_init_state = 1
usb_restric_flag = 0
Expand Down
9 changes: 5 additions & 4 deletions config/fex/bananapim1pluslcd7.fex
@@ -1,6 +1,7 @@
[product]
;based on https://github.com/BPI-SINOVOIP/BPI-M1-M1Plus-Configuration/blob/master/fex/BPI_M1Plus_7lcd.fex
;modifications based on contents of bananapim1plus.fex
;modifications based on http://forum.banana-pi.org/t/bpi-m1-uart3-ttys2-not-working/681/29

version = "100"
machine = "Banana Pi BPI-M1-Plus"

Expand Down Expand Up @@ -181,7 +182,7 @@ uart_tx = port:PH00<4><1><default><default>
uart_rx = port:PH01<4><1><default><default>

[uart_para4]
uart_used = 0
uart_used = 1
uart_port = 4
uart_type = 2
uart_tx = port:PH04<4><1><default><default>
Expand Down Expand Up @@ -836,7 +837,7 @@ usb_restric_capacity = 5
usb_used = 1
usb_port_type = 1
usb_detect_type = 0
usb_drv_vbus_gpio =
usb_drv_vbus_gpio = port:PH00<1><0><default><0>
usb_restrict_gpio =
usb_host_init_state = 1
usb_restric_flag = 0
Expand All @@ -845,7 +846,7 @@ usb_restric_flag = 0
usb_used = 1
usb_port_type = 1
usb_detect_type = 0
usb_drv_vbus_gpio =
usb_drv_vbus_gpio = port:PH01<1><0><default><0>
usb_restrict_gpio =
usb_host_init_state = 1
usb_restric_flag = 0
Expand Down

0 comments on commit 67f1822

Please sign in to comment.