11/08/2004 H. Takata <<< README >>> * Contents . |-- README ... This file. | |-- README.size ... file size | |-- rootfs2.6_small.m32700ut_20041108.tar.bz2 | ... root filesystem for M3T-M32700UT. | |-- filelist ... contents list of the root filesystem | |-- dpkg.lis ... list of installed deb packages | `-- boot.log ... boot log message; M3T-M32700UT SMP @300MHz * Root Filesystem "rootfs2.6_small.m32700ut_20041108.tar.bz2" is a sample root filesystem of minimum set of the Debian GNU/Linux for the m32r eva board M3T-M32700UT. 1. Usage of the tar+bzip2 archive Melt the tar+bzip2 archive and use it as a target root filesystem. ex) In case of you write to IDE disk device like a Microdrive(TM)... host:# fdisk /dev/sda ... prepare a Linux partition. host:# mke2fs -j -m 1 /dev/sda1 ... format the Linux partition. host:# mount /dev/sda1 /mnt host:# cd /mnt host:# tar xvjf /rootfs2.6_small.m32700ut_20041108.tar.bz2 then, write a bootloader image into the boot sector. host:# ./setup/lilo -r /mnt host:# umount /mnt See ./setup/README file for more information about setting up kernel and bootloader images. Enjoy!