Home | History | Annotate | Line # | Download | only in armadillo
      1  1.1  hamajima known bug
      2  1.1  hamajima - some CF card does not work
      3  1.1  hamajima - IO card does not work
      4  1.1  hamajima - "wd_flushcache: status=330<TIMEOU,DF>" occurs in reboot sometimes
      5  1.1  hamajima - cannot solicit IPv6 address sometimes
      6  1.1  hamajima 
      7  1.1  hamajima not yet
      8  1.1  hamajima - battery backupped RTC (SII S3531A or compatible)
      9  1.1  hamajima - on-chip VGA
     10  1.1  hamajima - on-chip IDE
     11  1.1  hamajima - on-chip audio
     12  1.1  hamajima - PC/104 bus
     13  1.1  hamajima - and many devices
     14  1.1  hamajima - document
     15  1.1  hamajima 
     16  1.1  hamajima 
     17  1.1  hamajima how-to install
     18  1.1  hamajima 
     19  1.1  hamajima Filesystem on CF card (or Microdrive) needs a ext2 partition for "hermit".
     20  1.1  hamajima "hermit" is on-flash kernel loader, and he loads filename of boot/Image on
     21  1.1  hamajima ext2 partition. You copy netbsd.bin made with netbsd to boot/Image.
     22  1.1  hamajima 
     23  1.1  hamajima Boot on-flash linux and execute following commands.
     24  1.1  hamajima  # fdisk /dev/hdc
     25  1.1  hamajima  (create hdc1 of few mega bytes and set type 83)
     26  1.1  hamajima  # mke2fs -O none /dev/hdc1
     27  1.1  hamajima  # mount /dev/hdc1 /mnt
     28  1.1  hamajima  # mkdir /mnt/boot
     29