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
| mkdir opencv | |
| cd opencv | |
| sudo apt-get update -y && sudo apt-get upgrade -y | |
| sudo apt-get install build-essential cmake pkg-config -y | |
| sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev -y | |
| sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev -y | |
| sudo apt-get install libxvidcore-dev libx264-dev -y | |
| sudo apt-get install libgtk2.0-dev libgtk-3-dev -y | |
| sudo apt-get install libatlas-base-dev gfortran -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
| #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 | |
| uname_r=4.4.30-ti-r64 | |
| #uuid= | |
| #dtb= | |
| ##BeagleBone Black/Green dtb's for v4.1.x (BeagleBone White just works..) | |
| ##BeagleBone Black: HDMI (Audio/Video) disabled: | |
| dtb=am335x-boneblack-emmc-overlay.dtb |
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
| 2621 execve("/usr/bin/python", ["python", "pwmtest.py"], [/* 29 vars */]) = 0 | |
| 2621 brk(0) = 0x2151000 | |
| 2621 uname({sys="Linux", node="beaglebone", ...}) = 0 | |
| 2621 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
| 2621 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f5e000 | |
| 2621 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| 2621 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
| 2621 fstat64(3, {st_mode=S_IFREG|0644, st_size=55614, ...}) = 0 | |
| 2621 mmap2(NULL, 55614, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6f50000 | |
| 2621 close(3) = 0 |