Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
2022.04+dfsg-2
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Apr 28, 2022
1 parent 43f534b commit 8fe2d22
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ The license (GPL-2.0) is included in the `*.orig.tar.gz` source archive.

```console
$ wget -q \
http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2021.01+dfsg-5_all.deb \
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg-5.dsc \
http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2022.04+dfsg-2_all.deb \
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2022.04+dfsg-2.dsc \
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg.orig.tar.xz \
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg-5.debian.tar.xz
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2022.04+dfsg-2.debian.tar.xz

$ sha256sum *
ded78c6eb5bec443933f015baf2303afde458f65121aed6b32c50409ff8d3d15 u-boot-qemu_2021.01+dfsg-5_all.deb
08481d4f4a712ff932f929b767bceb5fcf2974e698e6b4b9f23da31ef84467a6 u-boot_2021.01+dfsg-5.debian.tar.xz
dcad07a093e07eef7268d7f268aecb541ff7bc6c14829d2c417c255464e6facf u-boot_2021.01+dfsg-5.dsc
a7458375b012b7fcab1e816a577f83643529da2e32f5169a73afb9de05ddb415 u-boot-qemu_2022.04+dfsg-2_all.deb
2c2f2422b14630e47b9ebf27cff7941da242512f5bac4ad7af101a933282e7a0 u-boot_2021.01+dfsg.orig.tar.xz
d1cf61bc77e703a465f2e84652f989f482e3e5a60e66dc0b874065eacdebfce8 u-boot_2022.04+dfsg-2.debian.tar.xz
5c26cdbffe2ff41887604bd85343b28be506fc0181aad88d7069fc9173ecba54 u-boot_2022.04+dfsg-2.dsc

$ ar x u-boot-qemu_2021.01+dfsg-5_all.deb data.tar.xz
$ ar x u-boot-qemu_2022.04+dfsg-2_all.deb data.tar.xz
$ tar xf data.tar.xz ./usr/lib/u-boot/qemu-riscv64_smode/uboot.elf
$ mv usr/lib/u-boot/qemu-riscv64_smode/uboot.elf qemu-riscv64_smode_uboot.elf
$ sha256sum qemu-riscv64_smode_uboot.elf
64048432020bda960f397b5a138ea98aa6bbd42db02e8bb34ff3b9320763e36d qemu-riscv64_smode_uboot.elf
d250ede9b4d0ea1871714395edd38a7eb2bc8425b697673cfd15e62e7ee4529c qemu-riscv64_smode_uboot.elf
```

0 comments on commit 8fe2d22

Please sign in to comment.