Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.11 KB

TODO.md

File metadata and controls

16 lines (12 loc) · 1.11 KB

TODO

  • Uncover is this is actually a plain vanilla Debian or Linaro or Yocto or something like it.
  • Try poking /dev/ACM0 and /dev/ttymxc1 and Minicom. This could be the RF radio and the GSM module.
  • Figure out how iotc_main is communicating with the 433 MHz radio.
  • Find a newer Linux distribution for the device. This requires knowledge of device trees.
  • Build a Go application that can talk to the 433 MHz radio and other peripherals.
  • Figure out how to select the secondary boot loader device.

In progress

Done

  • Find working ARMHF package repository for Debian Wheezy, allowing us to install additional packages.
    Solved by providing a new sources.list file.
  • Figure out an easier way to gain access to the device.
    Solved by documenting how to boot directly to Bash from U-Boot.
  • Update the Net Booting section.
    Added information about configuring U-Boot and setting up an NFS server.