mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Maybe improve wording?
Some checks are pending
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Waiting to run
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Waiting to run
Bazel presubmit checks / other-bazel-checks (push) Waiting to run
Check Configs / check-configs (push) Waiting to run
CMake / build (push) Waiting to run
Some checks are pending
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Waiting to run
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Waiting to run
Bazel presubmit checks / other-bazel-checks (push) Waiting to run
Check Configs / check-configs (push) Waiting to run
CMake / build (push) Waiting to run
This commit is contained in:
parent
fe6f885ab5
commit
4a7d2ed8f3
1 changed files with 3 additions and 3 deletions
|
|
@ -179,9 +179,9 @@ if (EXISTS ${PICO_CYW43_DRIVER_PATH}/${CYW43_DRIVER_TEST_FILE})
|
|||
# NO_EMBEDDED_PT argument (for example, if you need to chain into the binary, it
|
||||
# can't contain a partition table).
|
||||
#
|
||||
# This will create a separate UF2 file for the firmware and a separate UF2 file for a
|
||||
# TBYB version of the firmware. You will need to flash one of these to each device once,
|
||||
# after loading the partition table. For example using picotool:
|
||||
# This will create additional UF2 files for the CYW43 firmware and a TBYB version of the
|
||||
# CYW43 firmware. You will need to flash one of these to each device once, after loading the
|
||||
# partition table. For example using picotool:
|
||||
#
|
||||
# `picotool load TARGET.uf2`;
|
||||
# `picotool reboot -u`;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue