This describes how to install NetBSD to KOBO.
**Contents**
[[!toc levels=3]]
# Basic Information
- [KOBO patch by Kenichi Hashimoto](ftp://rappappararin.dyndns.org/pub/KOBO/kobo)
- [netbsdkobo 2013/03]( http://rappappararin.blogspot.jp/2013/03/netbsdkobo.html)
- [kobonetbsd 2012/09](http://rappappararin.blogspot.jp/2012/09/kobonetbsd.html)
- [How to konnect serial](http://petit-noise.net/blog/20120802/kobo-touch-にusbシリアルを繋げる)
# Make uboot image
## Download Uboot image
- [Uboot image](https://docs.google.com/open?id=0B-K-8275486qNDk2VFVKS3ZaOHc)
- dd if=ubootimage of=/dev/rxxxx bs=1m ... copy into microSD card (1)
- replace microSD card
# Make system image
- Copy RPI image
- make KOBO kernel image
- copy KOBO kernel into MSDOS partition
# Boot
==== type veeery fast!! or saveenv
mmcinfo 1
fatload mmc 1 0x70800000 netbsd.bin
go 0x70800000
# uBoot default setting
setenv bootcmd_netbsd 'mmcinfo 1;fatload mmc 1 0x70100000 netbsd.bin; go 0x70100000'
setenv bootcmd 'run bootcmd_netbsd'
saveenv
switch on and load netbsd.bin
# USB Hub
same as WZero3 WS003/4SH.
use hub such as USB-HUB250W (SANWA SUPPLY)
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb