This file contains hidden or 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
#!/bin/bash | |
sudo apt-get update && sudo apt-get -y upgrade | |
sudo apt-get install -y build-essential cmake unzip pkg-config | |
sudo apt-get install -y libjpeg-dev libpng-dev libtiff-dev | |
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev libv4l-dev | |
sudo apt-get install -y libxvidcore-dev libx264-dev | |
sudo apt-get install -y libgtk-3-dev | |
sudo apt-get install -y libcanberra-gtk* | |
sudo apt-get install -y libatlas-base-dev gfortran python3-dev |
This file contains hidden or 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
/dts-v1/; | |
/plugin/; | |
#include "/device-tree-overlays/dts-arm32/imx6dl-pinfunc.h" | |
#include <dt-bindings/gpio/gpio.h> | |
#include <dt-bindings/interrupt-controller/irq.h> | |
/ { | |
compatible = "toradex,colibri-imx6dl"; | |
fragment@0 { | |
target = <&i2c3>; | |
__overlay__ { |
This file contains hidden or 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
/dts-v1/; | |
/plugin/; | |
#include "/device-tree-overlays/dts-arm32/imx6dl-pinfunc.h" | |
#include <dt-bindings/gpio/gpio.h> | |
#include <dt-bindings/interrupt-controller/irq.h> | |
/ { | |
compatible = "toradex,colibri-imx6dl"; | |
fragment@0 { | |
target = <&i2c3>; | |
__overlay__ { |
This file contains hidden or 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
/dts-v1/; | |
/plugin/; | |
#include "/device-tree-overlays/dts-arm32/imx6dl-pinfunc.h" | |
#include <dt-bindings/gpio/gpio.h> | |
#include <dt-bindings/interrupt-controller/irq.h> | |
/ { | |
compatible = "toradex,colibri-imx6dl"; | |
fragment@0 { | |
target = <&i2c3>; | |
__overlay__ { |
This file contains hidden or 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
diff --git a/arch/arm/boot/dts/imx6qdl-colibri.dtsi b/arch/arm/boot/dts/imx6qdl-colibri.dtsi | |
index 23770786ab77..9009bb85a93e 100644 | |
--- a/arch/arm/boot/dts/imx6qdl-colibri.dtsi | |
+++ b/arch/arm/boot/dts/imx6qdl-colibri.dtsi | |
@@ -756,7 +756,7 @@ | |
}; | |
pinctrl_uart1_ctrl: uart1-ctrlgrp { /* Additional DTR, DSR, DCD */ | |
fsl,pins = < | |
- MX6QDL_PAD_EIM_D23__UART1_DCD_B 0x1b0b0 | |
+ //MX6QDL_PAD_EIM_D23__UART1_DCD_B 0x1b0b0 |
This file contains hidden or 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
/dts-v1/; | |
/plugin/; | |
#include "/device-tree-overlays/dts-arm32/imx7d-pinfunc.h" | |
#include <dt-bindings/gpio/gpio.h> | |
#include <dt-bindings/interrupt-controller/irq.h> | |
/ { | |
compatible = "toradex,colibri-imx7"; | |
fragment@0 { | |
target = <&i2c4>; | |
__overlay__ { |
This file contains hidden or 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
/dts-v1/; | |
/plugin/; | |
#include "/device-tree-overlays/dts-arm32/imx7d-pinfunc.h" | |
#include "/device-tree-overlays/include/dt-bindings/gpio/gpio.h" | |
#include "/device-tree-overlays/include/dt-bindings/interrupt-controller/irq.h" | |
/ { | |
compatible = "toradex,colibri-imx7"; | |
fragment@0 { | |
target = <&i2c4>; | |
__overlay__ { |
This file contains hidden or 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
# | |
# Automatically generated file; DO NOT EDIT. | |
# crosstool-NG Configuration | |
# | |
CT_CONFIGURE_has_static_link=y | |
CT_CONFIGURE_has_wget=y | |
CT_CONFIGURE_has_curl=y | |
CT_CONFIGURE_has_make_3_81_or_newer=y | |
CT_CONFIGURE_has_libtool_2_4_or_newer=y | |
CT_CONFIGURE_has_libtoolize_2_4_or_newer=y |
This file contains hidden or 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
# | |
# Automatically generated file; DO NOT EDIT. | |
# crosstool-NG Configuration | |
# | |
CT_CONFIGURE_has_static_link=y | |
CT_CONFIGURE_has_wget=y | |
CT_CONFIGURE_has_curl=y | |
CT_CONFIGURE_has_make_3_81_or_newer=y | |
CT_CONFIGURE_has_libtool_2_4_or_newer=y | |
CT_CONFIGURE_has_libtoolize_2_4_or_newer=y |
This file contains hidden or 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
#!/bin/bash | |
echo "This script will build and install OpenCV 3.4.2 with CUDA support on the TK1" | |
echo "Installing dependencies..." | |
sudo apt-get update | |
sudo apt-get install -y \ | |
cmake \ | |
libglew-dev \ | |
libtiff5-dev \ |
NewerOlder