diff options
Diffstat (limited to 'docs/install/t500_external.md')
-rw-r--r-- | docs/install/t500_external.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/install/t500_external.md b/docs/install/t500_external.md index 259d996e..749ef455 100644 --- a/docs/install/t500_external.md +++ b/docs/install/t500_external.md @@ -231,7 +231,7 @@ Log in as root on your BBB, using the instructions in Test that flashrom works: - # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 + # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 In this case, the output was: @@ -247,15 +247,15 @@ In this case, the output was: How to backup factory.rom (change the -c option as neeed, for your flash chip): - # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r + # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory.rom - # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r + # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory1.rom - # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r + # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory2.rom @@ -281,7 +281,7 @@ address to one that is correct for your system.** Now flash it: - # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w + # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w path/to/libreboot/rom/image.rom -V |