Skip to content

Commit

Permalink
Update rk_install_script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 9, 2024
1 parent 7bda96e commit 7879594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rk_install_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def show_gui(stdscr, title, title_len, options):
uname_version = sh_("uname -r | grep -oP '\d+\.\d+\.\d+' | head -n1").strip()

Arducam_RK_driver_status = check_folder("Arducam_RK_driver")
if uname_version != "5.10.160":
if uname_version != "5.10.110-radxa":
deploy_camera_driver(device_model)
install_dtbo(device_model, camera_name)
change_resolution(resolution)
Expand Down

0 comments on commit 7879594

Please sign in to comment.