Building an SPI image for olpcflash: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
(Update incorrect SVN update number)
Line 2: Line 2:


* Git buildrom
* Git buildrom
* Update the linuxbios version in ./packages/linuxbios/linuxbios.mk to be >= 2373.
* Update the linuxbios version in ./packages/linuxbios/linuxbios.mk to be >= <strike>2373</strike> 2374
* Remove .configured and .unpacked_* in ./work/linuxbios/stamps
* Remove .configured and .unpacked_* in ./work/linuxbios/stamps
* Edit your ./Config.mk to change the LinuxBIOS config file.
* Edit your ./Config.mk to change the LinuxBIOS config file.

Revision as of 15:10, 16 August 2006

(This recipe is from Richard Smith.)

  • Git buildrom
  • Update the linuxbios version in ./packages/linuxbios/linuxbios.mk to be >= 2373 2374
  • Remove .configured and .unpacked_* in ./work/linuxbios/stamps
  • Edit your ./Config.mk to change the LinuxBIOS config file.
 LINUXBIOS_CONFIG=Config.SPI.lb
  • Run 'make linuxbios-clean'
    If this is a fresh install you may get an error here. No worries.
  • Run 'make'

In ./deploy you should now have a linuxbios.rom file that is 983,040 bytes.

Programming the SPI FLASH