[roll] Roll fuchsia [ot-radio][driver] Use latest rcp firmware name

Making a change to pick latest rcp firmware as there is change in naming
scheme.

Also updating driver test case to fix two issues found when switching to
recent firmware:
- The bootloader tests should be run first. This ensures that by the
time we run spinel framer tests, the firmware is already up-to-date.
- The GetNCP version test now waits for response with matching TID to
corresponding CMD. This ignores any extra reset frame from RCP firmware.

Original-Bug: 73099
Original-Bug: 79537

Tests:
      1) First and second device pairing goes through.

      2) ot driver test

      fx set argument:
      --args='dev_bootfs_labels=["//local:ot_driver_test"]'

      content of local/BUILD.gn:

      kernel_cmdline("ot_driver_test") {
        args = [ "driver.ot.log=trace", "driver.ot.tests.enable=true" ]
      }

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/547048
Original-Revision: 94881eaa08515b2797341f847eb0c568621fda44
GitOrigin-RevId: 2d5409423335f9d1b078ce85989e8ef89eadc09b
Change-Id: Ibccf9af9c099189e22ff018a631186d07f6328fb
1 file changed
tree: f64834cec31e20702e2d025d4b78ef6d4bb6a3f9
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.