Philips LPC3180 Application Note page 8

Getting started linux with
Table of Contents

Advertisement

Philips Semiconductors
U-Boot code: 80EC0000 -> 80EF2148
SDRAM : 32M detected
RAM Configuration:
Bank #0: 80000000 31 MB
Flash:
NAND:NAND device: Manufacturer ID: 0x20, Chip ID: 0x35 (ST Micro NAND 32MiB
1,8V 8-bit)
Scanning device for bad blocks
Bad eraseblock 478 at 0x00778000
Bad eraseblock 1520 at 0x017c0000
Using default environment
In:
Out:
Err:
Hit any key to stop autoboot:
Phytec #
In the Realview debugger, stop running and download the root file system and kernel
image using commands:
stop
rf
ui
[Remark] rf and ui have been defined as alias in the
alias rf=readfile,raw,gui "d:\Linux\Images\root_fs_arm.ext2.premo.gz"=0x80800000
alias ui=readfile,raw,gui "d:\Linux\Images\uImage_premo"=0x80600000
Now start the processor again (press F10 & F5) or using command in the Realview
debugger:
go
And in the serial terminal window type:
Phytec # bootm 0x80600000
The Linux will start up and root file system will be mounted:
Boot reached stage 1
## Booting image at 80600000 ...
Boot reached stage 2
Boot reached stage 3
Boot reached stage 4
Boot reached stage 5
Boot reached stage 6
OK
Boot reached stage 7
Boot reached stage 8
Boot reached stage 14
Boot reached stage 15
Starting kernel ...
Where the display goes silent after "Starting the kernel...", the serial interface will keep
you informed with the process of booting Linux and will finally come up with a login
prompt. The root password is empty (i.e. simply press enter).
You are now running Linux!
Uncompressing Linux.........................................................
.. done, booting the kernel.
<12NC>
Application note
0 kB
serial
serial
serial
Image Name:
Linux-2.6.10
Image Type:
ARM Linux Kernel Image (uncompressed)
Data Size:
1176680 Bytes =
Load Address: 80008000
Entry Point:
80008000
Rev.03 — 21 Dec 2006
Getting started Linux with LPC3180
BSS: -> 80EF3A44
2
'uboot_phytec.inc'
1.1 MB
AN10476
© Koninklijke Philips Electronics N.V. 2004. All rights reserved.
8 of 28

Advertisement

Table of Contents
loading

Table of Contents