なんだこれは

はてなダイアリーから移転しました。

qemu

せっかくなので qemu で Raspberry PI の仮想環境を整備したい7

/opt/local/bin/qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw" -redir "tcp:10022::22" -hda 2015-02-16-raspbian-wheezy.img こうして raspberry を起動して、…

せっかくなので qemu で Raspberry PI の仮想環境を整備したい6

qemu/Yosemite 上の仮想環境の Raspberian ですが、しばらく放置していたら Raspberian の 新しいのがでていたので、やりなおすことにした。あと、Clozure CLをインストールした。 sudo port installed | grep qemu qemu @2.2.0_0+cocoa+ssh+target_arm+targ…

ARM exe on x86 Linux のテストダブル環境の準備

x86 の ubuntu Linux で ARM 向けクロス開発環境を用意してみよう、のメモ

せっかくなので qemu で Raspberry PI の仮想環境を整備したい5

qemu/Yosemite 上の仮想環境の Raspberian ですが、容量が少なめだから増やそうとしたんですが、うまくいかなかった。 /opt/local/bin/qemu-img resize 2014-09-09-wheezy-raspbian.img +2G Image resized. qemu-system-arm -kernel kernel-qemu -cpu arm117…

せっかくなので qemu で Raspberry PI の仮想環境を整備したい4

qemu の画面から startx を実行すれば、GUIになるというので試した。

せっかくなので qemu で Raspberry PI の仮想環境を整備したい3

つづき 今日は やりなおして起動するところまでどうもうまくいかなかったのですが、Raspberry Pi を QEMU でエミュレートする方法 (2014年9月更新) をみてすすめました。

せっかくなので qemu で Raspberry PI の仮想環境を整備したい2

つづき 今日は CUI で起動までする。

せっかくなので qemu で Raspberry PI の仮想環境を整備したい

http://xecdesign.com/qemu-emulating-raspberry-pi-the-easy-way/ にある手順にしたがって、 Macでqemuを使って Raspberry PI のエミュレータ環境を整備することにした。