mirror of
https://github.com/Astatin3/CC2.git
synced 2026-06-09 00:18:00 -06:00
7 lines
228 B
Markdown
7 lines
228 B
Markdown
This is a simple test outputting to /dev/fb0 on the CC2
|
|
|
|
```
|
|
cross build --release --target armv7-unknown-linux-musleabihf
|
|
sshpass -p MTY4ODE2 scp ./target/armv7-unknown-linux-musleabihf/release/fb root@<CC2 ADDRESS>:/root/
|
|
```
|