Building an SPI image for olpcflash: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(merge where?) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{deprecated}} |
|||
(This recipe is from Richard Smith.) |
(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. |
|||
<strike> |
|||
* 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 >= 2373 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. |
||
Line 8: | Line 14: | ||
* Run 'make linuxbios-clean'<br>If this is a fresh install you may get an error here. No worries. |
* Run 'make linuxbios-clean'<br>If this is a fresh install you may get an error here. No worries. |
||
* Run 'make' |
* Run 'make' |
||
</strike> |
|||
In ./deploy you should now have a linuxbios.rom file that is 983,040 bytes. |
In ./deploy you should now have a linuxbios.rom file that is 983,040 bytes. |
||
[[Programming the SPI FLASH]] |
[[Programming the SPI FLASH]] |
||
[[Category:Hardware]] |
|||
[[Category:Developers]] |
|||
[[Category:Articles with obsolete information]] |
Latest revision as of 15:44, 18 November 2007
(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.
LINUXBIOS_CONFIG=Config.SPI.lb
In ./deploy you should now have a linuxbios.rom file that is 983,040 bytes. |