-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply-updates-from-emdash00 #33
Merged
crschardt
merged 59 commits into
PhotonVision:master
from
crschardt:apply-updates-from-emdash00
Nov 7, 2024
Merged
Apply-updates-from-emdash00 #33
crschardt
merged 59 commits into
PhotonVision:master
from
crschardt:apply-updates-from-emdash00
Nov 7, 2024
Conversation
This file contains 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
* Add curl * goofy wording Co-authored-by: shueja-personal <[email protected]>
* Add nice value to service file, and give example CPU selection for those who need it. * Use cpufrequtils package to set CPUs into performance mode * Add comment about nice value * Need to say "yes" to installing cpufrequtils, and safer to do so for all installs. Co-authored-by: Matt <[email protected]>
Co-authored-by: Chris Gerth <[email protected]>
* Make install script auto-detect arch #679 Tested on linux x64 and aarch64 * Fix arm32 uname string Co-authored-by: Chris Gerth <[email protected]>
* Add and use a function in install.sh to determine if package is installed. Move the "is a package installed" code into a function. * Install libopencv-core4.5 on aarch64, which is likely raspberry pi. The libphotonvision.so on Raspberry pi depends on libopencv-core4.5. The code here installs that package on all aarch64 systems, as there was not an obvious way to install on only Raspberry pi systems. Fixes #748. Co-authored-by: Scott Moser <[email protected]>
Should reduce the size of packages needed to be downloaded
Add the following args to the install script: Syntax: sudo ./install.sh [-h|m|n|q] options: -h Display this help message. -m Install and configure NetworkManager (Ubuntu only). -n Disable networking. This will also prevent installation of NetworkManager. -q Silent install, automatically accepts all defaults. For non-interactive use.
Closes #1124 Also bumps opencv to 4.6 to match our libcamera driver
adds about 2kb to our image
Disables Arm32 builds and removes mention of the build option in the README.
This updates the install script to work correctly on Ubuntu 24.04 versions of the Orange Pi 5 images. Changes include: - installing libatomic1 - disabling networkd-wait-online if using Network Manager - using systemctl instead of service to detect if photonvision is running - detecting if this is a RK3588 cpu and enabling all cores
This reverts commit f278145. These lines will be included in a different PR.
mcm001
approved these changes
Nov 7, 2024
This was referenced Nov 11, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Transfer the updates from PhotonVision/photonvision#1456 to this repo.