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