From c20203d8be5f704949743b17e6ed9ae784f124b5 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Tue, 5 Feb 2019 07:24:24 +0100 Subject: [PATCH] x230: increase rpi's spispeed While I think I have initially used 128 from some libreboot docs and never had problems with it, I don't really see anybody use less than 512 right now. --- x230/NEWS | 1 + x230/external_install_bottom.sh | 2 +- x230/external_install_top.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x230/NEWS b/x230/NEWS index 486d1c8..1503a07 100644 --- a/x230/NEWS +++ b/x230/NEWS @@ -3,6 +3,7 @@ skulls-x230 0.1.2 - unreleased --------------------------------------- This release includes the following changes: * update coreboot-sdk to version 1.53 +* increase RPi spi speed for flashing skulls-x230 0.1.1 - released 2019-01-18 diff --git a/x230/external_install_bottom.sh b/x230/external_install_bottom.sh index efcc6da..e729dce 100755 --- a/x230/external_install_bottom.sh +++ b/x230/external_install_bottom.sh @@ -115,7 +115,7 @@ if [ ! "$have_flasher" -gt 0 ] ; then fi if [ ! "${rpi_frequency}" -gt 0 ] ; then - rpi_frequency=128 + rpi_frequency=512 fi programmer="" diff --git a/x230/external_install_top.sh b/x230/external_install_top.sh index 2bddd33..38754d0 100755 --- a/x230/external_install_top.sh +++ b/x230/external_install_top.sh @@ -132,7 +132,7 @@ if [ ! "$have_flasher" -gt 0 ] ; then fi if [ ! "${rpi_frequency}" -gt 0 ] ; then - rpi_frequency=128 + rpi_frequency=512 fi programmer=""