Project

General

Profile

Actions

Software Links » History » Revision 9

« Previous | Revision 9/18 (diff) | Next »
Hammel, 11 Jul 2017 14:57


Software Links

AI

  • Tensor Flow is an open source deep learning tool that might be useful for automated monitoring systems.
  • Theono is also for deep learning, but is math oriented more than task oriented. It's easier to get started with Tensor Flow.

Protocols

OS

APIs

Home Automation

Arduino

Security

Software updates

Three parts to a software update: bootloader, kernel and rootfs/apps.
  1. This adds u-boot as 3rd stage bootloader to Pi. First stage (in hardware) doesn't change and 2nd stage (binary blobs) only change with new SD cards.
  2. u-boot is used to swap between kernels and partitions, test sanity of new images.
  3. kernel fallback capability is required
  4. rootfs/apps fallback capability is required

Updated by Hammel almost 7 years ago · 9 revisions