File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -217,15 +217,15 @@ jobs:
217
217
- name : clean out build output
218
218
run : rm -rf ./out
219
219
220
- - name : Build example Telink (B92) Lock App with DFU, 4Mb flash
220
+ - name : Build example Telink (B92) Lock App with DFU
221
221
# Run test for master and s07641069 PRs
222
222
if : github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
223
223
run : |
224
224
./scripts/run_in_build_env.sh \
225
- "./scripts/build/build_examples.py --target 'telink-tlsr9528a-lock-dfu-4mb ' build"
225
+ "./scripts/build/build_examples.py --target 'telink-tlsr9528a-lock-dfu' build"
226
226
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
227
- telink tlsr9528a lock-app-dfu-4mb \
228
- out/telink-tlsr9528a-lock-dfu-4mb /zephyr/zephyr.elf \
227
+ telink tlsr9528a lock-app-dfu \
228
+ out/telink-tlsr9528a-lock-dfu/zephyr/zephyr.elf \
229
229
/tmp/bloat_reports/
230
230
231
231
- name : clean out build output
Original file line number Diff line number Diff line change 9
9
10
10
boot_partition: partition@0 {
11
11
label = "mcuboot";
12
- reg = <0x00000000 0xd000 >;
12
+ reg = <0x00000000 0xf000 >;
13
13
};
14
- slot0_partition: partition@d000 {
14
+ slot0_partition: partition@f000 {
15
15
label = "image-0";
16
- reg = <0xd000 0xf2000 >;
16
+ reg = <0xf000 0xf1000 >;
17
17
};
18
- factory_partition: partition@ff000 {
18
+ factory_partition: partition@100000 {
19
19
label = "factory-data";
20
- reg = <0xff000 0x1000>;
20
+ reg = <0x100000 0x1000>;
21
21
};
22
- storage_partition: partition@100000 {
22
+ storage_partition: partition@101000 {
23
23
label = "storage";
24
- reg = <0x100000 0xc000>;
24
+ reg = <0x101000 0xc000>;
25
25
};
26
- slot1_partition: partition@10c000 {
26
+ slot1_partition: partition@10d000 {
27
27
label = "image-1";
28
- reg = <0x10c000 0xf2000 >;
28
+ reg = <0x10d000 0xf1000 >;
29
29
};
30
30
vendor_partition: partition@1fe000 {
31
31
label = "vendor-data";
You can’t perform that action at this time.
0 commit comments