
26 Jul
2023
26 Jul
'23
12:52 a.m.
On Tue, 25 Jul 2023 at 15:08, Tom Rini trini@konsulko.com wrote:
Now that we have access to more variables in our "mount" writer scripts, we can have a single one that covers all Pi variants.
Signed-off-by: Tom Rini trini@konsulko.com
I use this locally to test a Pi 3 in both 32, 64 and "arm64" mode.
Cc: Simon Glass sjg@chromium.org
bin/kea/conf.rpi_3_32b_sjg-rpi_3b | 2 +- bin/kea/conf.rpi_3_sjg-rpi_3b | 2 +- bin/{writer.rpi3_mount => writer.rpi_mount} | 46 +++++++++++++-------- 3 files changed, 31 insertions(+), 19 deletions(-) rename bin/{writer.rpi3_mount => writer.rpi_mount} (63%)
Reviewed-by: Simon Glass sjg@chromium.org