Releases: opencardev/crankshaft
20250108
What's Changed
- Bump Nature40/pimod from 0.6.1 to 0.7.0 by @dependabot in #706
Full Changelog: 2025010...2025010
20250107
20250105
What's Changed
- Fix lightsensor.service unable to change brightness (#515) by @myfrom in #619
- Bump actions/stale from 4.1.0 to 8.0.0 by @dependabot in #625
- Bump mikepenz/release-changelog-builder-action from 2.8.2 to 3.7.1 by @dependabot in #628
- Resolve various build issues by @wjcarpenter in #683
- Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows by @dependabot in #679
- Sonofgib newdev by @matt2005 in #694
- Bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #687
- Bump mikepenz/release-changelog-builder-action from 3.7.1 to 5.0.0 by @dependabot in #689
- CI Updates by @matt2005 in #697
- Added fix for #698. by @matt2005 in #699
New Contributors
- @myfrom made their first contribution in #619
- @wjcarpenter made their first contribution in #683
Full Changelog: v.2022.09.12.1...2025010
Crankshaft OpenCarOS NG v2022.09.12.1 🌈
Changes
Fixes image naming
Crankshaft OpenCarOS NG alpha-7.5 2022-06-29
Re-Added Pi2 suport via separate image
What's Changed
- Add Stale workflow by @matt2005 in #516
- Bump mikepenz/release-changelog-builder-action from 2.6.0 to 2.7.0 by @dependabot in #513
- Bump Nature40/pimod from 0.4.4 to 0.5.0 by @dependabot in #526
- Bump mikepenz/release-changelog-builder-action from 2.7.0 to 2.7.2 by @dependabot in #523
- Bump actions/stale from 4.0.0 to 4.1.0 by @dependabot in #518
- Update with latest dev by @matt2005 in #532
Full Changelog: csng-alpha7.4...csng-alpha7.5
Crankshaft OpenCarOS NG Alpha-7.4 2021-09-22
Crankshaft OpenCarOS NG Alpha7.2 2021-02-09
Overview
Extended support for TSL 2561 to include 2591
Hardware configurations
Some screens require manual configuration please check Wiki for specifics
TSL 2561 support is the default using address 0x29 as shown below. To switch to TSL2591 change the setting LIGHTSENSOR_TYPE='TSL2691'
# LightSensor
LIGHTSENSOR_TYPE='TSL2561' # Allowed Values TSL2561 TSL2591
# the address of TSL2561/TSL2591 can be
# 0x29, 0x39 or 0x49
TSL_I2C_BUS=1
TSL_ADDR=0x29
Fixes
Enhancements
- TSL 2561/2591 Support #436
AASDK/OpenAuto
Applied fixes for:
- None
Known Issues
If upgrading from a Stretch based release <2019, you may experience the pi hanging at the crankshaft screen. This due to a kernel change.
To resolve it you need to add the following to config.txt
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
[all]
dtoverlay=vc4-fkms-v3d
DEV Crankshaft OpenCarOS NG 2021-02-06
Crankshaft OpenCarOS csng-alpha7 2020-10-26
Overview
Rebuilt OpenAuto, AASDK and QT5 from Prebuilts.
Hardware configurations
Some screens require manual configuration please check Wiki for specifics
Fixes
- Crash on Waveshare screen. and other screens #371 #385
- MD5/SHA/SHA256 generation
- version display in cs base tab
- Crash on X11 #366
- X11 display issue #308
Enhancements
- Rotary Controls #122
AASDK/OpenAuto
Applied fixes for:
- PlayStore
Crankshaft OpenCarOS NG csng-alpha6 2020-10-17
Fixes
Resolved crash on Waveshare screen.
Rebuilt OpenAuto, AASDK and QT5 from Prebuilts.
Fixed MD5/SHA/SHA256 generation
Fixed version display in cs base tab
AASDK/OpenAuto
Applied fixes for:
PlayStore
Rotary Controls