N3200 Upgrade
From WorldGuard
Revision as of 12:41, 4 November 2009 by 58.161.195.15 (Talk)
[edit] Overview
I decided that I'd like to get rid of the fairly limited OS that comes with a Thecus N3200 and install a full blown linux distro on it. This page highlights my notes on what I did.
A summary of the steps were as follows: -
- Execute debootstrap on another system to build a stage 1 chroot for the N3200
- Copy this to the /raid dir on the Thecus
- Perform the second stage of the debootstrap directly on the Thecus
- Compile the kernel with options needed for the N3200 into a uImage
- Compile specific N3200 modules that provide RTC, network etc functions
- Compile a flattended device tree, slightly modified to work under the newer kernel
- Create an initramfs, then use mkimage to tag it
- Copy the dts, kernel and initramfs to a tftp, then boot the Thecus off the new kernel
