Skip to content

Commit

Permalink
chore(emu): downloading T3T1 ARM from Gitlab, change static hardcoded…
Browse files Browse the repository at this point in the history
… binary
  • Loading branch information
grdddj committed Apr 22, 2024
1 parent 8a5b9bc commit c702cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified src/binaries/firmware/bin/arm/trezor-emu-core-T3T1-v2-main-arm
Binary file not shown.
8 changes: 4 additions & 4 deletions src/binaries/firmware/bin/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ elif [[ $SYSTEM_ARCH == aarch64* ]]; then
mv arm/core/build/unix/trezor-emu-core-arm ../trezor-emu-core-R-v2-main-arm

# TEMPORARILY replaced by baking the emulators into the image
# wget --no-config -O trezor-emu-core-T3T1-arm-main.zip "$T3T1_LATEST_BUILD"
# unzip -o -q trezor-emu-core-T3T1-arm-main.zip -d arm/
# mv arm/core/build/unix/trezor-emu-core-arm ../trezor-emu-core-T3T1-v2-main-arm
mv ../arm/trezor-emu-core-T3T1-v2-main-arm ../trezor-emu-core-T3T1-v2-main-arm
wget --no-config -O trezor-emu-core-T3T1-arm-main.zip "$T3T1_LATEST_BUILD"
unzip -o -q trezor-emu-core-T3T1-arm-main.zip -d arm/
mv arm/core/build/unix/trezor-emu-core-arm ../trezor-emu-core-T3T1-v2-main-arm
mv ../arm/trezor-emu-core-T3T1-v2-main-arm ../trezor-emu-core-T3T1-v2-main-static-arm

wget --no-config -O trezor-emu-legacy-arm-main.zip "$LEGACY_LATEST_BUILD"
unzip -o -q trezor-emu-legacy-arm-main.zip -d arm/
Expand Down

0 comments on commit c702cbb

Please sign in to comment.