Annotation of wikisrc/users/jun/kobo.mdwn, revision 1.1
1.1 ! wiki 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: mmcinfo 1
! 28: fatload mmc 1 0x70800000 netbsd.bin
! 29: go 0x70800000
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb