Raspberry Pi fedoraでkernel make に挑戦だが
さて、kernelがmake出来たか確認をする
[root@remote-hand ~]# cd ./rpmbuild/BUILD/raspberrypi-linux-c5cb0b5/
[root@remote-hand raspberrypi-linux-c5cb0b5]# ls
arch first32k.bin lib README usr
block fs MAINTAINERS REPORTING-BUGS virt
COPYING include Makefile samples vmlinux
CREDITS init mm scripts vmlinux.o
crypto ipc modules.builtin security
Documentation Kbuild modules.order sound
drivers Kconfig Module.symvers System.map
firmware kernel net tools
patchを入れたFOMAのdriverも出来ているようだ
[root@remote-hand raspberrypi-linux-c5cb0b5]# ls /lib/modules/3.6.11-pepo/kernel/drivers/usb/class/acm-FOMA.ko
/lib/modules/3.6.11-pepo/kernel/drivers/usb/class/acm-FOMA.ko
ついでにinstall
[root@remote-hand raspberrypi-linux-c5cb0b5]# make install
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CHK kernel/config_data.h
Kernel: arch/arm/boot/Image is ready
/bin/sh /root/rpmbuild/BUILD/raspberrypi-linux-c5cb0b5/arch/arm/boot/install.sh 3.6.11-pepo \
arch/arm/boot/Image System.map "/boot"
Installing normal kernel
You have to install it yourself
[root@remote-hand raspberrypi-linux-c5cb0b5]#
You have to install it yourself:うーと、自分でインストールが必要だって
pepoと