[Trac #338] OFW fails to run nand:\boot\olpc-boot.fth

Zarro Boogs per Child bugtracker at laptop.org
Wed Nov 8 04:04:38 EST 2006


#338: OFW fails to run nand:\boot\olpc-boot.fth
-------------------------------+--------------------------------------------
 Reporter:  wmb at firmworks.com  |        Owner:  blizzard
     Type:  defect             |       Status:  closed  
 Priority:  blocker            |    Milestone:  BTest-1 
Component:  distro             |   Resolution:  fixed   
 Keywords:                     |  
-------------------------------+--------------------------------------------
Changes (by wmb at firmworks.com):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed in Q2A23

 The root cause is a failure to allocate enough memory to reconstruct the
 file from the JFFS2 piece list.

 Boot-loading files from JFFS2 didn't trigger this problem because that
 path, instead of using dynamically-allocated memory, reconstructs the file
 in-place at load-base, the large area reserved for boot image loading.
 The "more" command also uses load-base .

 The fix was to change the allocation strategy for the reconstruction area
 so that instead of allocating from the dma heap, the reconstruction is
 done in otherwise-unused parts of the very large region reserved for JFFS2
 data nodes.

-- 
Ticket URL: <http://dev.laptop.org/ticket/338#comment:1>
One Laptop Per Child <http://laptop.org/>



More information about the Bugs mailing list