Building an SPI image for olpcflash: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
(merge where?)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{deprecated}}

(This recipe is from Richard Smith.)
(This recipe is from Richard Smith.)


Line 21: Line 23:
[[Category:Developers]]
[[Category:Developers]]
[[Category:Articles with obsolete information]]
[[Category:Articles with obsolete information]]
{{merge}}

Latest revision as of 15:44, 18 November 2007

Stop hand.png WARNING:
The content of this section is considered
DEPRECATED and OBSOLETE
It is preserved for historical or documenting reasons.

(This recipe is from Richard Smith.)

Note - this text is now obsolete as the buildrom builds the SPI ROM image by default. Please visit Building LinuxBIOS for full instructions.

  • 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