Difference between revisions of "Development for 10393"

From ElphelWiki
Jump to: navigation, search
(Created page with "===Setup environment=== ===Flash vs micro SD=== * micro SD cards work best for development ** replaceable ** changes get written to the card, no extra sync required * flash...")
(No difference)

Revision as of 13:40, 28 March 2017

Setup environment

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.

Kernel

Applications

Projects structure