View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

wget

Overview:

The Intimate distibution is a Debian Arm based distrobution for use with the Familiar distribution providing a full linux environment for use with Micro Drives (or in our case, over NFS). This instructions below are for installing Intimate for use over NFS, so you will need an NFS server. This also assumes you have Familiar installed using my custom jffs2 images (or at leaset have pivot_root installed and a properly modified /linuxrc.intimate).

NFS Setup:

This is quick and dirty. For more details on NFS, see: http://www.linuxdoc.org/HOWTO/NFS-HOWTO/index.html

Setup Intimate:

You need to setup the Intimate files on a server that can provide NFS:

The fix-intimate.tar.gz file contains missing files that Intimate wants to boot X properly, a modified /etc/fstab file to prevent allow for /boot mounting of /dev/mdtblock3, and links to /boot/... so you can use thie files on the handheld (see above).


Setup Familiar:

Setup /etc/fstab to mount NFS server:
  # cat /etc/fstab
  #           
  /dev/mtdblock3  /               jffs2           defaults 0 0
  ramfs           /mnt/ramfs      ramfs           defaults 0 0
  proc            /proc           proc            defaults 0 0
  devpts          /dev/pts        devpts          mode=0622       0 0
  gargamel.buserror.org:/export/ipaq/nfs/intimate /mnt/nfs nfs nolock,rsize=8192,wsize=8192 0 0

Adjust linuxargs param:
  # ipaqbb --set linuxargs="noinitrd devfs=mount root=/dev/mtdblock/3 \
    init=/linuxrc.intimate console=ttySA0" --verbose
OR
  boot> set linuxargs "noinitrd devfs=mount root=/dev/mtdblock/3 init=/linuxrc.intimate console=ttySA0"
  boot> params save

Update Intimate:

Once the Intimate files are on the NFS server and Familiar is ready to go, boot into Intimate and follow the steps below to update the insulation:



Back to HOW-TO's


Links to this Page