michael still google inc. october, 2006

28
Michael Still Google Inc. October, 2006

Upload: devona

Post on 20-Mar-2016

34 views

Category:

Documents


0 download

DESCRIPTION

Michael Still Google Inc. October, 2006. Linux on the Linksys NSLU2 Solving all your problems with little NAS boxes. Michael Still Google, Inc. October, 2006. Who is this guy and what does he do at Google?. Linksys NSLU2 NAS boxes. Consumer grade network attached storage 2 USB 2.0 ports - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Michael Still Google Inc. October, 2006

Michael StillGoogle Inc.October, 2006

Page 2: Michael Still Google Inc. October, 2006

2

Linux on the Linksys NSLU2Solving all your problems

with little NAS boxes

Michael StillGoogle, Inc.October, 2006

Page 3: Michael Still Google Inc. October, 2006

3

Who is this guy and what does he do at Google?

Page 4: Michael Still Google Inc. October, 2006

4

Linksys NSLU2 NAS boxes

Consumer grade network attached storage

• 2 USB 2.0 ports

• 100 Mbit Wired Ethernet

• 133 Mhz processor

• 32 MB of RAM

• Cheap ($60 USD+)

• Linux

Page 5: Michael Still Google Inc. October, 2006

5

Agenda

I want to cover:

• How to run your own Linux

• How to rescue yourself from a bad flash attempt

• Some ideas for projects involving NSLU2s

Page 6: Michael Still Google Inc. October, 2006

6

How to run your own Linux

The process

• Download new firmware and upslug2 (the uploader)

– http://www.slug-firmware.net/s-dls.php

– http://sourceforge.net/project/showfiles.php?group_id=116564&package_id=164337

• Build upslug2

• Use the upgrade button pressing process

– http://www.nslu2-linux.org/wiki/SlugOS/UsingTheBinary

– You'll need a third arm here

• Run upslug2 with the new image, and watch it download

– sudo ./upslug2 -i path to firmware image from before

Page 7: Michael Still Google Inc. October, 2006

7

Demo

Page 8: Michael Still Google Inc. October, 2006

8

What did that give us?

DebianSlug

• A Debian install based on OpenSlug

– ipkg for package management

– Very small

– More limited package options

• Use turnup to bless a new root file system

– That can be a USB thumb drive or a USB hard disk

Page 9: Michael Still Google Inc. October, 2006

9

Debian Unstable

The next step is Debian Unstable

• Use the bootstrap process defined at:

– http://www.nslu2-linux.org/wiki/DebianSlug/Bootstrap

– Very slow

• Use turnup to bless the new root file system

Page 10: Michael Still Google Inc. October, 2006

10

Demo

Page 11: Michael Still Google Inc. October, 2006

11

Kernel modules

There don't appear to be any Debian ARM kernel modules

• You need to use the pre-compiled ones from:

– http://www.student-zw.fh-kl.de/~pasc0010/debianslug/kernel-modules/kernel-2.6.16_preempt/

– Extract the package, grab the kernel module, and install it

wget URL to download

ar -x download.ipk

tar xvzf data.tar.gz

cd lib/modules/2.6.16/kernel/...

• Copy that to the slug, and don't forget to run depmod -a

Page 12: Michael Still Google Inc. October, 2006

12

Recovering from a bad flash

My first attempt at flashing resulted in a brick

• It's really easy to recover though

• Download the Linksys firmware, and put it on a web server

sudo arping -f 192.168.0.1;

telnet 192.168.0.1 9000• Now power cycle the slug

• You have two seconds to hit control-c to stop a normal boot

• You end up in RedBoot

– A network aware boot loader

Page 13: Michael Still Google Inc. October, 2006

13

Recovering from a bad flash continued

My first attempt at flashing resulted in a brick

• Now download the firmware from the web server

ip_address -h 192.168.1.100

load -r -v -b 0x01000000 -h 192.168.0.100

-m http /NSLU2_V23R25.bin

fis write -f 0x50060000 -b 0x01060000

-l 0x7a0000

reset• The slug will power cycle

• You're back at the Linksys firmware, and ready to try again

Page 14: Michael Still Google Inc. October, 2006

14

Demo

Page 15: Michael Still Google Inc. October, 2006

15

Over clocking

The slug's CPU is intended to run at 266MHz

• Remove a single resistor to over clock the device

Page 16: Michael Still Google Inc. October, 2006

16

Completely un-scientific testing

I am mainly interested in slugs as ATA over Ethernet NAS devices

• Compare performance of various firmware options

• Methodology

– Use postmark

set size 1000 9000

set number 2000

set transactions 50000

set location /mnt

set report verbose

run

Page 17: Michael Still Google Inc. October, 2006

17

Postmark results

postmark will give you back results like this:Time:149 seconds total148 seconds of transactions (337 per second)

Files:27170 created (182 per second)

Creation alone: 2000 files (2000 per second)Mixed with transactions: 25170 files (170 per second)

24986 read (168 per second)24697 appended (166 per second)27170 deleted (182 per second)

Deletion alone: 2340 files (2340 per second)Mixed with transactions: 24830 files (167 per second)

Data:149.53 megabytes read (1.00 megabytes per second)161.85 megabytes written (1.09 megabytes per second)

Page 18: Michael Still Google Inc. October, 2006

18

Permutations tested

USB2 connection to desktop PC

SMB using the Linksys firmware

SMB using DebianSlug

SMB using Debian Unstable

ATA over Ethernet using Debian Unstable

USB2 using Debian Unstable

USB2 using Debian Unstable on an over clocked device

SMB using Debian Unstable on an over clocked device

ATA over Ethernet using Debian Unstable on an over clocked device

Page 19: Michael Still Google Inc. October, 2006

19

Results: Total time for bench mark run (seconds)

Page 20: Michael Still Google Inc. October, 2006

20

Results: Operations per second

Page 21: Michael Still Google Inc. October, 2006

21

Results: Operations per second

Page 22: Michael Still Google Inc. October, 2006

22

Results: Throughput (megabytes per second)

Page 23: Michael Still Google Inc. October, 2006

23

Using a NSLU2 for storage

It would seem that the fastest option is ATA over Ethernet on an over clocked NSLU2

• Even running Samba on your own version of the firmware is going to give significant performance improvements

Page 24: Michael Still Google Inc. October, 2006

24

Other project ideas

There are lots of things you can do with low powered Linux machines with USB

• Car computing (with a USB wireless card)

• GPS data logging (USB GPS)

• Small sound player (with USB sound card and USB remote control)

• Many other things you can think of...

Page 25: Michael Still Google Inc. October, 2006

25

Questions?

Any questions?

Page 26: Michael Still Google Inc. October, 2006

26

One final note

Google is hiring, both domestically within Australia, and Internationally. Talk to me or one of the other Googlers we have at the conference if you want to know more.

Page 27: Michael Still Google Inc. October, 2006

27

Oh yeah, another final note

I don't really want to take all these NSLUs back to the US, so I should negotiate with the conference organizers the best way to give two of them away...

Page 28: Michael Still Google Inc. October, 2006

Michael StillGoogle, [email protected]