以下の記事をそのままなぞってみました。
第603回 RISC-VのDebianイメージをEMUで動かす
今Windowsマシンは換装中のため、MacのParallels上にUbuntu20.04を入れてその中で試しました。
なのでmultipassも使いませんでした。
コマンドも写経で問題ありませんが、以下の.debファイルだけ404になりました。
$ wget http://ftp.jp.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2020.01+dfsg-1_all.deb
$ sudo apt install ./u-boot-qemu_2020.01+dfsg-1_all.deb
以下あたりを眺めればすぐに見つかります。
http://ftp.debian.org/debian/pool/main/u/u-boot/
u-boot-qemu_2020.07+dfsg-1_all.deb
ですので上記のコマンドは、以下のようにするだけです。
$ wget http://ftp.jp.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2020.07+dfsg-1_all.deb
$ sudo apt install ./u-boot-qemu_2020.07+dfsg-1_all.deb
しかしこれはなかなか大変そうです。
syasuda@ubuntu:~$ sudo apt install vim
[sudo] password for syasuda:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libvorbisfile3 : Depends: libogg0 (>= 1.1.0) but it is not installable
Depends: libvorbis0a (= 1.3.6-2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ogg/vorbisはとりあえず不要ですが・・・
コメント