Skip to content

Development Environment

cynthialiu8 edited this page Jan 24, 2018 · 9 revisions

Installing SSH

To get started, you will need a computer with an SSH client. SCP is usually included with an SSH installation and is often used to copy files between Cassia Router and your development system.

Linux & Mac

Generally, ssh is build-in with most of linux OS, you can get it via Terminal application.

Windows

We suggest you to install a native Git client which will provide ssh. Here are some tools:

Other tools like Putty, Puttyman are recommended also.

Physical Environment

A 32bits Raspberry Pi2 (Model B v1.1, armv7hl, Ubuntu 16.04, kernel 4.4.38) is recommended. You can compile your code on the physical environment, and then use SCP to copy binary to Cassia Router.

If you use Pi2 as development environment, please use lsb_release -a to get more details to ensure consistency between Pi and Cassia Router.

Clone this wiki locally