#12528 LOW 4-firmw: Reboot stress hangs up.

Zarro Boogs per Child bugtracker at laptop.org
Mon Feb 4 21:42:27 EST 2013


#12528: Reboot stress hangs up.
-------------------------------------------+--------------------------------
           Reporter:  Sunny Bao            |       Owner:  Quozl               
               Type:  defect               |      Status:  assigned            
           Priority:  low                  |   Milestone:  4-firmware          
          Component:  ofw - open firmware  |     Version:  Development firmware
         Resolution:                       |    Keywords:                      
        Next_action:  test in build        |    Verified:  0                   
Deployment_affected:                       |   Blockedby:                      
           Blocking:                       |  
-------------------------------------------+--------------------------------
Changes (by Quozl):

  * status:  new => assigned
  * next_action:  never set => test in build
  * component:  not assigned => ofw - open firmware
  * version:  not specified => Development firmware
  * milestone:  Not Triaged => 4-firmware
  * owner:  => Quozl


Old description:

> CL4  OS:31028O4.zd   OFW:Q7B14    EC:0.3.10
>
> 1.Prepared a u disk.
> 2.create a folder and name it to boot.
> 3.save olpc.fth to boot folder
> 4.plug the u disk to system and reboot system.

New description:

 CL4  OS:31028O4.zd   OFW:Q7B14    EC:0.3.10

  * Prepared a u disk.
  * create a folder and name it to boot.
  * save olpc.fth to boot folder
  * plug the u disk to system and reboot system.

--

Comment:

 Thanks.

 I've reviewed the reboot stress hang up log.  It consists of normal cycles
 and then hangs at ''releasing''.

 This symptom is one of those seen in ticket #12466, which we have fixed in
 the past few days, so please retest with
 http://dev.laptop.org/~quozl/q7b14jb.rom

 If you would like a faster test script, place it on int:\boot\olpc.fth and
 use RTC CMOS for storage of counter:

 {{{
 \ reboot test
 h# a4 value cmos-boots
 : boot@  ( -- n )  cmos-boots 4 bounds  do  i cmos@  loop  bljoin  lbflip
 ;
 : boot!  ( n -- )  lbsplit  cmos-boots 4 bounds  do i cmos!  loop  ;
 cr ." boot number " boot@ dup 1+ boot! .d space .clock cr
 bye
 }}}

 However the counter must be manually set to zero first time.

 p.s. I've edited your description to use Trac list markup.

-- 
Ticket URL: <http://dev.laptop.org/ticket/12528#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list