X



トップページLinux
827コメント293KB

玄人志向 玄箱12

0001login:Penguin
垢版 |
2009/12/20(日) 19:02:08ID:CS4lKSnA
前スレ
玄人志向 玄箱11
http://pc11.2ch.net/test/read.cgi/linux/1229929071/

まとめサイト / テンプレ
http://wiki.nothing.sh/29.html / http://wiki.nothing.sh/65.html

仕様
http://kuroutoshikou.com/modules/display/?iid=118
http://kuroutoshikou.com/modules/display/?iid=122
http://kuroutoshikou.com/modules/display/?iid=966

2ch-Linux-Beginners (玄箱情報・PowerPC情報・ARM情報)
http://www12.atwiki.jp/linux2ch/pages/26.html#id_ff825de9

玄人志向「玄箱」を試す
http://pc.watch.impress.co.jp/docs/2004/0312/pclabo22.htm
http://pc.watch.impress.co.jp/docs/2004/1124/pclabo27.htm

山下康成の”ハックしよう”
http://www.yamasita.jp/

玄箱うぉううぉう♪
http://kuro.dsk.jp/

Genbako kernel collection
http://www.genbako.com/

玄人志向「玄箱」で自宅サーバ Part13
http://pc11.2ch.net/test/read.cgi/mysv/1228359404/
0232login:Penguin
垢版 |
2010/10/14(木) 01:09:22ID:8396TpMs
HG
---
# apt-get install
gcc (gcc = binutils cpp cpp-3.3 gcc gcc-3.3)
libncurses5-dev
make patch unzip bison flex
git-core uboot-mkimage
# update-alternatives --config git (choose #2: git-scm - we need git to get the sources for dtc)
# cd /usr/src
# wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 (get the most recent from http://www.kernel.org/pub/linux/kernel)
# tar xjf linux-2.6.21.tar.bz2
# ln -sf linux-2.6.21 linux
# git clone git://www.jdl.com/software/dtc.git dtc (the dtc tool is used to compile a required special hardware database file)
# cd /usr/src/dtc
0233login:Penguin
垢版 |
2010/10/14(木) 01:10:20ID:8396TpMs
# make
# sudo ln -sf /usr/src/dtc/dtc /usr/local/bin/
# cd /usr/src
# wget http://www.kurobox.com/sylver/u-boot/mkimage (now we'll get mkimage, with is needed to produce kernel images that the u-boot can boot into.)
# chmod 0755 mkimage
# sudo mv mkimage /usr/local/bin/
# sudo apt-get install jigit (mkimage need this tool to work???)
# cd /usr/src/linux
# cp arch/powerpc/configs/linkstation_defconfig .config

# make ARCH=powerpc menuconfig
-----
Multimedia devices --->
<M> Video For Linux
   [*] Video capture adapters --->
    [*] V4L USB devices --->
-----
# make uImage modules
# exit
# cd /usr/src/linux
# make modules_install
# cp arch/powerpc/boot/uImage /boot/vmlinux.UBoot
# cp arch/powerpc/boot/dts/kuroboxHG.dts /boot/
# cd /boot
# dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts
# reboot
レスを投稿する


ニューススポーツなんでも実況