[Trac #1224] Autoupdater script (olpc.fth) no longer stops when the firmware is already up to date

Zarro Boogs per Child bugtracker at laptop.org
Sat Mar 31 17:15:43 EDT 2007


#1224: Autoupdater script (olpc.fth) no longer stops when the firmware is already
up to date
-------------------------------+--------------------------------------------
 Reporter:  wmb at firmworks.com  |       Owner:  rsmith   
     Type:  defect             |      Status:  new      
 Priority:  normal             |   Milestone:  Untriaged
Component:  distro             |    Keywords:           
-------------------------------+--------------------------------------------
 The olpc.fth in the autoupdater used to, and still should, stop and tell
 you to remove the USB key if it does not need to reflash the firmware.
 But it doesn't.

 The solution is to amend "update-both" to read:

 : update-both  ( -- )
    update-nand update-firmware
    ." Remove the autoupdater media and power-cycle" cr
    quit
 ;

-- 
Ticket URL: <http://dev.laptop.org/ticket/1224>
One Laptop Per Child <http://laptop.org/>



More information about the Bugs mailing list