Browse Source

x230: improve help texts for internal flashing scripts

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
976f877ae4
2 changed files with 6 additions and 2 deletions
  1. +4
    -1
      x230/x230_heads.sh
  2. +2
    -1
      x230/x230_skulls.sh

+ 4
- 1
x230/x230_heads.sh View File

@ -12,7 +12,10 @@ usage()
{
echo "Skulls for the X230"
echo " Run this script on the X230 directly."
echo " It installs Heads, see http://osresearch.net"
echo ""
echo " This installs Heads, see http://osresearch.net"
echo " Heads is a different project. No image is included."
echo " Read https://github.com/osresearch/heads for how to build it"
echo " Make sure you booted Linux with iomem=relaxed"
echo ""
echo "Usage: $0 -i <heads_image>.rom"


+ 2
- 1
x230/x230_skulls.sh View File

@ -12,7 +12,8 @@ usage()
{
echo "Skulls for the X230"
echo " Run this script on the X230 directly."
echo " It updates Skulls to the image you want."
echo ""
echo " This updates Skulls to the given image."
echo " Make sure you booted Linux with iomem=relaxed"
echo ""
echo "Usage: $0 -i <4mb_top_image>.rom"


Loading…
Cancel
Save