[Buildroot] [git commit] package/sam-ba: bump version to 3.5

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Wed Oct 6 19:11:10 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=b55e4d9fd93c371254f10031b3f8a0f3412394be
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Sadly the most recent version of Microchip's SAM-BA programming tool is no longer hosted
on GitHub. Therefore the package is downloaded from Microchip directly.

Signed-off-by: Daniel Lang <d.lang at abatec.at>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/sam-ba/Config.in.host | 1 +
 package/sam-ba/sam-ba.hash    | 2 +-
 package/sam-ba/sam-ba.mk      | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/sam-ba/Config.in.host b/package/sam-ba/Config.in.host
index 2236b5f48a..b96e377e79 100644
--- a/package/sam-ba/Config.in.host
+++ b/package/sam-ba/Config.in.host
@@ -8,3 +8,4 @@ config BR2_PACKAGE_HOST_SAM_BA
 	  microcontrollers.
 
 	  http://www.at91.com/linux4sam/bin/view/Linux4SAM/SoftwareTools
+	  https://www.microchip.com/en-us/development-tool/SAM-BA-IN-SYSTEM-PROGRAMMER
diff --git a/package/sam-ba/sam-ba.hash b/package/sam-ba/sam-ba.hash
index 1bc14f3fd7..10b95c9c0e 100644
--- a/package/sam-ba/sam-ba.hash
+++ b/package/sam-ba/sam-ba.hash
@@ -1,3 +1,3 @@
 # sha256 locally computed
-sha256  dc32c49688bbfab5aa687042caae5f611fe3d9e722098a561f8f5d2fbc57249d  sam-ba_3.3.1-linux_x86_64.tar.gz
+sha256  f66e431f0401b197e80599156ea93aa3aab050bc4d16523c95fae1107ef9101c  sam-ba_3.5-linux_x86_64.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE.txt
diff --git a/package/sam-ba/sam-ba.mk b/package/sam-ba/sam-ba.mk
index 3082d49192..10bea8ef70 100644
--- a/package/sam-ba/sam-ba.mk
+++ b/package/sam-ba/sam-ba.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-SAM_BA_VERSION = 3.3.1
-SAM_BA_SITE = https://github.com/atmelcorp/sam-ba/releases/download/v$(SAM_BA_VERSION)
+SAM_BA_VERSION = 3.5
+SAM_BA_SITE = https://www.microchip.com/content/dam/mchp/documents/MPU32/ProductDocuments/SoftwareTools
 SAM_BA_SOURCE = sam-ba_$(SAM_BA_VERSION)-linux_x86_64.tar.gz
 SAM_BA_LICENSE = GPLv2
 SAM_BA_LICENSE_FILES = LICENSE.txt


More information about the buildroot mailing list