We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e44589 commit 180c3efCopy full SHA for 180c3ef
FunKey/board/funkey/sw-description
@@ -1,23 +1,24 @@
1
software =
2
{
3
- version = "2.0.0";
+ version = "2.0.0";
4
5
- hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
+ hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
6
7
- images: (
8
- {
9
- filename = "rootfs.ext2.gz";
10
- device = "/dev/mmcblk0p2";
+ images: (
+ {
+ filename = "rootfs.ext2.gz";
+ device = "/dev/mmcblk0p2";
11
type = "raw";
12
installed-directly = true;
13
compressed = "zlib";
14
- }
+ }
15
+ );
16
files: (
17
18
filename = "funkey_gpio_management";
19
path = "/tmp/";
20
}
- );
21
22
scripts: (
23
24
filename = "update_partition";
0 commit comments