Package Details: picotool-git r1.d54bf53-1

Git Clone URL: https://aur.archlinux.org/picotool-git.git (read-only, click to copy)
Package Base: picotool-git
Description: Tool for interacting with a RP2040 device in BOOTSEL mode, or with a RP2040 binary
Upstream URL: https://github.com/raspberrypi/picotool
Keywords: picotool raspberrypi rp2040
Licenses: MIT
Conflicts: picotool
Provides: picotool
Submitter: redchenjs
Maintainer: redchenjs
Last Packager: redchenjs
Votes: 4
Popularity: 0.000001
First Submitted: 2021-01-21 14:49 (UTC)
Last Updated: 2024-03-25 03:52 (UTC)

Latest Comments

jaketri commented on 2024-04-19 00:55 (UTC)

Please enable arm7 and aarch64 support. I compile locally and work fine.

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=picotool-git
 pkgver=r47.f6fe6b7
 pkgrel=1
 pkgdesc="Tool for interacting with a RP2040 device in BOOTSEL mode, or with a RP2040 binary"
-arch=('x86_64')
+arch=('x86_64' 'aarch64' 'armv7h')
 url="https://github.com/raspberrypi/picotool"
 license=('MIT')
 depends=('gcc-libs' 'libusb')

dreieck commented on 2024-03-24 13:58 (UTC)

Please prepend .git to the source array github URLs.

Regards!

bunder commented on 2021-06-17 04:49 (UTC) (edited on 2021-06-18 17:29 (UTC) by bunder)

Doesn't build with GCC 11. See https://github.com/raspberrypi/picotool/pull/30. While it isn't merged you can install picotool with:

yay -G picotool-git && (cd picotool-git && curl http://ix.io/3qmu | patch && makepkg -i)