This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Mirror of https://packages.debian.org/u-boot-qemu (for ` /usr/lib/u-boot/qemu-riscv64_smode/uboot.elf ` )
2
+
3
+ See https://github.com/lima-vm/u-boot-qemu-mirror/releases
4
+
5
+ The license (GPL-2.0) is included in the ` *.orig.tar.gz ` source archive.
6
+
7
+ ``` console
8
+ $ wget -q \
9
+ http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2021.01+dfsg-5_all.deb \
10
+ http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg-5.dsc \
11
+ http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg.orig.tar.xz \
12
+ http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg-5.debian.tar.xz
13
+
14
+ $ sha256sum *
15
+ ded78c6eb5bec443933f015baf2303afde458f65121aed6b32c50409ff8d3d15 u-boot-qemu_2021.01+dfsg-5_all.deb
16
+ 08481d4f4a712ff932f929b767bceb5fcf2974e698e6b4b9f23da31ef84467a6 u-boot_2021.01+dfsg-5.debian.tar.xz
17
+ dcad07a093e07eef7268d7f268aecb541ff7bc6c14829d2c417c255464e6facf u-boot_2021.01+dfsg-5.dsc
18
+ 2c2f2422b14630e47b9ebf27cff7941da242512f5bac4ad7af101a933282e7a0 u-boot_2021.01+dfsg.orig.tar.xz
19
+
20
+ $ ar x u-boot-qemu_2021.01+dfsg-5_all.deb data.tar.xz
21
+ $ tar xf data.tar.xz ./usr/lib/u-boot/qemu-riscv64_smode/uboot.elf
22
+ $ mv usr/lib/u-boot/qemu-riscv64_smode/uboot.elf qemu-riscv64_smode_uboot.elf
23
+ $ sha256sum qemu-riscv64_smode_uboot.elf
24
+ 64048432020bda960f397b5a138ea98aa6bbd42db02e8bb34ff3b9320763e36d qemu-riscv64_smode_uboot.elf
25
+ ```
You can’t perform that action at this time.
0 commit comments