箇所 | 誤 | 正 |
目次 | 2-5 「printf」の仕組み ………… 42 | 2-5 「printf」の仕組み ………… 58 |
1-3(p.11) | ディレクトリの指定は、「BR2_DL_DIR環境変数」で行ないます。 | ディレクトリの指定は、「BR2_DL_DIR環境変数」で行ないます。 root権限のディレクトリを指定すると、以後の操作でroot権限が必要となるため、一般ユーザー権限のディレクトリを指定します。 |
1-3(p.14), 4-5(p.234) |
Kernel Install kernel image to /boot in target |
Kernel [*] Install kernel image to /boot in target |
1-5(p.21) |
# cd board/qemu/aarch64-virt # cp linux.config linux.config.org # cd .. # make linux-savedefconfig # cp output/build/linux-5.11.10/defconfig board/qemu/aarch64-virt/linux.config |
# cd board/qemu/aarch64-virt # cp linux.config linux.config.org # cd ../../.. # make linux-savedefconfig # cp output/build/linux-5.11.10/defconfig board/qemu/aarch64-virt/linux.config |
1-5(p.23) |
[Makefile]
KERNELDIR := /home/yutaka/buildroot/buildroot-2021.02_virt/output/build/ ⏎ linux-5.11.10 |
[Makefile] KERNELDIR := /home/yutaka/buildroot/buildroot-2021.02_virt/output/build/linux-5.11.10 |
4-5(p.235) | http://snapshots.linaro.org/components/kernel/leg-virt-tianocoreedk2- upstream/4205/QEMU-AARCH64/RELEASE_GCC5/ |
https://snapshots.linaro.org/components/kernel/leg-virt-tianocore-edk2-upstream/ から latest/QEMU-AARCH64/RELEASE_GCC5/ とたどる。 |
箇所 | 誤 | 正 |
2-3(p.49) | しばらくすると、CPUの“ストール”“を検出します。 | しばらくすると、CPUの“ストール”を検出します。 |
4-1(p.219) |
[1]PCに電源ケーブルを挿し込むと、通電が始まります ⏎ 。これを「スタンバイ電源」と呼ぶことがあります。 |
[1]PCに電源ケーブルを挿し込むと、通電が始まります。これを「スタンバイ電源」と呼ぶことがあります。 |