Lines Matching refs:echo
2 echo "Please set uboot_defconfig to the appropriate value"
47 echo "Please set env_dev/part to the appropriate values"
54 echo "File u-boot.$uboot_defconfig not found on SD card" ;
70 echo "------- U-Boot versions match" ;
71 echo "------- U-Boot upgrade NOT needed" ;
75 echo "Need U-Boot upgrade" ;
76 echo "Program in 5 seconds" ;
78 echo $n ;
94 echo "probed SPI ROM" ;
96 echo "Error initializing EEPROM"
105 echo "check qspi parameter block" ;
108 echo "parameter file qspi-${sfname}.${uboot_defconfig} not found on SD card"
112 echo "------- qspi-${sfname}.${uboot_defconfig} 0x${filesize} != 0x200 bytes" ;
117 echo "------- qspi-${sfname}.${uboot_defconfig} c0ffee01 marker missing" ;
122 echo "Error reading qspi parameter from EEPROM"
126 echo "------- qspi parameters match"
128 echo "------- qspi parameters mismatch"
133 echo "check U-Boot" ;
137 echo "File u-boot.$uboot_defconfig not found on SD card" ;
140 echo "read $filesize bytes from SD card" ;
143 echo "Error reading boot loader from EEPROM" ;
148 echo "------- U-Boot versions match" ;
150 echo "------- U-Boot upgrade NOT needed" ;
155 echo "${next} not found on SD card"
167 echo "Need U-Boot upgrade" ;
168 echo "Program in 5 seconds" ;
170 echo $n ;
173 echo "erasing" ;
177 echo "programming" ;
188 echo "verifying" ;
191 echo "Error re-reading EEPROM" ;
196 echo "Read verification error" ;
203 echo "Error re-reading qspi" ;
208 echo "qspi parameter block verification error" ;
217 echo "${next} not found on ${devtype} ${devnum}:${distro_bootpart}"
223 while echo "---- U-Boot upgraded. Please reset the board" ; do
227 echo "---- U-Boot upgraded. The board will now reset."