dotnet / iot

This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
MIT License
2.12k stars 574 forks source link

Adjusting config.txt documentation on Raspberry PI #2304

Closed Ellerbach closed 2 months ago

Ellerbach commented 2 months ago

The config.txt file has changed place on recent version of Raspberry PI OS. See https://www.raspberrypi.com/documentation/computers/config_txt.html#what-is-config-txt

It still seems that the /boot/config.txt is present but as a mirror.

Microsoft Reviewers: Open in CodeFlow
Ellerbach commented 2 months ago

@pgrawehr this is just documentation update, I don't understand why the Arduino compiler CI is failing.

pgrawehr commented 2 months ago

@Ellerbach The error is this one:

[xUnit.net 00:00:01.49] Skipping: Bmxx80.Tests (could not load dependent assembly 'System.Device.Gpio, Version=42.42.42'): Could not load file or assembly 'System.Device.Gpio, Version=42.42.42.42, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name signature could not be verified.  The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)

Not sure what that means, probably some spurious issue. I'll just rerun the build

Ellerbach commented 2 months ago

@pgrawehr so seems all is green, I've adjusted as well teh RPI Board to auto detect where the right config.txt file is.