Browse Source

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.
pull/79/head
Martin Kepplinger 5 years ago
committed by Martin Kepplinger
parent
commit
c20203d8be
3 changed files with 3 additions and 2 deletions
  1. +1
    -0
      x230/NEWS
  2. +1
    -1
      x230/external_install_bottom.sh
  3. +1
    -1
      x230/external_install_top.sh

+ 1
- 0
x230/NEWS View File

@ -3,6 +3,7 @@ skulls-x230 0.1.2 - unreleased
--------------------------------------- ---------------------------------------
This release includes the following changes: This release includes the following changes:
* update coreboot-sdk to version 1.53 * update coreboot-sdk to version 1.53
* increase RPi spi speed for flashing
skulls-x230 0.1.1 - released 2019-01-18 skulls-x230 0.1.1 - released 2019-01-18


+ 1
- 1
x230/external_install_bottom.sh View File

@ -115,7 +115,7 @@ if [ ! "$have_flasher" -gt 0 ] ; then
fi fi
if [ ! "${rpi_frequency}" -gt 0 ] ; then if [ ! "${rpi_frequency}" -gt 0 ] ; then
rpi_frequency=128
rpi_frequency=512
fi fi
programmer="" programmer=""


+ 1
- 1
x230/external_install_top.sh View File

@ -132,7 +132,7 @@ if [ ! "$have_flasher" -gt 0 ] ; then
fi fi
if [ ! "${rpi_frequency}" -gt 0 ] ; then if [ ! "${rpi_frequency}" -gt 0 ] ; then
rpi_frequency=128
rpi_frequency=512
fi fi
programmer="" programmer=""


Loading…
Cancel
Save