This howto assumes that you have the DebianChroot already installed.

make sure /dev/nand2 is mounted to your chroot home, usually /usr/share/debian/debian-etch/home

go to chroot:

$ deb
sh-3.1# debootstrap etch /home/ http://ftp.de.debian.org/debian

if you need wifi for connecting to the internet, now is the time to install the needed packages.

# chroot /home
here you go. shutdown afterwards using the old GUI

prepare sd-card on your desktop (see UbootStuff)

$ SDCARD=/dev/sdb
# fdisk ${SDCARD}

create the first partition, less than 32M (choose 16M)

# mkfs.vfat -F 16 ${SDCARD}1
# mount ${SDCARD}1 /mnt/
# wget -O /mnt/uImage http://projects.kwaak.net/twiki/pub/Epc700/KernelOfTheWeek/uImage
# umount /mnt/

try this kernel without flashing: boot holding Fn+LeftShift+LeftCtrl if it works, shut down and flash: boot holding Fn+LeftShift+F1

WARNING: on Letux400 the first key combo will flash and boot

Try booting Debian by pressing F3 while booting (boot from nandflash2). You should now be able to login to the Debian terminal. For making it boot from the nandflash2 without pressing F3, flash another kernel. Same steps as above, but with -nand2 at the uImage.

On your desktop

# mount ${SDCARD}1 /mnt/
# wget -O /mnt/uImage http://projects.kwaak.net/twiki/pub/Epc700/KernelOfTheWeek/uImage-nand2
# umount /mnt/

flash: boot holding Fn+LeftShift+F1

boot just without pressing anything

Done.

See also: http://projects.linuxtogo.org/pipermail/mipsbook-devel/2009-January/000019.html

Config:

Topic attachments
I Attachment Action Size Date Who Comment
elseEXT fstab manage 0.2 K 24 Feb 2009 - 14:33 ArdVanBreemen fstab
elseEXT xlock manage 0.1 K 24 Feb 2009 - 15:19 ArdVanBreemen xlock replacement
elseconf xorg.conf manage 2.8 K 24 Feb 2009 - 14:36 ArdVanBreemen  
Topic revision: r5 - 04 Mar 2009 - 19:36:52 - ArdVanBreemen
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback