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

Raspberry Pi ビルドを bookworm にする #351

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

torikizi
Copy link
Contributor

@torikizi torikizi commented Sep 2, 2024

Raspberry Pi のビルドを bookworm ベースにアップデートしました。
また、Windows のビルドについて修正をしました。


This pull request includes several updates and fixes across multiple components, primarily focusing on compatibility improvements and version updates. The most important changes are summarized below:

Compatibility and Version Updates:

  • CHANGES.md: Added support for JetPack 5.1.2, including verification for JetPack 5.1.1 and 5.1.2, and noted compatibility issues with JetPack 5.1 causing errors in JetsonJpegDecoder.
  • CHANGES.md: Updated the build for Raspberry Pi OS from bullseye to bookworm, including modifications to multistrap suite and installation of libstdc++-11-dev.
  • multistrap/raspberry-pi-os_armv8.conf: Changed the suite from bullseye to bookworm and updated the package libstdc++-10-dev to libstdc++-11-dev.

Bug Fixes:

  • CHANGES.md: Fixed an issue where USB-connected cameras were not being detected on macOS, particularly addressing changes in macOS 14 by introducing a new API.

Build Configuration:

  • CMakeLists.txt: Added a compiler flag to ignore the STL version requirement for CUDA 12.4 or higher to prevent issues on other platforms.

Copy link
Contributor

@miosakuma miosakuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます、CHANGES のメンテナンスもありがとうございました。

@torikizi
Copy link
Contributor Author

torikizi commented Sep 2, 2024

レビューありがとうございます。こちらマージします。

@torikizi torikizi merged commit 78673c8 into develop Sep 2, 2024
8 checks passed
@torikizi torikizi deleted the feature/raspi-base-change-bookworm branch September 2, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants