A script to fix EDID problems on external monitors in macOS.
-
Connect only the problem display.
-
Create this directory structure (if it doesn't already exist):
| #!/usr/bin/env python3 | |
| # znp-uart-test | |
| # | |
| # Use this script as a sanity check after you burn the ZNP coordinator | |
| # firmware on your zzh stick. | |
| # | |
| # !! Before you run this script, make sure you flash the | |
| # latest Z-Stack Coordinator firmware on your zzh stick. | |
| # |
| # nvidia-docker run -ti nvidia/cuda:7.0-devel-centos7 | |
| yum update | |
| yum install epel-release | |
| yum install gcc gcc-c++ git vim python-devel python-pip make cmake \ | |
| blas-devel lapack-devel openblas-devel \ | |
| protobuf-devel leveldb-devel snappy-devel opencv-devel boost-devel hdf5-devel gflags-devel glog-devel lmdb-devel libjpeg-devel libpng-devel | |
| # Too old: | |
| # yum install Cython scipy python-matplotlib |