久しぶりに Pidora をアップデートしてみます。
前回アップデートしたらリブートできなくなったので、再挑戦の意味もあります。表示は若干修正してあります。
# yum update
..................
==================================================
Package Arch Version Repository Size
==================================================
Installing:
raspberrypi-kernel armv6hl 3.6.11-12.20130920git966efc7.rpfr18
pidora-rpfr-updates 12 M
Updating:
pidora-release noarch 18-7.rpfr18 pidora-rpfr-updates 25 k
raspberrypi-kernel-headers armv6hl 3.6.11-12.20130920git966efc7.rpfr18
pidora-rpfr-updates 778 k
raspberrypi-vc-demo-source armv6hl 20130918gitfadc4cb-2.rpfr18
pidora-rpfr-updates 30 M
raspberrypi-vc-firmware armv6hl 20130918gitfadc4cb-2.rpfr18
pidora-rpfr-updates 2.9 M
raspberrypi-vc-libs armv6hl 20130918gitfadc4cb-2.rpfr18
pidora-rpfr-updates 217 k
raspberrypi-vc-libs-devel armv6hl 20130918gitfadc4cb-2.rpfr18
pidora-rpfr-updates 235 k
raspberrypi-vc-static armv6hl 20130918gitfadc4cb-2.rpfr18
pidora-rpfr-updates 152 k
raspberrypi-vc-utils armv6hl 20130918gitfadc4cb-2.rpfr18
pidora-rpfr-updates 112 k
Transaction Summary
=================================================
Install 1 Package
Upgrade 8 Packages
Total download size: 47 M
Is this ok [y/N]:y
.........................................
Installed:
raspberrypi-kernel.armv6hl 0:3.6.11-12.20130920git966efc7.rpfr18
Updated:
pidora-release.noarch 0:18-7.rpfr18
raspberrypi-kernel-headers.armv6hl 0:3.6.11-12.20130920git966efc7.rpfr18
raspberrypi-vc-demo-source.armv6hl 0:20130918gitfadc4cb-2.rpfr18
raspberrypi-vc-firmware.armv6hl 0:20130918gitfadc4cb-2.rpfr18
raspberrypi-vc-libs.armv6hl 0:20130918gitfadc4cb-2.rpfr18
raspberrypi-vc-libs-devel.armv6hl 0:20130918gitfadc4cb-2.rpfr18
raspberrypi-vc-static.armv6hl 0:20130918gitfadc4cb-2.rpfr18
raspberrypi-vc-utils.armv6hl 0:20130918gitfadc4cb-2.rpfr18
Complete!
#
ここでリブートしてみます。今回は無事に立ち上がりました。
前回問題となった3つのファイルは以下のようになっています。
# cd /boot
# ls -l bootcode.bin start.elf fixup.dat
-rwxr-xr-x 1 root root 17816 Sep 19 00:37 bootcode.bin
-rwxr-xr-x 1 root root 5749 Sep 19 00:37 fixup.dat
-rwxr-xr-x 1 root root 2498708 Sep 19 00:37 start.elf
#