Browse Source

x230: flashrom_rpi_top_write.sh: make output color more consistent

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
26bb506904
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x230/flashrom_rpi_top_write.sh

+ 1
- 1
x230/flashrom_rpi_top_write.sh View File

@ -97,6 +97,6 @@ if [ ! "$INPUT_IMAGE_SIZE" -eq "$TEMP_SIZE" ] ; then
fi
rm -rf ${TEMP_DIR}
echo "connection ok. flashing ${INPUT_IMAGE_NAME}"
echo -e "${GREEN}connection ok${NC}. flashing ${INPUT_IMAGE_NAME}"
flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=128 -c ${CHIPNAME} -w ${INPUT_IMAGE_PATH}
echo -e "${GREEN}DONE${NC}"

Loading…
Cancel
Save