@@ -37,11 +37,11 @@ Loading Zephyr default modules (Zephyr base (cached)).
37
37
/home/kivikakk/g/FrameworkEmbeddedController/build/zephyr/lotus/packer/source.dts:973.38-978.6: Warning (unique_unit_address): /soc-if/io_i2c_ctrl7_port0/ambient_f75303@4d: duplicate unit-address (also used in node /soc-if/io_i2c_ctrl7_port0/apu_f75303@4d)
38
38
/home/kivikakk/g/FrameworkEmbeddedController/build/zephyr/lotus/packer/source.dts:979.38-984.6: Warning (unique_unit_address): /soc-if/io_i2c_ctrl7_port0/charger_f75303@4d: duplicate unit-address (also used in node /soc-if/io_i2c_ctrl7_port0/apu_f75303@4d)
39
39
$ ls -l src/platform/ec/build/zephyr/lotus/output
40
- total 8332
41
- -rw-r--r-- 1 kivikakk users 524288 dets 7 17 :02 ec.bin
42
- -rwxr-xr-x 1 kivikakk users 792 dets 7 17 :02 npcx_monitor.bin
43
- -rwxr-xr-x 1 kivikakk users 4000556 dets 7 17 :02 zephyr.ro.elf
44
- -rwxr-xr-x 1 kivikakk users 4000504 dets 7 17 :02 zephyr.rw.elf
40
+ total 8300
41
+ -rw-r--r-- 1 kivikakk users 524288 7. dets 19 :02 ec.bin
42
+ -rwxr-xr-x 1 kivikakk users 792 7. dets 19 :02 npcx_monitor.bin
43
+ -rwxr-xr-x 1 kivikakk users 3981524 7. dets 19 :02 zephyr.ro.elf
44
+ -rwxr-xr-x 1 kivikakk users 3981480 7. dets 19 :02 zephyr.rw.elf
45
45
$
46
46
```
47
47
50
50
``` console
51
51
$ nix build .# lotus
52
52
$ ls -l result
53
- lrwxrwxrwx 1 kivikakk users 49 dets 7 17:08 result -> /nix/store/2530fb2xcv4dnki6dsjbg11hydsbkvld -lotus
53
+ lrwxrwxrwx 1 kivikakk users 49 7. dets 19:01 result -> /nix/store/z3y2aazb62yhp243rxvcjv7ijg1gvn2z -lotus
54
54
$ ls -l result/
55
55
total 8260
56
- -r--r--r-- 1 root root 524288 jaan 1 1970 ec.bin
57
- -r-xr-xr-x 1 root root 792 jaan 1 1970 npcx_monitor.bin
58
- -r-xr-xr-x 1 root root 3961164 jaan 1 1970 zephyr.ro.elf
59
- -r-xr-xr-x 1 root root 3961120 jaan 1 1970 zephyr.rw.elf
56
+ -r--r--r-- 1 root root 524288 1. jaan 1970 ec.bin
57
+ -r-xr-xr-x 1 root root 792 1. jaan 1970 npcx_monitor.bin
58
+ -r-xr-xr-x 1 root root 3961164 1. jaan 1970 zephyr.ro.elf
59
+ -r-xr-xr-x 1 root root 3961120 1. jaan 1970 zephyr.rw.elf
60
60
```
61
61
62
62
(Or ` .#azalea ` .)
63
63
64
- ## Build commit (checkout not required)
64
+ ## Build commit reproducibly (checkout not required)
65
65
66
66
``` console
67
- $ nix build ' github:charlottia/FrameworkEmbeddedController?rev=84e4ed243f3d17f97b2dc89924d3c71aef8c2a28 #lotus'
67
+ $ nix build ' github:charlottia/FrameworkEmbeddedController?rev=fddec6d5accd7b5d08c2d6654f38bc458175e897 #lotus'
68
68
$ ls -l result
69
- lrwxrwxrwx 1 kivikakk users 49 dets 7 17:10 result -> /nix/store/c32jydxf53vqgc99468b5fdqs1d1vdwn -lotus
69
+ lrwxrwxrwx 1 kivikakk users 49 7. dets 19:00 result -> /nix/store/z3y2aazb62yhp243rxvcjv7ijg1gvn2z -lotus
70
70
$ ls -l result/
71
71
total 8260
72
- -r--r--r-- 1 root root 524288 jaan 1 1970 ec.bin
73
- -r-xr-xr-x 1 root root 792 jaan 1 1970 npcx_monitor.bin
74
- -r-xr-xr-x 1 root root 3961164 jaan 1 1970 zephyr.ro.elf
75
- -r-xr-xr-x 1 root root 3961120 jaan 1 1970 zephyr.rw.elf
72
+ -r--r--r-- 1 root root 524288 1. jaan 1970 ec.bin
73
+ -r-xr-xr-x 1 root root 792 1. jaan 1970 npcx_monitor.bin
74
+ -r-xr-xr-x 1 root root 3961164 1. jaan 1970 zephyr.ro.elf
75
+ -r-xr-xr-x 1 root root 3961120 1. jaan 1970 zephyr.rw.elf
76
76
```
0 commit comments