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