Skip to content
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
merged 59 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
6cb5183
Add install script (#67)
prateekma Aug 2, 2020
d7cec05
Remove photonvision service if it already exists (#76)
prateekma Aug 6, 2020
77865de
Fix spelling error in install script (#113)
prateekma Sep 5, 2020
7297064
Fix curl error, update service unit file (#129)
Bankst Sep 19, 2020
cc3a538
Upgrade to Gradle 7.2 and WPILib 2022 (#316)
calcmogul Nov 22, 2021
4067a93
Add curl (#618)
mdurrani808 Dec 2, 2022
75c4190
Update heap size for install script (#622)
mdurrani808 Dec 2, 2022
92d1d35
Add avahi daemon to install script (#625)
mdurrani808 Dec 9, 2022
a962a77
Cpu performance mode & BIG.little tweaks (#633)
prensing Dec 27, 2022
3d21443
Replace MMAL driver with Libcamera (#491)
mcm001 Dec 28, 2022
dccede9
Make install script auto-detect arch (#679)
mcm001 Jan 2, 2023
9cb3447
Fix #748 - add libopencv-core4.5 for aarch64 systems. (#749)
smoser-frc Jan 18, 2023
84a7644
Install JRE instead of JDK in install script (#883)
mcm001 Jul 21, 2023
753cab5
Use correct package name (#891)
crschardt Jul 27, 2023
39222f1
Install script use Java 17
mcm001 Dec 20, 2023
a2566ea
Fix typo in systemd parameter (#1099)
prensing Jan 1, 2024
e7ebc1b
Install NetworkManager on Ubuntu distributions (fixes #1052) (#1070)
crschardt Jan 6, 2024
1135fb2
Add mrcal packges to install script (#1128)
mcm001 Jan 8, 2024
f1a881f
Add v4l-utils to install script (#1201)
gautvm Jan 27, 2024
3674df6
Run apt update and install sqlite3 (#1247)
TheTripleV Feb 20, 2024
5b46b4a
Bump libcamera to fix picam v1, remove duplicate opencv (#1263)
mcm001 May 10, 2024
d0cd579
Disable Arm32 Builds (#1325)
Craftzman7 May 20, 2024
cad8925
Update install.sh for OPi5 Ubuntu 24.04 (#1390)
crschardt Aug 13, 2024
7c96055
Add debug function to respect quiet
Oct 11, 2024
e1e9274
Add die function to simplify error returns
Oct 11, 2024
3fd59d3
Edit NetworkManager install debug to be clearer
Oct 11, 2024
ffbe2db
Edit debug output for apt-get update
Oct 11, 2024
36d76d3
Simplify installation by skipping installed packages
Oct 11, 2024
80cc81e
Add option for specifying architecture formally
Oct 11, 2024
9d20d66
Support long options
Oct 11, 2024
d699308
Make -m more sensible
Oct 11, 2024
dbc67ec
Add -l,--list-versions
Oct 11, 2024
b1cc2df
Add -v,--version
Oct 11, 2024
578b3e9
install.sh in wrong place
crschardt Oct 12, 2024
81e4c97
copied emdash00 improvements
crschardt Oct 13, 2024
bb0f987
fix wrong AllowedCPUs from main repo
crschardt Oct 13, 2024
e52a9ff
allow debug messages
crschardt Oct 13, 2024
14445ff
specify default version
crschardt Oct 13, 2024
b0a2898
specify if Network Manager should be installed
crschardt Oct 13, 2024
4231d12
correct message
crschardt Oct 13, 2024
5c4a475
check cpuinfo
crschardt Oct 13, 2024
6889b96
try 22.04 runner
crschardt Oct 13, 2024
c4c943a
ubuntu latest seems fine
crschardt Oct 13, 2024
4bd2902
check a few more things
crschardt Oct 13, 2024
a88a6fa
not detecting the RK3588 in chroot, so enable big cores here
crschardt Oct 13, 2024
a5808ed
better place for it
crschardt Oct 13, 2024
d47dbee
ARCH may not be detected correctly in chroot, so specify it
crschardt Oct 13, 2024
141254e
honor --install-nm=yes
crschardt Oct 14, 2024
17606f9
after asking, INSTALL_NETWORK_MANAGER should either be "yes" or "no"
crschardt Oct 14, 2024
92cc950
simplify the logic for asking to install NetworkManager
crschardt Oct 17, 2024
bfb395c
uses wget instead of curl to check releases
crschardt Oct 17, 2024
9847dc7
merge final changes from EmDash00
crschardt Nov 3, 2024
18cb7d2
test adding image version
crschardt Nov 3, 2024
6e5eff2
workflow already knows the ref_name so use it
crschardt Nov 3, 2024
376504a
does it work?
crschardt Nov 3, 2024
d8bc3f7
it looks like this will work
crschardt Nov 3, 2024
8c44a9d
should install NetworkManager
crschardt Nov 3, 2024
f278145
I don't think these are needed
crschardt Nov 3, 2024
294517e
Revert "I don't think these are needed"
crschardt Nov 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
commands: |
chmod +x ${{matrix.script}}
${{ matrix.script }}
echo "${{ github.ref_name }}" > /opt/photonvision/image-version

- name: Compress built image
run: |
Expand Down
Loading