We’re happy to announce the launch of Raspberry Pi Pico 2, our second-generation microcontroller board, built on RP2350: a new high-performance, secure microcontroller designed here at Raspberry Pi.

With a higher core clock speed, twice the memory, more powerful Arm cores, new security features, and upgraded interfacing capabilities, Pico 2 delivers a significant performance and feature uplift, while retaining hardware and software compatibility with earlier members of the Pico series.

Pico 2 is on sale now, priced at $5.

  • baduhai@sopuli.xyz
    link
    fedilink
    arrow-up
    6
    ·
    1 month ago

    RP2350 specs:

    • Two 150MHz Arm Cortex-M33 cores, with floating point and DSP support
    • 520KB of on-chip SRAM in ten concurrently accessible banks
    • A comprehensive security architecture, built around Arm TrustZone for Cortex-M, and including:
      • Signed boot support
      • 8KB of on-chip antifuse one-time-programmable (OTP) memory
      • SHA-256 acceleration
      • A hardware true random number generator (TRNG)
    • An on-chip switch-mode power supply and low-quiescent-current LDO
    • Twelve upgraded PIO state machines
    • A new HSTX peripheral for high-speed data transmission
    • Support for external QSPI PSRAM

    Looking pretty good. I especially like the security features.

    • CalcProgrammer1@lemmy.ml
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      1 month ago

      Not really a fan of putting secure boot on. The only purpose that serves is locking the customers out of their purchased hardware. Raspberry Pi is clearly not targeting the maker market with those changes, they want that corporate money and are willing to stick the finger to hackers and makers in the process. Can’t make custom firmware if you can’t boot it.

      • baduhai@sopuli.xyz
        link
        fedilink
        arrow-up
        4
        ·
        1 month ago

        That’s usually not how secure boot is configured on microcontrollers. They usually come with no code installed and an unsigned bootloader, and therefore no barrier for you to flash what you want on it.

        In fact, the STM32 has secure boot, and it’s still one of the most popular microcontrollers for makers and hackers. That’s because the secure boot feature is there for developers, hackers and makers to use if they want to.

        • CalcProgrammer1@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          True, but if you buy a finished product that uses the new chip that has secure boot enabled, you can’t flash your own firmware. From what I gather, the boot keys are burned into OTP memory so they can’t be erased or changed. The chip is permanently locked to that firmware.

          • baduhai@sopuli.xyz
            link
            fedilink
            arrow-up
            4
            arrow-down
            1
            ·
            1 month ago

            That’s correct.

            the boot keys are burned into OTP memory so they can’t be erased or changed

            Which is good, as otherwise it would defeat the purpose of secure boot.

            • CalcProgrammer1@lemmy.ml
              link
              fedilink
              arrow-up
              5
              ·
              edit-2
              1 month ago

              I wish these implementations of secure boot were designed more to protect the SOFTWARE against “theft” than the HARDWARE against “tampering”. Let us wipe the secure boot keys, but in the process erase the firmware (or have the firmware encrypted so that erasing the keys renders it unbootable) and then allow new code to run. Blocking third party firmware on consumer devices is a shit move. It just creates more e-waste when the OEM stops updating it and the community can’t make their own replacement firmware.

  • CalcProgrammer1@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    1 month ago

    RISC-V support is nice. I like the idea of being able to work as both an ARM and a RISC-V microcontroller while sharing the same array of peripherals.

    • Signature_________@poeng.link
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      He’s not listed on the team-section of the raspberry website, but he shows up as the resident maker in blog posts as late as Feb. 2024.

      So for security reasons I’ll just assume he’s still there.

      Fun fact, Raspberry Pi OS sends (or at least used to - I can’t imagine they’ve toned it down) a unique ID to Raspberry Pi foundation that identifies your hardware.