An open API service indexing awesome lists of open source software.

https://github.com/balena-io-examples/balena-c-hello-world

Getting started with C on balena
https://github.com/balena-io-examples/balena-c-hello-world

balena balena-hello-world c

Last synced: 3 months ago
JSON representation

Getting started with C on balena

Awesome Lists containing this project

README

        

# Hello C in balena

## Introduction

This is a very simple project that is an example of how to run C code on a [balena][balena-link] device.

### balena Setup & Deployment

To get this project up and running, you will need to signup for a balena account [here][signup-page] and set up an application and device. You'll find full details in our [Getting Started tutorial][gettingStarted-link].

Once you have downloaded this project, you can `balena push` it using the [balenaCLI][balena-cli]. This command will package up and push the code to the balena builders, where it will be compiled and built and deployed to every device in the application fleet. When it completes, you'll have your C code running on your device and see some logs on your [balenaCloud dashboard][balena-dashboard].

[balena-link]:https://balena.io/
[open-jdk]:https://balena.io/docs/reference/base-images/base-images/#OpenJDK
[signup-page]:https://dashboard.balena-cloud.com/signup
[gettingStarted-link]:http://balena.io/docs/learn/getting-started/
[balena-cli]:https://www.balena.io/docs/reference/cli/
[balena-dashboard]:https://dashboard.balena-cloud.com/