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
| # Decompile | |
| dtc -I dtb -O dts -o devicetree.dts /boot/dtb/<your_devicetree_file_name>.dtb | |
| # Compile | |
| dtc -I dts -O dtb devicetree.dts -o <your_devicetree_file_name>.dtb | |
| # Merge with DTBO | |
| fdtoverlay -i modified-base.dtb -o modified-full.dtb /boot/tegra194-p3668-all-p3509-0000-user-custom.dtbo | |
| # DTS from fs |
We can't make this file beautiful and searchable because it's too large.
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
| Country,City,Provider,Host,ID | |
| Abkhazia,Sukhum,Aquafon GSM,62.182.8.78:8080,9058 | |
| Abkhazia,Sukhum,"Systema, LTD",cyxym.net:8080,5089 | |
| Abkhaziya,Sukhum,A-Mobile,speedtest.a-mobile.biz:8080,9714 | |
| Afghanistan,Herat,Afghan Wireless,hrtspeedtest.afghan-wireless.com:8080,9622 | |
| Afghanistan,Kabul,Afghan Telecom,sp1.afghantelecom.af:8080,11019 | |
| Afghanistan,Kabul,etisalat Afghanistan,speedtest.etisalat.af:8080,21807 | |
| Afghanistan,Kabul,Afghan Wireless,speedtest.afghan-wireless.com:8080,5189 | |
| Afghanistan,Kabul,Afghan Wireless Communication Company,kdzspeedtest.afghan-wireless.com:8080,13501 | |
| Afghanistan,Kabul,Insta Telecom,speedtest.instatelecom.com:8080,12798 |
Tested on Ubuntu 16.04 Docker container. The Dockerfile is a single line FROM ubuntu:16.04.
NOTE: stopping services didn't work for me for some reason. That's why there is pidof <service name> | xargs kill after each failed service <service name> stop to kill it.