Difference between revisions of "Development for 10393"
From ElphelWiki
(→Setup environment) |
|||
Line 1: | Line 1: | ||
===Setup environment=== | ===Setup environment=== | ||
− | [[Poky_2.0_manual#Setup|Instructions]] | + | Get sources and build default images: [[Poky_2.0_manual#Setup|Instructions]] |
+ | |||
===Flash vs micro SD=== | ===Flash vs micro SD=== | ||
* micro SD cards work best for development | * micro SD cards work best for development |
Revision as of 10:16, 29 March 2017
Setup environment
Get sources and build default images: Instructions
Flash vs micro SD
- micro SD cards work best for development
- replaceable
- changes get written to the card, no extra sync required
- flash works best for a production system:
- non-replaceable
- limited write cycles
- because of overlayfs changes need an extra sync (overlay_sync) and a proper reboot to get written to the flash.