Author: wmb Date: 2008-06-06 23:20:32 +0200 (Fri, 06 Jun 2008) New Revision: 833
Modified: cpu/x86/pc/olpc/fsupdate.fth Log: OLPC trac 7141 - added link to wiki page describing solution to "Bad hash" problem.
Modified: cpu/x86/pc/olpc/fsupdate.fth =================================================================== --- cpu/x86/pc/olpc/fsupdate.fth 2008-06-04 18:28:28 UTC (rev 832) +++ cpu/x86/pc/olpc/fsupdate.fth 2008-06-06 21:20:32 UTC (rev 833) @@ -1,4 +1,5 @@ purpose: Secure NAND updater +\ See license at end of file
\ Depends on words from security.fth and copynand.fth
@@ -95,8 +96,9 @@ $= if ( eblock# ) drop else ( eblock# ) - ." Bad hash for eblock# " .x cr - cr ." Your USB key may be bad. Please try a different one." cr cr + ." Bad hash for eblock# " .x cr cr + ." Your USB key may be bad. Please try a different one." cr + ." See http://wiki.laptop.org/go/Bad_hash" cr cr abort then ( )
@@ -186,3 +188,27 @@ ." Searching for a NAND file system update image." cr update-devices fs-update-from-list ; + +\ LICENSE_BEGIN +\ Copyright (c) 2007 FirmWorks +\ +\ Permission is hereby granted, free of charge, to any person obtaining +\ a copy of this software and associated documentation files (the +\ "Software"), to deal in the Software without restriction, including +\ without limitation the rights to use, copy, modify, merge, publish, +\ distribute, sublicense, and/or sell copies of the Software, and to +\ permit persons to whom the Software is furnished to do so, subject to +\ the following conditions: +\ +\ The above copyright notice and this permission notice shall be +\ included in all copies or substantial portions of the Software. +\ +\ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +\ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +\ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +\ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +\ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +\ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +\ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +\ +\ LICENSE_END
openfirmware@openfirmware.info