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
- Host: GitHub
- URL: https://github.com/balena-io-examples/balena-c-hello-world
- Owner: balena-io-examples
- Created: 2020-01-08T14:52:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T14:53:31.000Z (over 5 years ago)
- Last Synced: 2025-01-28T21:35:47.554Z (5 months ago)
- Topics: balena, balena-hello-world, c
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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/