From c9e51fb2633ea94088fc89e911e48ffc0f848266 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:44:32 +0000 Subject: [PATCH] v4.0.13+rev6 --- .versionbot/CHANGELOG.yml | 22 ++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f917efbe..897942a2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: Use different config.txt for raspberrypi5-64 + hash: fa953c119b0649de59717fb4b3e11ec6c9056011 + body: > + Using the BSP supplied config.txt makes the board not boot, complains it + cannot + + find the SD card device. + + Suspicion is that the size of the config.txt file is the culprit but until we + + have more time to investigate let's just use the config.txt from Raspberry Pi OS. + footer: + Changelog-entry: Use different config.txt for raspberrypi5-64 + changelog-entry: Use different config.txt for raspberrypi5-64 + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + version: 4.0.13+rev6 + title: "" + date: 2023-09-27T12:44:26.687Z - commits: - subject: Update to latest BSP branch in which we keep adding RPI5 support hash: ac9e7754b2d5347a60ba17b086c401e51b59b0ac diff --git a/CHANGELOG.md b/CHANGELOG.md index 27762e54..4d8a5ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v4.0.13+rev6 +## (2023-09-27) + +* Use different config.txt for raspberrypi5-64 [Florin Sarbu] + # v4.0.13+rev5 ## (2023-09-27) diff --git a/VERSION b/VERSION index f79644d9..6a5f7758 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.13+rev5 \ No newline at end of file +4.0.13+rev6 \ No newline at end of file