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.
2 parents 800ff3b + 2098303 commit bd762a9Copy full SHA for bd762a9
FunKey/board/funkey/sw-description
@@ -1,24 +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/funkey_gpio_management";
20
}
21
- );
+ );
22
scripts: (
23
24
filename = "update_partition";
0 commit comments