Skip to content

Commit 602cb45

Browse files
bontricnordicjm
authored andcommitted
Fix path for DT example
1 parent 3ff7549 commit 602cb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readme-zephyr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ the rest of the images too (for example, `slot2_partition` and
3333
The flash partitions are typically defined in the Zephyr boards folder, in a
3434
file named `boards/<arch>/<board>/<board>.dts`. An example `.dts` file with
3535
flash partitions defined is the frdm_k64f's in
36-
`boards/arm/frdm_k64f/frdm_k64f.dts`. Make sure the DT node labels in your board's
36+
`boards/nxp/frdm_k64f/frdm_k64f.dts`. Make sure the DT node labels in your board's
3737
`.dts` file match the ones used there.
3838

3939
## Installing requirements and dependencies

0 commit comments

Comments
 (0)