-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V0.5 Early version featuring : Reading and displaying board partition table, local and remote Flashing individual partition to target Saving configuration Next Features to implement : Download remote partition Erase remote partition Manage SD cards Handling building stages before flashing Improve UI Note : This version is focused on the Jetson Board, support for RPi and other boards to come soon!
- Loading branch information
Showing
10 changed files
with
1,113 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
/sans_titre.pro.user | ||
/tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Companion | ||
|
||
Companion is mainly a GUI to flash your development board. | ||
|
||
Companion is a program utility main focused on Embedded System Development. | ||
|
||
The aim of the project is to ease the development cycle of embedded systems. | ||
By wrapping the commandline tools used to flash the board and obtain its | ||
status into a GUI. | ||
|
||
Currently only the Nvidia Jetson TK1 board (pm375) is supported. | ||
Soon it will also be compatible with the Raspberry Pi. | ||
|
||
This is an early version that may contain some bugs, provided without warranty. | ||
|
||
Feel free to provide me with encountered issues via github. | ||
|
||
It's licensed under the GPL License. See LICENSE file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.