Skip to content

Commit 4511af6

Browse files
committed
readme: update logs for zephyr 3.7.0
1 parent 849ea42 commit 4511af6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is used with a [NUCLEO-H745ZI-Q](https://www.st.com/en/evaluation-t
1313

1414
![NUCLEO-H745ZI-Q and ATECC608 wiring](https://raw.githubusercontent.com/joelguittet/mender-stm32h745-zephyr-example/master/.github/docs/wiring.png)
1515

16-
The project is built using Zephyr RTOS v3.4.0 and Zephyr SDK >= v0.16.0. It depends on [cJSON](https://github.com/DaveGamble/cJSON) and a specific fork of [Microchip cryptoauthlib](https://github.com/joelguittet/cryptoauthlib) that support Zephyr integration. There is no other dependencies.
16+
The project is built using Zephyr RTOS v3.7.0 and Zephyr SDK >= v0.16.0. It depends on [cJSON](https://github.com/DaveGamble/cJSON) and a specific fork of [Microchip cryptoauthlib](https://github.com/joelguittet/cryptoauthlib) that support Zephyr integration. There is no other dependencies.
1717

1818
To start using Mender, we recommend that you begin with the Getting started section in [the Mender documentation](https://docs.mender.io).
1919

@@ -76,7 +76,7 @@ After flashing the application on the NUCLEO-H745ZI-Q evaluation board and displ
7676

7777
```
7878
*** Booting MCUboot v2.1.0-rc1-36-gfb2cf0ec3da3 ***
79-
*** Using Zephyr OS build v3.7.0-rc2-417-g1e20f58c17c1 ***
79+
*** Using Zephyr OS build v3.7.0 ***
8080
I: Starting bootloader
8181
I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
8282
I: Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
@@ -158,8 +158,8 @@ The device checks for the new deployment, downloads the artifact and installs it
158158
[00:10:34.096,000] <inf> mender_stm32h745_zephyr_example: Deployment status is 'rebooting'
159159
[00:10:34.107,000] <inf> mender_stm32h745_zephyr_example: Mender client released network
160160
[00:10:34.118,000] <inf> mender_stm32h745_zephyr_example: Restarting system
161-
uart:~$ ooting MCUboot v2.1.0-rc1-36-gfb2cf0ec3da3 ***
162-
*** Using Zephyr OS build v3.7.0-rc2-417-g1e20f58c17c1 ***
161+
uart:~$ *** Booting MCUboot v2.1.0-rc1-36-gfb2cf0ec3da3 ***
162+
*** Using Zephyr OS build v3.7.0 ***
163163
I: Starting bootloader
164164
I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
165165
I: Scratch: magic=bad, swap_type=0x1, copy_done=0x2, image_ok=0x1

0 commit comments

Comments
 (0)