Template project for application image running RaspberryPi 4 64Bit with Sense Hat, Python 3.7.* on the Balena 64 bit OS
- clone this repository:
https://github.com/peterblazejewicz/balena-sense-hat.git
- add Balena push git remote address of your application:
git remote add balena [endpoint]
- push that project
git push balena master
Initial build:
┌─────────┬────────────┬──────────────────────┐
[Info] │ Service │ Image Size │ Build Time │
[Info] ├─────────┼────────────┼──────────────────────┤
[Info] │ main │ 182.98 MB │ 5 minutes, 10 seconds│
[Info] └─────────┴────────────┴──────────────────────┘
[Info] Build finished in 5 minutes, 53 seconds
\
\
\\
\\
>\/7
_.-(6' \
(=___._/` \
) \ |
/ / |
/ > /
j < _\
_.-' : ``.
\ r=._\ `.
<`\\_ \ .`-.
\ r-7 `-. ._ ' . `\
\`, `-.`7 7) )
\/ \| \' / `-._
|| .'
\\ (
>\ >
,.-' >.'
<.'_.''
<'
Sample of outcome of subsequent builds:
[Info] ┌─────────┬────────────┬────────────┐
[Info] │ Service │ Image Size │ Build Time │
[Info] ├─────────┼────────────┼────────────┤
[Info] │ main │ 182.98 MB │ 6 seconds │
[Info] └─────────┴────────────┴────────────┘
[Info] Build finished in 38 seconds
@peterblazejewicz