01/24/2005 H. Takata <<< README >>> * Contents . |-- README ... This file. | |-- README.size ... file size | |-- rootfs2.6_04_small.mappi2_20050124.tar.bz2 | ... root filesystem for Mappi2/VDEC2 | |-- rootfs2.6_04_small.mappi2_20050124_CF256MB.img.bz2 | ... CompactFlash memory image (256MB) | |-- filelist ... contents list of the root filesystem | |-- dpkg.lis ... list of installed deb packages | `-- boot.log ... boot log message; Mappi2/VDEC2 @25MHz * Root Filesystem "rootfs2.6_04_small.mappi2_20050124.tar.bz2" is a sample root filesystem of minimum set of the Debian GNU/Linux for m32r. 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_04_small.mappi2_20050124.tar.bz2 then, write a bootloader image into the boot sector. host:# ./setup.mappi2/lilo -r /mnt host:# umount /mnt See ./setup/README file for more information about setting up kernel and bootloader images. 2. Usage of the CF image Melt the CF image and write it into a CF device. ex) If your CF device name is /dev/sda, host:# bzip2 -dc rootfs2.6_04_small.mappi2_20050124_CF256MB.img.bz2 | \ dd of=/dev/sda Enjoy!