Skip to content

Conversation

Williangalvani
Copy link
Member

image

@@ -71,6 +72,32 @@ cmdline_file = None
import collections
from commonwealth.utils.commands import run_command

class CpuType(str, Enum):
PI4 = "Raspberry Pi 4 (BCM2711)"
PI5 = "Raspberry Pi 5 (BCM2711)"
Copy link
Member

Choose a reason for hiding this comment

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

BCM2712

return HostOs.Bookworm
if 'bullseye' in os_release:
return HostOs.Bullseye
return HostOs.other
Copy link
Member

Choose a reason for hiding this comment

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

There is no definition for other, where are the linters ? 👀

Copy link
Member Author

Choose a reason for hiding this comment

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

it is not working for blueos_startup_update because it doesn't have the .py extension >.<
even manually,.
let me see what I can do

Copy link
Member Author

Choose a reason for hiding this comment

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

@Williangalvani Williangalvani force-pushed the platform-specific branch 5 times, most recently from 3d909cc to 498ed1d Compare May 30, 2024 19:05
@Williangalvani
Copy link
Member Author

updated and re-tested:
logfile_05-30-2024_19_07_25.log

@patrickelectric patrickelectric merged commit 592e8cb into bluerobotics:master May 30, 2024
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