Difference between revisions of "Flameman/dht-walnut"

From eLinux.org
Jump to: navigation, search
(tftp uboot uImage: install/recovery/first-aid)
(what you need)
Line 719: Line 719:
 
you need  
 
you need  
 
* a PC running a tftpboot server
 
* a PC running a tftpboot server
* the new ramrootfs (see this wiki  about)  
+
* the new ramrootfs ( see http://www.elinux.org/Flameman/dht-walnut#new_ramrootfs.2C_tftp_uboot_uImage:_install.2Frecovery.2Ffirst-aid )  
 
* for an empty 2..4Gbyte storage for the full gentoo rootfs
 
* for an empty 2..4Gbyte storage for the full gentoo rootfs
 
* for an empty 512Mb..1Gbyte storage for the embedded gentoo rootfs
 
* for an empty 512Mb..1Gbyte storage for the embedded gentoo rootfs

Revision as of 16:51, 10 July 2009

Contents

DHT-Walnut-Flameman

Note

please note this page is actively being updated, it is merged from the old version of wiki. so keep patient, i will rewrite this documentation as soon as possible

in case you need a pdf copy of the old doc, or if you need attachments feel free to ask me for them ( flameman, email speeder@alice.it, msn mr.ddc@hotmail.com)

about the jtag software: the one provided with the url will not work 'cause they remove the support for amcc44x. In case you need this software i stored the old version here, so feel free to ask me about.

Introduction

The Target-goal of this page is

  • install gentoo-ppc32 into harddisk
  • make the board able to boot from it
  • describe how to build a jtag cable (to debug and recover from "Brickage")
  • describe something useful with you can do with the board
  • describe other Operating System avalaible for the board


logical steps about installing gentoo

  • add the JTAG connector at J10 (you could skip it, it is suggested)
  • build the JTAG cable (you could skip it, it is suggested))
  • replace the bootloader with ppcboot 1.1.6/U-boot 1.1.4
  • make partitions on the Hard Disk
  • populate them
  • set the bootloader environment to boot from the Hard Disk

People you could contact if you need help

  • flameman, i'm currently use this board for a project, email
    • msn daredevil-coder@hotmail.it
    • email flamemaniii@gmail.com
    • irc.nick flameman (channel #edev, #gentoo-ppc)
  • you ... if you want ;-)

About the board

DHT-Walnut is a shortened name for the Digital Home Technologies PCB 01070201 Rev. 1.1.

The DHT-Walnut board is based on the AMCC-Walnut (still available, and still expensive :P). It is a more improved board described at www.amcc.com.

A "walnut" searching will inform about schematic and software.

Also keep attention @ DENX: they have developed a lot for the AMCC-Walnut board, and you could find a linux patch for your problem, prettier documentation, developer suit, and much more: in case, you are suggested to have a look to their web pages.


you could find it on ebay, search for "walnut", or "powerpc"


MIND UP the differences between "DHT WALNUT" and "AMCC WALNUT" (ALSO CALLED "IBM WALNUT")


Where to find/buy the board

ebay, the seller "knktechequipment" can provide it


his auctions look like this:

Auction title: PowerPC 405 GP 266MHZ, with Linux, 32MB RAM Item number: 380085056864 Seller: knktechequipment( 935Feedback score is 500 to 999) Member is a PowerSeller Feedback: 100 % Positive Member: since Jan-19-04 in United States

Starting bid: US $35.00 Standard Flat Rate Shipping Service Service to United States Ships to: Worldwide Item location: Dallas, Texas, United States Payment methods: PayPal (preferred) Tested, In Good Working Order. Please check our store for more items Interfaces:

   * Ethernet
   * IEEE 1394 “Firewire”
   * RS-232
   * IDE
   * PCI

Operating System : Embedded Open Source Linux on 4Mbit Flash chip Comes with a copy of the Boot Loader



  • other place where to find this board ?

...

Overview

The board consists of:

  • CPU PowerPC 405GP running at 266mhz
  • RAM PC133 SDRAM slot, currently, only supports single sidded DIMMs
  • LAN On-chip 405GP ethernet, board doesn't have an ethernet MAC address (the monitor/bootloader is able to fix it)
  • UART DCE serial port, speeds up to 230k, only tested to 115200bps
  • PCI two pci slots, keyed for 5V only cards
  • IDE Promise Technologies PDC20265 IDE
  • ROM 512k of boot flash, AMD 29LV040B (amd29lv040b.pdf), soldered on the PCB, if you like to use a socket you have to consider the bootloader will check for the flash manufactor ID, so or you replace the 29LV040B with an other socked-29LV040B, or you have to modify the bootloader
  • POWER the board need to be 12v dc powered 2A max, it is able to feed the hard disk
  • System PCB 6.00" x 7.5" board size
  • RTC the real time clock chip is missing
  • RAM 32M PC133 SDRAM DIMM, the board has issues with more than 128M: if you inspect the pcb, you will see that the DIMM connector has same pin missing, this is the reason why you can't use DIMM bigger than 128M
  • PCI IEEE-1394 card supported by OHCI driver
  • PCI additional ethernet board needed cause the on board ethernet is implemented by the IBM-ppc-405GP, for example netbsd is not able to drive it, so in case you need an additional board, the one provided with DHT is good enough
  • FIRMWARE PPCBoot v.1.1.2 in flash (it has issues with environment, it need to be replaced with a gooder one)

Memory Locations

memory map of the board will be added as soon as possible


addr begin addr end area
40000 ?? ram, userspace
400000 ?? ram, userspace
0xef600700 0xef600700+4 PPC405GP, GPIO output register
0xef600704 0xef600704+4 PPC405GP, GPIO Tri-State register, Controls if pin is active when high.
0xef600718 0xef600718+4 PPC405GP, GPIO Open Drain register. Controls if pin is an open drain or active output.
0xef60071c 0xef60071c+4 PPC405GP, GPIO Input register. synchronized with OPBClk
0xfff80000 ??? ???
0xfffa0000 0xfffaffff flash, bootloader data
0xfffb0000 0xfffbffff flash, bootloader data
0xfffc0000 0xffffffff flash, bootloader, uboot has TEXT_BASE = 0xFFFC0000
0xfffffffc 0xfffffffc+4 flash, PPC405GP boots from this location ???

Open questions


1) how/where is ram mapped ?

2) how/where is harddisk mapped ?

3) how/where is pci mapped ?

3) what is the bootstrap addr of the flash ?

the u-boot image "sits" at the end of the flash, the 4xx PPC's boot from location 0xfffffffc, so the bootloader needs to be located at the end, so if u-boot is 256kbyte then it is located 0xfffc0000 ... 0xffffffff

the dht-walnut flash memory mapped, it's mapped via the 405gp EBC (external bus controller)

...

Problems

  • uboot has issues in PCI/DMA initialization. More will be post in the future
hi,
i found a problem using a pci sound card in the DHT-WALNUT.
It has been correctly recognized by the kernel, the DMA feature (ppc405-dma) is setted, but the card is not working.

somebody says it is a bug, somebody says ppcboot solves the problem inizializing the pci in the correct way. I don't know, i'm using the uboot v1.1.4 and it is not working

also have a look to this

<> but i already thought so when i saw the "pci long" output
<> no BAR was assigned with an address
<> this was different some time ago
<> could be something changed in the last few months in the common pci support
<> i'll check with an ex-kollegue and let you know
<> this will take till beginning of next week though
<> hey, i just checked the source (sometimes helpful)
<> you just need to enable the host bridge configuration via an env variable
<> => setenv pciconfighost yes
<> then
<> => saveenv
<> => reset
<> after this reset the BAR1 will be configured:
<> => pci long
<> Scanning PCI devices on bus 0
<> Found PCI device 00.00.00:
<>   vendor ID =                   0x1014
<>   device ID =                   0x0156
<>   command register =            0x0006
<>   status register =             0x2210
<>   revision ID =                 0x01
<>   class code =                  0x0b (Processor)
<>   sub class code =              0x20
<>   programming interface =       0x00
<>   cache line =                  0x00
<>   latency time =                0x87
<>   header type =                 0x00
<>   BIST =                        0x00
<>   base address 0 =              0x00000000
<>   base address 1 =              0x80000008

could you help me to understand how to plug a soundcard ?
:)

Images of the board

Dht-walnut-ppc405-board.jpg

see more detailed photo dht-walnut-ppc405-top

JTAG

The BEST solution is to equip your lab with the bdi2000. This hardware is expensive a lot, 'cause it is not a simple download cable, it's a professional debugger

For this dht-walnut project it has been used "OCD Commander is macraigor's free debugger software", that i'm going to illustrate


JTAG & OCD Commander

The OCD Commander is macraigor's free debugger software, which allows you to connect to your supported target type chip via the On-Chip Debug port (BDM or JTAG) using a Macraigor hardware device. You will be able to test the connection, memory access, modify memory and registers, run code and more using this product. This debugger is not designed to be used to program flash devices connected to your target. The OCD Commander software is supported under Windows 98/ME, NT, 2000, 2003, XP operating systems

supported devices

  • mpDemon
  • Raven
  • wiggle <------- it will be illustrated
  • usb2demon
  • usb2sprite
  • usbwiggler

See How To build the JTAG Wiggle interface & add the JTAG connector at J10, Just in case you make a brick, you could fix the jam, using this procedure: JTAG Bootloader Installation

JTAG add the J10 to the board

J10

To add the J10 to the board suck or wick the solder out of the holes and solder it in, but be minded a common header has pins larger than holes, so ... be careful about what you do: you could damage the PCB

Dht-walnut-ppc405-jtag.jpg

pinout

NOTE

  • DHT-Walnut: JTAG Pin Out Connector Specifications for DHT-walnut-PPC405GP
  • AMCC-PPC4xx: JTAG Pin Out Connector Specifications for AMCC PPC 44X, 40X (4XX) Processors: 405EP, 405GP, 405GPR, 440GP, 440EP, 440GX, 440GR, 440EPX, 440GRX, 440SP, 440SPE


pin DHT-WALNUT AMCC-PCC4xx
01 TDO TDO
02 nc nc
03 TDI TDI
04 TRST TRST
05 *NC* *NC*
06 Vcc Vcc
07 TCK TCK
08 nc KSTP_IN
09 TMS TMS
10 nc nc
11 SRESET SRESET
12 nc nc
13 HRESET HRESET
14 nc reserved
15 nc CKSTP_OUT
16 gnd gnd


Pin Out description

  • TDO=JTAG Test Data Out
  • TDI=JTAG Test Data In
  • TRST=JTAG Test Reset
  • TCK=JTAG Test Clock
  • TMS=JTAG Test Mode Select
  • *NC*=not connected, used as cable reference
  • nc=simply not connected
  • SRESET=Soft-Reset
  • HRESET=Hard-Reset
  • KSTP_OUT=?
  • CKSTP_IN=?
  • Vcc=board ref voltage, 3V

About the software for the jtag cable

from http://www.macraigor.com/cpus.htm and you can download the OCD-commander, but it will not work with the wiggle

  • 'cause in the new OCD-commander AMCC PowerPC PPC405 wiggler is NOT supported
  • 'cause in the new OCD-commander IBM PowerPC PPC 405 wiggler is NOT supported

you need to download this old version, that i tested with success under windows2000 OCD-Commander-for-wiggle.zip (i can't include it for download cause of the copyright, if you need it, please email me)

JTAG build the Wiggle Cable

the the "Wiggler Buffered JTAG Programmer" is compatible with the old OCD. This schematic has been tested and it is working.

Dht-walnut-ppc405-wiggler.png

Dht-walnut-ppc405-wiggler-cable.jpg

OCD, Experimental hack

Experimental hack to set a hardware breakpoint inside OCD Commander [media:hardbreak.tgz]

  • OCD Commander macro file to dump the CPU configuration (all but PCI) [media:dump_config.mac]
  • OCD Commander macro file to configure the system for recovery attachment:recovery_config.mac]
  • CPU configuration of the system after a warm reset [media:warm_reset.config]
  • CPU configuration of the system once ppcboot v1.1.2 is up and running [media:ppcboot.config]
  • CPU configuration of the system once ppcboot v1.1.6 is up and running [media:ppcboot_116.config]
  • Example OCD logfile of the using the recovery macro to load ppcboot [media:ocd_recovery_log.txt]
  • Example console log from ppcboot v.1.1.6 running from ram after recovery macro [media:ocd_recovery_console_log.txt]

OCD, Recovering a bricked board

Using OCD Commander, a JTAG adapter, and GPSFan's ram resident ppcboot, it is possible to reprogram the flash. In short, use OCD Commander to turn on the sdram, download the ram targeted ppcboot, and install a new bootloader.

You'll need a macro file recovery_config.mac and the ppcboot image ppcboot_ram.srec .

There's also an experimental ram-resident version of u-boot-1.1.4 attachment:u-boot-ram.s19 that can be downloaded to 0x400000. Source diffs against the current version from CVS, incorporating the patches from both GPSFan and dfarnsworth: attachment:u-boot-ram.patch . Expect to see much more output at boot, as this version has debug output turned on. (Other changes include setting the entry point in the linker script, output files renamed to u-boot.s19 and u-boot.elf, sdram config disabled, added debug info on code relocation, and a modified default environment.)

  • Start OCD Commander, connect to the board, reset, and halt.
  • reset
  • The CPU should be ready to fetch the first instruction:
  • cpu
* PC: FFFFFFFC    CR: 00000000  MSR: 00000000  LR: 01FD327C
* B  -524028
  • Configure the system:
  • recovery_config (Or hit the macro button and navigate to the recovery_config.mac file.)
  • endian big (BIG Endian set for WORD and DASM commands)
  • Download the ppcboot image to ram:
  • down
* ppcboot_ram.s19: downloaded 163100 bytes in 0 minutes, 22.785 seconds
* PC set to starting address 0x00400000
  • Jump to the startup (which isn't the same as the download address):
  • go 0x400100

At this point, you should have a running ppcboot v1.1.6. Install a new flash resident bootloader using the bootloader update procedure Installing the Updated Bootloader

Bootloaders

* ppcboot 
* U-Boot

U-Boot 1.1.4

It is a significantly updated replacement for ppcboot. U-Boot for the DHT-Walnut DENX U-Boot and Linux Guide for Walnut

Changes since u-boot-1.1.4-df1.bin:

  • A default ethaddr is now set: de:ad:be:ef:00:00
  • The ethaddr can be changed as often as you like. Use: setenv ethaddr be:ef:be:ef:be:ef ; saveenv
  • Only the first two memory banks of a DIMM are used. This allows us to use (half of) double-sided DIMMS.

Some things to note when changing from ppcboot to U-Boot:

  • Default baudrate is 115200.
  • Occupies flash addresses 0xfffc0000-0xffffffff
  • Maintains two copies of environment data, primary copy at 0xfffb0000, backup copy at 0xfffa0000.

Installing

  • Boot the board and bring it to the ppcboot (or U-Boot) console prompt.
  • Download the new bootloader u-boot-1.1.4-df2.bin into RAM:

(1) Using Kermit (you'll need a terminal emulator that supports the kermit file transfer mode): loadb 800000 115200

  • Switch baudrate to 115200 bps and press ENTER ...
  • Ready for binary (kermit) download ...
  • Start Addr=0x00800000
  • Switch baudrate to 9600 bps and press ESC ...

(2) Using tftpboot (requires a tftp server and setting the environment variables ethaddr, ipaddr and serverip)

  • tftpboot 800000 u-boot-1.1.4-df2.bin Using ppc_4xx_eth0 device
* TFTP from server 192.168.1.1; our IP address is 192.168.1.2
* Filename 'u-boot.bin'.
* Load address: 0x800000
* Loading: done
* Bytes transferred = 262144 (40000 hex)
  • Verify that the download was received correctly (crc should be 0xd3cef189):
  • crc 800000 40000
  • CRC32 for 00800000 ... 0083ffff ==> d3cef189
  • Unprotect the last 4 sectors:
  • protect off fffc0000 ffffffff
  • Un-Protected 4 sectors

From this point on, do *not* power down the board, and type *very* carefully. This is the critical section.

  • Erase the last four sectors:
  • erase fffc0000 ffffffff
* Erase Flash from 0xfffc0000 to 0xffffffff
* Erasing sector fffc0000
* Erasing sector fffd0000
* Erasing sector fffe0000
* Erasing sector ffff0000
* done
* Erased 4 sectors
  • Copy the new bootloader into flash:
  • cp.b 800000 fffc0000 40000
* Copy to Flash... done
  • Verify that the image is correct (crc of u-boot-1.1.4-df2.bin is 0xd3cef189).
  • crc fffc0000 40000
* CRC32 for fffc0000 ... ffffffff ==> d3cef189

End of critical section. Congratulations!

  • Reset the board and see that the new version booted!
  • Don't forget to change your baud rate to 115200!
  • reset

You will see a message like : *** Warning - bad CRC, using default environment. That's normal. It will go away after you issue a saveenv command.

ppcboot 1.1.6

the latest ported ppcboot is 1.1.6, it need a patch and it will build for flashing at 0xfff80000 as a replacement for the pcboot-1.1.2 that comes with the board.


Installing

Quick notes on installing ppcboot v1.1.6.1

  • Boot the board and bring it to the ppcboot console prompt.
  • Check current flash configuration:

=> flinfo

Bank # 1: AMD AM29F040 (512 Kbit, uniform sector size)
  Size: 512 KB in 8 Sectors
  Sector Start Addresses:
    FFF80000  RO  FFF90000  RO  FFFA0000  RO  FFFB0000      FFFC0000
    FFFD0000      FFFE0000      FFFF0000     


Note that the bottom three sectors, containing the existing 1.1.2 bootloader, are protected. We also want to protect the last sector, which contains the initial jump instruction, so:

=> protect on ffff0000 ffffffff

Protected 1 sectors
  • Zero out a section of ram before the download:

=> mw.b 400000 0 30000

  • Now download the new bootloader ppcboot1.1.6.1.bin into ram (you'll need a terminal emulator that supports the kermit file transfer mode):

=> loadb 400000 115200

## Switch baudrate to 115200 bps and press ENTER ...
## Ready for binary (kermit) download ...
## Start Addr      = 0x00400000
## Switch baudrate to 9600 bps and press ESC ...
  • Verify that the download was received correctly (crc should be 0x083fb0a3):

=> crc 400000 30000

CRC32 for 00400000 ... 0042ffff ==> 083fb0a3
  • Erase the three spare sectors, which we'll use to backup the 1.1.2 bootloader:

=> erase fffc0000 fffeffff

Erase Flash from 0xfffc0000 to 0xfffeffff
Erasing sector fffc0000
.Erasing sector fffd0000
.Erasing sector fffe0000
. done
Erased 3 sectors
  • (Optional: erase the 0xfffb0000 sector, which will be used for non-volatile environment storage.)

=> erase fffb0000 fffbffff

Erase Flash from 0xfffb0000 to 0xfffbffff
Erasing sector fffb0000
. done
Erased 1 sectors
  • Check that sectors 0xfffc0000 to 0xfffe0000 are erased, and sector 0xffff0000 is protected:

=> flinfo

Bank # 1: AMD AM29F040 (512 Kbit, uniform sector size)
  Size: 512 KB in 8 Sectors
  Sector Start Addresses:
    FFF80000  RO  FFF90000  RO  FFFA0000  RO  FFFB0000 E    FFFC0000 E
    FFFD0000 E    FFFE0000 E    FFFF0000  RO 
  • Now we're ready to backup the 1.1.2 bootloader. Copy three sectors from 0xfff80000 to 0xfffc0000:

=> cp.b fff80000 fffc0000 30000

Copy to Flash... done
  • Easy enough, right? Compare just to be sure it went ok:

=> cmp.b fff80000 fffc0000 30000

Total of 196608 bytes were the same
  • Now we're ready to modify the bootsectors. We'll turn off protection, erase the three bottom sectors, and copy the new 1.1.6.1 bootloader from ram.
  • Unprotect the bottom three sectors:

=> protect off fff80000 fffaffff

Un-Protected 3 sectors

From this point on, do *not* power down the board. This is the critical section.

  • Erase the bottom three sectors with the original 1.1.2 bootloader:

=> erase fff80000 fffaffff

Erase Flash from 0xfff80000 to 0xfffaffff
Erasing sector fff80000
.Erasing sector fff90000
.Erasing sector fffa0000
. done
Erased 3 sectors
  • Copy the new bootloader into flash:

=> cp.b 400000 fff80000 30000

Copy to Flash... done
  • Verify the copy:

=> cmp.b 400000 fff80000 30000

Total of 196608 bytes were the same
  • Verify that the image is correct (crc of ppcboot1.1.6.1.bin is 0x083fb0a3).

=> crc fff80000 30000

CRC32 for fff80000 ... fffaffff ==> 083fb0a3

End of critical section. Congratulations'

  • We've finished modifying flash, so turn the write protection back on:

=> protect on fff80000 fffaffff

Protected 3 sectors
  • Reset the board and see that the new version booted

=> reset

PPCBoot 1.1.6 (Feb  5 2006 - 21:38:51)

CPU:   IBM PowerPC 405GP Rev. E at 266.640 MHz (PLB=66, OPB=33, EBC=33 MHz)
           PCI async ext clock used, internal PCI arbiter enabled
           16 kB I-Cache 8 kB D-Cache


To sum up, you'll end up executing these commands:

=> protect on ffff0000 ffffffff

=> mw.b 400000 0 30000

=> loadb 400000 115200

=> crc 400000 30000

=> erase fffc0000 fffeffff

=> cp.b fff80000 fffc0000 30000

=> cmp.b fff80000 fffc0000 30000

=> protect off fff80000 fffaffff

=> erase fff80000 fffaffff

=> cp.b 400000 fff80000 30000

=> cmp.b 400000 fff80000 30000

=> crc fff80000 30000

=> protect on fff80000 fffaffff

new firmware, uboot-2009

it's under development, it will released soon


how to install it on flash

coming soon


how to test it without installing it on flash

coming soon


environment

coming soon


download

coming soon


tested with the new ramrootfs

boot from the tftp

It's relative easy if you have a tftp server setup

Have a kernel Image and Userland Image in the /tftpboot/ directory on your server =>tftpboot 400000 Working Kernel Image < kernel image loads > =>tftpboot c00000 Working Userland Image < userland image loads > bootm 400000 c00000 < kernel boots and loads userland image >

storage device: HardDisk, microdrive or Compact Flash, put a rootfs on it

what you need

you need

idea

  • put the dht-walnut harddisk into PC ide slot
  • partition the storage device
  • install all the gentoo portages
  • remove the harddisk and put it into dht-walnut ide slot


partition

coming soon

install

coming soon

OS

Operating System available for this board

NetBSD

  • Netbsd has a port for "IBM PowerPC 405GP based Walnut evaluation board", this is not the DHT-Walnut, this is an other way to call the AMCC-Walnut (yes just to be confusing). Ok, it is not for DHT-Walnut, but this port could be (easealy / hardly) adapted to the DHT-Walnut with some work / over work

Hardware that is known to work with

  • see netbsd web, the hw could be (easealy / hardly) adapted to the DHT-Walnut with some work / over work




.

Gentoo-PPC/32

  • Version 2.4 (Mostly) working kernel binary and config from jbevren with matrox fbcon and usb input support. Current issues: USB keyboard input doesnt seem to work, but events reach /dev/input/event0
  • Version 2.6 working ... tested vanilla kernel 2.6.16.3, 2.6.24 (actually running)

boot from HD

Work In Progress

ppcboot/U-Boot provides only basic functionality to access Hard disks: you can print the partition table and read and write blocks (addressed by absolute block number), but there is no support to create new partitions or to read files from any type of filesystem. The current version of ppcboot-1.1.6 has a problem with writing to hdd, however, once the Linux kernel is loaded and the userland initialized, the hdd can be accesses normally through PIO and DMA modes. This may or may-not be fixed in the future.

As usual, you can get some information about the available IDE commands using the help command in ppcboot:


  => help ide      
ide reset - reset IDE controller
ide info  - show available IDE devices
ide device [dev] - show or set current device
ide part [dev] - print partition table of one or all IDE devices
ide read  addr blk# cnt
ide write addr blk# cnt - read/write `cnt' blocks starting at block `blk#'
    to/from memory address `addr' 


You may create the needed partitions by tftpbooting Linux and an appropriate userland, then use fdisk to partition the disk. Then reboot back to ppcboot.

ppcboot can be configured for DOS and Mac OS? type partition tables. Since ppcboot cannot read files from a filesystem you should create one (or more) small partitions (maybe 1 or 2 MB) if you want to boot from the "disk". (The size of these partitions will depend on how large your kernel and userland images are)

You should create the following partiton table:

 # fdisk /dev/hdx
 hde: hdx1 hdx2 hdx3 hdx4

/dev/hde1  ID=83   Linux <---- 2Mb, boot kernel, dd if=kernel of=here
/dev/hde2  ID=83   Linux
/dev/hde3  ID=83   Linux <----  root & usr
/dev/hde4  ID=82   Swap  <---- 32Mb, swap

You should also initialized /dev/hdx4 as swap space.
# mkswap /dev/hdx4
Setting up swapspace

check how ppcboot/U-Boot will recognize this partition table:
<pre> => ide part

* dd if=kernel.img of=/dev/hdx1

To boot from a disk you can use the diskboot command:

<pre> => help diskboot
diskboot loadAddr dev:part 

The diskboot command expects a load address in RAM, and a combination of device and partition numbers, separated by a colon. It then reads the image from disk and stores it in memory. We can now boot it using the bootm command [to automatically boot the image define the ppcboot environment autostart with the value =yes=].

 => diskboot 400000 0:1
ide_read dev 0 start 0, blocks 1 buffer at 3F9F8C0
## Valid DOS partition found ##

Loading from IDE device 0, partition 1: Name: hda1
  Type: PPCBoot
First Block: 63,  # of blocks: 8001, Block Size: 512
ide_read dev 0 start 3F, blocks 1 buffer at 400000
   Image Name:   DHT Kernel
   ..

=> bootm 400000 c00000
## Booting image at 00400000 ...
   Image Name:   DHT Walnut Kernel
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   ... 


=> setenv bootargs root=/dev/ram0
=> setenv autostart yes
=> disk 400000 0:1 \;\ diskboot c00000 0:2 \;\ bootm 400000 c00000
=> bootd

(i will post all my setenv)


The above procedure puts the userland image from the second partition into a ramdisk. If you would like the userland to be an ext2/3/rieser/xfs partition on the hdd do the following:

  • make the partiton table as above
  • put the kernel and small userland onto the first partitions as above
  • populate the root&usr partition with the appropriate files (gentoo-ppc32 distro)
  • change bootargs to "bootargs root=/def/hda3"
  • bootd to try out the new root, if it works ok, reboot back to ppcboot, change the bootargs again and saveenv
  • bootd and enjoy your new system.

Hardware that is known to work with

There is a list of the Hardware that is known to work (and not to work) with this board. Feel free to add, comment, feedback about it.

  • matrox millennium I/II
  • 3com-netcard
  • adaptec 2940
  • ...

Compile from sources

Linux 2.6 has issues in the source's tree: the dht-Walnut has been originally ported to arch=ppc, while the new kernel tree is around arch=powerpcc, for this reason you need to specify the right arch or your compiler will have issues. Developers will port everything to arch=powerppc in the future. Kernel 2.6.12 is free of this problem, newer than .12 have it.

Driver, Control the Green Media LED and J5

Warning

The GPIO registers are quite fickle things. Not only are they for the Media LED and J5 header, they also manage the IRQs and Peripheral Chip selects. Hitting a wrong bit in Linux will cause problems, kernel panics, total lockups, bad things, 'plagues of locusts', you get the idea. When using the PPC405 _gpio driver below(or the 405_ocp_gpio driver in DENX Linux PPC 2.4, use a mask of 0xFFC00000, that way you don't manage to hit something you really don't want to.

Playing with the Media LED

The Media LED on the DHT-Walnut is wired to the processor by the GPIO pins. However its behind a 74VHC14 Schmitt Inverter. So you have to send it low in order to turn it on. This top section only covers the Media LED and the U-Boot/PPCBoot ROM Monitor.

Memory Locations

0xef600700 is the memory location of the GPIO output register. It's 4 bytes wide. It turns on and off the GPIO pins on the PPC405GP.

0xef600704 is the location of the Tri-State register. Also 4 bytes wide. Controls if the GPIO pin is active when high.

0xef600718 is the location of the Open Drain register. Also 4 bytes wide. Controls if the GPIO pin is an open drain or active output.

0xef60071c is the location of the GPIO Input register. Also 4 bytes wide. The state of each pin is reflected in the correspondig value in this register. (synchronized with OPBClk)

Playing with the LED

By having all the bits in the Tri-State register high and the Output register all low, The pins are driven low. Because the Media LED is behind the inverter it glows when low. Setting it high in the Output register will turn it off.

Example using U-Boot 1.1.4

Setting the Tri-State Register to drive all usable GPIOs.

=> nm 0xef600704
ef600704: 00000000 ? ffc00000
ef600704: ffc00000 ?

The LED should be lit now as its pin is driven low.


Turning the LED on and off with the Output Register

=> nm 0xef600700
ef600700: 00000000 ? 20000000  //LED should be off.
ef600700: 20000000 ? 00000000  //LED goes on.
ef600700: 00000000 ?

The J5 Header

The J5 header located to the left of the RAM slot actually has 9 GPIO pins wired to it. GPIOs 1 to 9 to be exact. That header also has the Power and Media LEDs wired to it, so using the first 2 pins will look awkward if your bit-banging to say a SD/MMC card or LCD display. The J5 header has the following layout. As things are developed they will be added.

Dht-walnut-ppc405-gpio-J5.jpg

pin addr function
GPIO1 0x400 POWERLED
GPIO2 0x200 MEDIALED
GPIO3 0x100 I/O
GPIO4 0x080 I/O
GPIO5 0x040 I/O
GPIO6 0x020 I/O
GPIO7 0x010 I/O
GPIO8 0x008 I/O
GPIO9 none GND

GPIOs

Module for 2.6.16

Using a module from a Monta Vista 2.4 kernel, I did the slight editing so that it will compile with 2.6.16. I have made a patch file that can be applied to a vanilla 2.6.16 kernel.

Also included is a small bit of test code to show how to operate the gpio driver.

Module patch and test code here: Media:ppc405_gpio.tar.gz

(Version 2 will be up once I clean some little problems out of the test code, possibly tonight)

Any errors or things you want to see, don't hesitate to let me know. I'll be slowly adding little things to the module as helpers.

Once you have your module installed and modprobe/insmoded, just run 'make' to built the test app. If you don't have a /dev/ entry yet just 'make dev' and it'll do it for you. DevFS isn't supported yet, I'm working on that now.

yet an other rootfs

Angstrom

In this project i am using gentoo catalyst/ppc to native (host=ppc target=ppc) build up the all rootfs (in gentoo words "that's stage3..4"): that means that you need a native ppc machine in where to compile a lot of stuff. If you don't have a native ppc machine, if you prefer to crosscompile, if you don't the whole process will/could take a long time to make you ready ... well ... you could just try out the "proof of concept online image builder for the Angstrom distribution" ... in where you have just to choose board="dht-walnut", then you have to select all you want to include ... and the whole the process will build automatically in minutes


see http://tinyurl.com/dfcer3 -> http://amethyst.openembedded.net/~koen/narcissus/



This is a proof of concept online image builder for the Angstrom distribution.
The basic operation is simple:

   1. select machine from dropdown list
   2. select packages you want to have included, click the sign to expand a section.
   3. Change the random name for the image into the name you want it to be called
   4. Click the "build me!" button


Depending on the load of this machine and the feed server the process might take a few minutes, so get a beverage of your choice and DON'T hit refresh.

Machine: Base system:

small (task-boot)
regular (task-base)
extended (task-base-extended)
/dev manager:
udev mdev
X11 window managers:

Matchbox
Illume
Enlightenment
Metacity
Development packages:

Python
Perl
Toolchain
OProfile
GDB
Busybox replacements
Additional packages:

Abiword
Aircrack-ng
All kernel modules
Alsa utils
Apache
Beagleboard demo
Bluez
Boa
cwiid
Cherokee
Duke Nukem 3D
Doom (prboom)
E-uae
Ekiga
Epiphany web browser
Evince
Fennec
Firefox
Flite
Gdbserver
Gimp
Gnome Games
Gnumeric
Gnuradio
Git
GPE PIM suite
GSM0710muxd
I2C-tools
JamVM
Kismet
LCD4Linux
LIRC
Mediatomb
Midori web browser
Moblin connection manager
Moblin connection manager GTK+ applet
MPlayer
MythTV
Nmap
NTP
NTPclient
NTPdate
Numptyphysics
Octave
OpenCV
Pidgin IM
Pimlico
Powertop
Quake 1
Quake 2
Quake 2 (quetoo)
Quake 3 (ioq3)
Samba
Screen
ScummVM
Stalonetray
Wireless-tools
Zhone
Image name:



Preconfiguring image		
Installing packages:		
 	task-boot	 	
 	task-base	 	
 	task-base-extended	 	
 	udev	 	
 	angstrom-version	 	
 	tinylogin	 	
 	initscripts	 	
 	sysvinit	 	
 	sysvinit-pidof	 	
 	python-core	 	
 	python-modules	 	
 	perl	 	
 	perl-modules	 	
 	task-native-sdk	 	
 	gdb	 	
 	gdbserver	 	
 	task-proper-tools	 	
Assembling image		

Click to download your random-a9b52362 image for dht-walnut [28.45 MiB]

This will get automatically deleted after 3 days.
configuring Machine: dht-walnut, name: random-a9b52362 Configuring for dht-walnut running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf install conf/dht-walnut/angstrom-feed-config* Installing angstrom-feed-configs (1.0-r8.1) to root... Installing angstrom-feed-configs (1.0-r8.1) to root... Installing angstrom-feed-configs (1.0-r8.1) to root... angstrom-feed-configs: unsatisfied recommendation for opkg-nogpg Installing angstrom-feed-configs (1.0-r8.1) to root... angstrom-feed-configs: unsatisfied recommendation for opkg-nogpg Installing angstrom-feed-configs (1.0-r8.1) to root... angstrom-feed-configs: unsatisfied recommendation for opkg-nogpg Installing angstrom-feed-configs (1.0-r8.1) to root... angstrom-feed-configs: unsatisfied recommendation for opkg-nogpg Installing angstrom-feed-configs (1.0-r8.1) to root... angstrom-feed-configs: unsatisfied recommendation for opkg-nogpg Configuring angstrom-feed-configs running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf update Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/Packages.gz Inflating http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/Packages.gz Updated list of available packages in /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//var/lib/opkg/base Signature check for base skipped because GPG support was not enabled in this build Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/debug/Packages.gz Inflating http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/debug/Packages.gz Updated list of available packages in /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//var/lib/opkg/debug Signature check for debug skipped because GPG support was not enabled in this build Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/machine/dht-walnut/Packages.gz Inflating http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/machine/dht-walnut/Packages.gz Updated list of available packages in /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//var/lib/opkg/dht-walnut Signature check for dht-walnut skipped because GPG support was not enabled in this build Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/gstreamer/Packages.gz Inflating http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/gstreamer/Packages.gz Updated list of available packages in /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//var/lib/opkg/gstreamer Signature check for gstreamer skipped because GPG support was not enabled in this build Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc//all/Packages.gz Inflating http://www.angstrom-distribution.org/feeds/2008/ipk/glibc//all/Packages.gz Updated list of available packages in /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//var/lib/opkg/no-arch Signature check for no-arch skipped because GPG support was not enabled in this build Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/perl/Packages.gz Inflating http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/perl/Packages.gz Updated list of available packages in /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//var/lib/opkg/perl Signature check for perl skipped because GPG support was not enabled in this build Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/python/Packages.gz Inflating http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/python/Packages.gz Updated list of available packages in /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//var/lib/opkg/python Signature check for python skipped because GPG support was not enabled in thisbuild Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/ 2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing libz1 (1.2.3-r5.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libz1_1.2.3-r5.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing libz1 (1.2.3-r5.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libz1_1.2.3-r5.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing libz1 (1.2.3-r5.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libz1_1.2.3-r5.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing libz1 (1.2.3-r5.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libz1_1.2.3-r5.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing libz1 (1.2.3-r5.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libz1_1.2.3-r5.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing libz1 (1.2.3-r5.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libz1_1.2.3-r5.1_ppc405.ipk Installing opkg-nogpg (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/opkg-nogpg_0.1.6+svnr201-r3.1_ppc405.ipk Installing libopkg0 (0.1.6+svnr201-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libopkg0_0.1.6+svnr201-r3.1_ppc405.ipk Installing libcurl4 (7.19.0-r1.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libcurl4_7.19.0-r1.1_ppc405.ipk Installing curl-certs (7.18.0-r0) to root... Copying /home/koen/public_html/narcissus/deploy/cache/http:,,www.angstrom-distribution.org,feeds,2008,ipk,glibc,,all,curl-certs_7.18.0-r0_all.ipk Installing libc6 (2.6.1-r15.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libc6_2.6.1-r15.1_ppc405.ipk Installing libz1 (1.2.3-r5.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libz1_1.2.3-r5.1_ppc405.ipk Installing libgnutls13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk 13 (1.6.3-r6.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls13_1.6.3-r6.1_ppc405.ipk Installing libgcrypt11 (1.4.1-r0.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgcrypt11_1.4.1-r0.1_ppc405.ipk Installing libgpg-error0 (1.4-r2.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgpg-error0_1.4-r2.1_ppc405.ipk Installing libgnutls26 (2.4.2-r3.1) to root... Downloading http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/ppc405/base/libgnutls26_2.4.2-r3.1_ppc405.ipk Configuring libcurl4 Configuring libgcrypt11 Configuring libc6 Configuring opkg-nogpg Configuring libopkg0 Configuring libz1 Configuring libgpg-error0 Configuring libgnutls13 Configuring curl-certs Configuring libgnutls26 Configure done
assembling Machine: dht-walnut, name: random-a9b52362 installing initial /dev directory Running preinsts Running postinsts Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked angstrom-libc-fixup-hack Setting flags for package angstrom-libc-fixup-hack to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked avahi-autoipd Setting flags for package avahi-autoipd to unpacked Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/avahi-daemon. Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked avahi-daemon Setting flags for package avahi-daemon to unpacked update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/ar to powerpc-angstrom-linux-ar update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/strings to powerpc-angstrom-linux-strings Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/syslog. update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/[ to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/[[ to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/addgroup to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/adduser to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/ar to powerpc-angstrom-linux-ar update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ash to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/awk to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/basename to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/blkid to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/bunzip2 to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/bzcat to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/cat to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/chattr to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/chgrp to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/chmod to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/chown to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/chpasswd to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/chroot to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/chvt to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/clear to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/cmp to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/cp to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/cpio to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/cryptpw to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/cut to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/date to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/dc to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/dd to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/deallocvt to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/delgroup to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/deluser to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/df to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/dhcprelay to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/diff to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/dirname to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/dmesg to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/du to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/dumpkmap to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/dumpleases to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/echo to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/egrep to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/env to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/expr to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/false to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/fbset to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/fbsplash to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/fdisk to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/fgrep to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/find to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/free to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/freeramdisk to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/fsck to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/fsck.minix to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/fuser to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/getopt to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/getty to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/grep to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/gunzip to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/gzip to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/halt to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/head to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/hexdump to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/hostname to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/httpd to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/hwclock to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/id to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/ifconfig to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/ifdown to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/ifup to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/init to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/insmod to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ip to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/kill to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/killall to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/klogd to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/last to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/less to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//linuxrc to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ln to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/loadfont to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/loadkmap to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/logger to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/login to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/logname to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/logread to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/losetup to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ls to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/lsmod to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/makedevs to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/md5sum to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mdev to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/microcom to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mkdir to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/mkfifo to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mkfs.minix to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mknod to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mkswap to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mktemp to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/modprobe to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/more to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mount to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mv to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/nc to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/netstat to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/nice to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/nohup to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/nslookup to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/od to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/openvt to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/passwd to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/patch to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/pidof to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ping to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ping6 to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/pivot_root to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/poweroff to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/printf to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ps to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/pwd to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/rdate to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/rdev to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/readahead to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/readlink to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/readprofile to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/realpath to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/reboot to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/renice to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/reset to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/rm to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/rmdir to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/rmmod to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/route to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/rtcwake to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/run-parts to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/sed to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/seq to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/setconsole to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/setfont to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/sh to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/showkey to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/sleep to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/sort to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/start-stop-daemon to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/strings to powerpc-angstrom-linux-strings update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/stty to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/su to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/sulogin to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/swapoff to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/swapon to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/switch_root to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/sync to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/sysctl to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/syslogd to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tail to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/tar to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tee to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/telnet to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/telnetd to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/test to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tftp to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/time to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/top to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/touch to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tr to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/traceroute to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/true to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tty to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/udhcpc to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/udhcpd to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/umount to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/uname to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/uniq to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/unzip to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/uptime to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/usleep to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/vi to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/vlock to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/watch to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/wc to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/wget to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/which to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/who to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/whoami to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/xargs to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/yes to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/zcat to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/bunzip2 to bunzip2.bzip2 update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/bzcat to bzcat.bzip2 update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/basename to basename.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/cksum to cksum.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/comm to comm.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/csplit to csplit.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/cut to cut.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/dir to dir.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/dircolors to dircolors.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/dirname to dirname.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/du to du.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/env to env.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/expand to expand.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/expr to expr.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/factor to factor.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/fmt to fmt.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/fold to fold.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/groups to groups.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/head to head.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/hostid to hostid.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/id to id.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/install to install.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/join to join.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/link to link.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/logname to logname.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/md5sum to md5sum.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/mkfifo to mkfifo.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/nl to nl.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/nohup to nohup.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/od to od.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/paste to paste.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/pathchk to pathchk.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/pinky to pinky.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/pr to pr.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/printenv to printenv.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/printf to printf.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/ptx to ptx.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/readlink to readlink.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/seq to seq.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/sha1sum to sha1sum.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/shred to shred.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/sort to sort.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/split to split.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/stat to stat.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/sum to sum.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tac to tac.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tail to tail.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tee to tee.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/test to test.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tr to tr.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tsort to tsort.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tty to tty.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/unexpand to unexpand.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/uniq to uniq.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/unlink to unlink.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/users to users.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/vdir to vdir.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/wc to wc.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/who to who.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/whoami to whoami.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/yes to yes.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/cat to cat.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/chgrp to chgrp.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/chmod to chmod.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/chown to chown.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/cp to cp.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/date to date.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/dd to dd.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/df to df.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/echo to echo.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/false to false.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/kill to kill.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ln to ln.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ls to ls.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mkdir to mkdir.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mknod to mknod.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mv to mv.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/nice to nice.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/pwd to pwd.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/rm to rm.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/rmdir to rmdir.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/sleep to sleep.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/stty to stty.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/sync to sync.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/touch to touch.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/true to true.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/uname to uname.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/chroot to chroot.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/uptime to ../../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/hostname to busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/[ to lbracket.coreutils Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/dbus-1. Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked dbus Setting flags for package dbus to unpacked update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/add-shell to add-shell.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/installkernel to installkernel.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/mkboot to mkboot.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/remove-shell to remove-shell.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/savelog to savelog.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/sensible-browser to sensible-browser.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/sensible-editor to sensible-editor.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/sensible-pager to sensible-pager.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/tempfile to tempfile.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/which to which.debianutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/cmp to cmp.diffutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/diff to diff.diffutils Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/dropbear. update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/scp to /usr/sbin/dropbearmulti update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/ssh to /usr/sbin/dropbearmulti update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/blkid to blkid.e2fsprogs update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/e2fsck to e2fsck.e2fsprogs update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/fsck.ext2 to fsck.ext2.e2fsprogs update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/fsck.ext3 to fsck.ext3.e2fsprogs update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mke2fs to mke2fs.e2fsprogs update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mkfs.ext2 to mkfs.ext2.e2fsprogs update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mkfs.ext3 to mkfs.ext3.e2fsprogs update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/fbset to /usr/sbin/fbset.real update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/find to find.findutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/xargs to xargs.findutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/fuser to fuser.psmisc update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/awk to gawk update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/grep to grep.grep update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/egrep to egrep.grep update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/fgrep to fgrep.grep update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/hdparm to hdparm.hdparm update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ip to /sbin/ip.iproute2 Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-image-2.6.20 Setting flags for package kernel-image-2.6.20 to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-cifs Setting flags for package kernel-module-cifs to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-nls-utf8 Setting flags for package kernel-module-nls-utf8 to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-ppp-async Setting flags for package kernel-module-ppp-async to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-ppp-deflate Setting flags for package kernel-module-ppp-deflate to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-rtc-dev Setting flags for package kernel-module-rtc-dev to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-rtc-proc Setting flags for package kernel-module-rtc-proc to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-rtc-sysfs Setting flags for package kernel-module-rtc-sysfs to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-smbfs Setting flags for package kernel-module-smbfs to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked kernel-module-vfat Setting flags for package kernel-module-vfat to unpacked update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/killall to killall.psmisc update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/less to less.less Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked libnss-mdns Setting flags for package libnss-mdns to unpacked update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/makedevs to /sbin/makedevs.makedevs update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/depmod to /sbin/depmod.26 update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/insmod to /sbin/insmod.26 update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/modprobe to /sbin/modprobe.26 update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/rmmod to /sbin/rmmod.26 update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/modinfo to /sbin/modinfo.26 update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/lsmod to /bin/lsmod.26 update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/lsmod to /bin/lsmod.26 Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/modutils.sh. update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/arp to arp.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/ifconfig to ifconfig.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/ipmaddr to ipmaddr.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/iptunnel to iptunnel.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mii-tool to mii-tool.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/nameif to nameif.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/plipconfig to plipconfig.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/rarp to rarp.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/route to route.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/slattach to slattach.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/dnsdomainname to dnsdomainname.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/domainname to domainname.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/hostname to hostname.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/netstat to netstat.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/nisdomainname to nisdomainname.net-tools update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ypdomainname to ypdomainname.net-tools Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/networking. update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/opkg to /usr/bin/opkg-cl update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/patch to patch.patch Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/portmap. Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked ppp-dialin Setting flags for package ppp-dialin to unpacked Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked ppp Setting flags for package ppp to unpacked Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/procps.sh. update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/top to top.procps update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/uptime to uptime.procps update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/ps to ps.procps update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/kill to kill.coreutils update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/free to free.procps update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/sysctl to sysctl.procps update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/pkill to pkill.procps update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/sed to sed.sed update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/pidof to pidof.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/halt to halt.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/reboot to reboot.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/shutdown to shutdown.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/poweroff to poweroff.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/last to last.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/mesg to mesg.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/wall to wall.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/init to /sbin/init.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/tar to tar.tar update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/libexec/rmt to rmt.tar update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/addgroup to tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/adduser to tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/delgroup to tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/deluser to tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/login to tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/su to tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/getty to ../bin/tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/sulogin to ../bin/tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/passwd to ../../bin/tinylogin update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/vlock to ../../bin/tinylogin Adding system startup for /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/init.d/udev. Running: opkg-cl -o /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image -f /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image/etc/opkg.conf flag unpacked update-modules Setting flags for package update-modules to unpacked update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/fdisk to fdisk.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/losetup to losetup.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/mount to mount.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/sbin/readprofile to readprofile.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/swapoff to swapoff.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/swapon to swapon.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/umount to umount.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/dmesg to dmesg.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/kill to kill.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//bin/more to more.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mkswap to mkswap.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/sln to sln.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/mkfs.minix to mkfs.minix.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/fsck.minix to fsck.minix.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/hexdump to hexdump.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/last to last.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/logger to logger.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/mesg to mesg.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/renice to renice.util-linux-ng update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/wall to wall.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/hwclock to ../bin/busybox update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/shutdown to shutdown.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/reboot to reboot.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//sbin/halt to halt.sysvinit update-alternatives: Linking /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image//usr/bin/wget to wget.wget removing opkg index files
106M /home/koen/public_html/narcissus/deploy/dht-walnut/random-a9b52362-image
\n tarring up filesystem removing target dir
0
Machine usage count: 1

Current uncompressed image size: 106M

new ramrootfs, tftp uboot uImage: install/recovery/first-aid

Image Name:   "ramrootfs" 
Created:      Fri Jul  3 15:51:20 2009
Image Type:   PowerPC unix Kernel uboot-uImage (gzip compressed)
Load Address: 0x00000000
Entry Point:  0x00000000


goal

this is a pretty embedded kit able to bootstrap the dht-walunt with a early ram rootfs populated with the essential you need to

  • mount/nfs mount a disk
  • nano/hexedit configure mounted disk files from disaster
  • badklocks/fsck.{ext2,ext3,minix} a disk
  • fdisk, mac-fdisk a disk
  • scp/wget file from the lan (it's very goot to install gentoo stages from gentoo mirrors)
  • ssh/telnet to/from hostes
  • sync your system date to the internet rdate

about

this rootfs has been build with

  • gcc powerpc-softfloat-linux-uclibc v4.1.2
  • static stripped elf

it is based on the following packages:

  • bash-3.2_p33: ok
  • busybox-1.7.4: ok
  • dropbear-0.49: ok
  • e2fsprogs-1.40.9: ok
  • hexedit-1.2.12: ok
  • mac-fdisk-hacked-for-mips-arm: ok
  • nano-2.1.5: ok
  • nfs-utils-1.1.0: ok
  • openssh-4.7_p1-r6: ok
  • shadow-4.0.18.2: ok
  • sysvinit-2.86: ok
  • my-init: no
  • tty-redirect-openpty: ok


it works

  • locally on the serial console, where it bootstrap
  • remotely on telnet with the ip 192.168.1.2

sorry sshd is not provided yet, you have to telnet


issue

there is an issue if you decide to use ssh/scp on the serial console the problem is related to a redirection of /dev/console to /dev/tty so to avoid you need to invoke openpty (an app i prepared as temporary fixup)


scp is reporting

debug1: Next authentication method: password
debug1: read_passphrase: can't open /dev/tty: No such device or address


workaround

uc-earlyrootfs ~ # tty
/dev/ttyS0
uc-earlyrootfs ~ # echo "hAllo" > /dev/tty
    /dev/tty no such decice or address
uc-earlyrootfs ~ # openpty 
uc-earlyrootfs ~ # tty
/dev/pts/0
uc-earlyrootfs ~ # echo "hAllo" > /dev/tty
hAllo


missing

  • /dev/initctl
  • halt/reset/shudown
  • sshd, fptd
  • ...

download

07-2009: kernel 2.6.15.4+initramfs full tested and working kernel-dht-walnut-ramrootfs-uImage.tgz

file size: 3.97 MB, MIME type, the original was 4.3Mb but this wiki is refusing to upload file greater than 4Mb, so the kernel has been reduced and in features: no scsi and graph console support

contents:

gentoo-2.6.15.4-dht-walnut-uImage -> what you have to tftpboot to dht-walnut

gentoo-2.6.15.4-dht-walnut-uImage.md5 -> the md5sum should be b6c1e725984c665e46c1428d0f953149

tested with

  • U-Boot 1.2.0-g7882751c-dirty (Apr 14 2007 - 16:44:37): working
  • U-Boot 2009.06-00273-g59869ca-dirty (Jul 08 2009 - 08:12:46): working


download the latest uboot tested firmware

U-Boot 2009.06-00273-g59869ca-dirty is assumed as the last working uboot uboot-dht-walnut-install-kit.tgz


NOTE

working and (minimal-)set-environment session's logs are reported as "updated instructions", also md5sum and CRC are provided inside the tgz file


NOTE2 if the wiki issues in giving you the file that you asked for (or at least of the correct name). you could use this wget trick

wget http://www.elinux.org/images/7/77/Uboot-dht-walnut-install-kit.tgz


.

firmware issues with

reported issues with uboot 1.1.4 and ppcboot 1.1.6

  • host: tftp-boot-image, md5 check passes
    • gentoo-walnut-rammrootfs-uImage has md5 B6C1E725984C665E46C1428D0F953149
    • the image file size is 4161527 bytes, crc32 of the file is 8031f4dc
  • target: tftp
    • set up the ramrootfs boot args and tftp the image into the DHT-walnut
    • full 4161527 bytes were transferred.
    • loaded image, performed a crc32 command, passes
    • bootm, panic, It reports "4161463 Bytes = 4063 kB = 3 MB"

usage

assure you have bootargs console=ttyS0,9600 rdinit=/sbin/init init=/bin/bash in your tftp

here it is my whole environment, in where i simply invoke 2 macro + bootm

  • run ramrootfs
  • run boot-tftp
  • bootm
earlyrootfs login: root
Password: (enter, no password)


=> printenv                                                   
bootdelay=5                                                   
loads_echo=1                                                  
netdev=eth0                                                   
ramargs=setenv bootargs root=/dev/ram rw                      
addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off panic=1
addtty=setenv bootargs ${bootargs} console=ttyS0,${baudrate}  
kernel_addr=fff80000                                                                         
ramdisk_addr=fff80000                                                                        
update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;cp.b 100000 fffc0000 40000;setenv filesize;saveenv
ethact=ppc_4xx_eth0                                                                          
hostname=walnut-ppc405                                        
ethaddr=DE:AD:BE:EF:DE:AD                                     
preboot=echo "ide.part.1th stores kernel rawimage"            
myroot=/dev/hda4                                              
myinit=/sbin/init                                             
fileaddr=800000                                               
netmask=255.255.255.0                                         
bootcmd=run boot-disk ; bootm                                 
myboot_diskpart=0:1
myboot_kernel_addr=800000
baudrate=9600
myuart=ttyS0
setconsole_uart=setenv myconsole ${myuart},${baudrate}
setconsole_video=setenv myconsole tty video=${myvideofb}
myvideofb=matroxfb:800x600-16@60
setbootargs=setenv bootargs console=${myconsole} root=${myroot} init=${myinit}
myconsole=ttyS0,9600
bootargs=console=ttyS0,9600 root=/dev/hda4 init=/sbin/init
boot-tftp=tftpboot ${myboot_kernel_addr} ${myboot_file}
boot-disk=diskboot ${myboot_kernel_addr} ${myboot_diskpart}
ipaddr=192.168.1.5
serverip=192.168.1.14
gatewayip=192.168.1.1
myboot_file=gentoo-walnut-ramrootfs.img
ramrootfs=setenv bootargs console=ttyS0,9600 rdinit=/sbin/init init=/bin/bash
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.2.0-g7882751c-dirty (Apr 14 2007 - 16:44:37)

Environment size: 1405/16379 bytes
=> run ramrootfs
=> run boot-tftp
PHY speed read failed, assuming 10bT
PHY duplex read failed, assuming half duplex
ENET Speed is 10 Mbps - HALF duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 192.168.1.14; our IP address is 192.168.1.5
Filename 'gentoo-walnut-ramrootfs.img'.
Load address: 0x800000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ##############################
done
Bytes transferred = 4161527 (3f7ff7 hex)
=> bootm
## Booting image at 00800000 ...
   Image Name:   "ramrootfs"
   Created:      2009-07-06  11:19:06 UTC
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    4161463 Bytes =  4 MB        
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
kernel 2.6.15.4-sliding-snow-leopard-dht-walnut-ppc405 (root@minerva) (gcc version 4.1.2) #30 Fri Jul 3 15:14:11 CEST 2009
IBM Walnut port (C) 2000-2002 MontaVista Software, Inc. (source@mvista.com)
...

kernel

download

2007: kernel 2.6.19 full tested and working kernel-dht-walnut.tgz (suggested for production)


!!! QUESTION: WHO AND WHY HAS REMOVED THE KERNEL I UPLOADED ??? !!!


compiled with gcc-3.4.6, basically it is a vanilla, with a bit of my patches i added in order to avoid myself from the differences between a common "ppc" platform and .. the 405GP/walnut.



14-06-2009: new kernel 2.6.30 needs to be hardly tested (with gcc-4.3.*) and (maybe) patched anyway, advantages about

  • the new supported pci/usb hw
  • the new dynamic tickless
  • the ext4
  • the new networking stack and congestion mechanisms

develop

i2c_over_gpio

15-06-2009: the idea has been stared 3 days ago, the stuff is under development


spi_over_gpio

15-06-2009: the idea has been stared 3 days ago, the stuff is under development



.

Project: do something useful with the board

DHT-Walnut as N.A.S.

Dht-walnut-ppc405-nas-mini.jpg

I turned a DHT-Walnut + 300Gb hard disk into a file server to have my data files connected and shared to the LAN (Local Area Network).

N.A.S. stands for Network Attached Storage. They are storage devices attached to the lan. A NAS should be able to be connected to every kind of network. It should use both the access protocols NFS (Network File System) and CIFS (Common Internet File System)

I only enabled NFS service in the kernel configure because i don't need CIFS. UNIX servers use NFS, while Microsoft systems use CIFS, fortunately i don't have any Microsoft systems here :P Gentoo is installed in the first little partition of the hard disk (it is PC-partition style, so you can only have 4 partitions). It runs openssh, telnet, ftp, tftp, and NFS. As the fact there is no RTC chip installed i added special /etc/init.d/clock-sync to set the local time. The scrips uses rdata to retrieve the current time of an other machine.

In the photo you could see the case i realized: the hard drive is connected to the opened door, the DHT-walnut PCD has been placed inside, the green LED has been used to the frontal case to say "the booting has been completed, the system is ready" (used the gpio hack provided in patches for the 2.6.16-rc3). The black platform is from sony playstation2 and is is only a nice way to have the case vertically seated.

Don't keep about the ALS4000 pci sound board plugged in the upper PCI bus. It has been plugged just to use the NAS as the giant (300Gb) ipod you have ever seen .... but this is an other story ....


Note: also scsi adaptec-2940 is working !!! i added 3x40Gb sca-scsi stored in a sun box

to be checked: sATA pci controller

please report any other working hardware here, or @ flamemaniii@gmail.com

DHT-Walnut as MP3-player

Following in the footsteps of Nate True, I turned a DHT-Walnut + parts into a server to play my music collection. It grabs the data via nfs from an NSLU2, and is controlled via various mpc-like clients from my desktops.

mpd server

Dht-walnut-ppc405-mpd-server.jpg

After the above was running flawlessly for a day, somehow the usb audio device got fried. May have been a ground loop in the stereo. I had gotten used to having music playing. so I dug out an old PCI sound card (CS4280 based) and compiled the drivers and plugged it in. GIGO... seems like IBM4xx DMA support needs to be turned on in the kernel to make it work. Things are fine now with a few extra ground wires, just to be sure.

Note: to use a PCI-sound card you need to use ppcboot. U-boot-1.1.6 has an issue with kernel initialization. It is under fixing, but today it causes the DMA not to work correctly with the sound card. No sound at all.