Skip to content

Commit 65c8199

Browse files
committed
readme: fix buildroot version for polarfire soc
I evidently did not push the version of the commit bumping to v2023.02 where I had left the PolarFire SoC version at v2022.02, causing build failures with dropbear. Revert the version bump now. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 60c299e commit 65c8199

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For AT91, this buildroot external works only with the specific buildroot-at91
2929
version 2023.02-at91.
3030

3131
For PolarFire SoC, this buildroot external was tested and works with buildroot
32-
version 2023.02.
32+
version 2022.02.
3333

3434

3535
## Build
@@ -46,7 +46,7 @@ Here, as an example, we use `sama5d4_xplained_graphics_defconfig`.
4646

4747
For PolarFire SoCs, use the buildroot instead.
4848

49-
git clone https://git.busybox.net/buildroot -b 2023.02
49+
git clone https://git.busybox.net/buildroot -b 2022.02
5050

5151
The resulting bootloader, kernel, and root filesystem will be put in the
5252
'output/images' directory. There is also a complete `sdcard.img`.

0 commit comments

Comments
 (0)