Skip to content

Commit

Permalink
[opentitantool] HyperDebug firmware with I2C fixes
Browse files Browse the repository at this point in the history
Update the version of the pre-built firmware for HyperDebug shipped with
opentitantool.  This should resolve problems with HyperDebug acting as
I2C device, in particular the previous firmware had issue with switching
I2C addresses.

Change-Id: I58ff48c94fc695f780896182f0c4f6b2a9d91d88
Signed-off-by: Jes B. Klinke <jbk@chromium.org>
  • Loading branch information
jesultra committed Jan 5, 2024
1 parent 411cb03 commit 0424151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/hyperdebug/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def hyperdebug_repos():
http_archive(
name = "hyperdebug_firmware",
urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20231129_01/hyperdebug-firmware.tar.gz"],
sha256 = "de1e1dabf305eac5d3b1384b65d0b9684a345fdea5299c450bad773ef73b9636",
urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20231221_01/hyperdebug-firmware.tar.gz"],
sha256 = "f58e79737ced25fa8252cd6414a8ef11a336b308e2816e78e2f1759017812520",
build_file = "@//third_party/hyperdebug:BUILD",
)

0 comments on commit 0424151

Please sign in to comment.