![Phytec phyCORE-XScale/PXA255 Скачать руководство пользователя страница 8](http://html1.mh-extra.com/html/phytec/phycore-xscale-pxa255/phycore-xscale-pxa255_application-note_1554151008.webp)
Application Note
PHYTEC Technologie Holding AG 2004
Europe: Support Hotline: +49 (6131) 9221-31
http://www.phytec.de
North America: Support Hotline: 1-800-278-9913
http://www.phytec.com
LAN-032e_2
8/8
2.4
Booting from On-Board Flash
•
Set the bootcmd variable to boot the kernel image from Flash
memory 0x40000. Upon a reset the Linux kernel will boot from
Flash.
PCM022> setenv bootcmd bootm 40000
PCM022> saveenv
•
To boot the kernel from Flash through the Minicom terminal
program without resetting the target hardware, enter the following
command:
PCM022> bootm 40000
•
Successful kernel start-up will return a boot-up message in the
terminal window showing the complete system configuration
information. At the end of these initialization messages you will
find the Linux login prompt. For the Login type root and simply
press <Enter> for password:
Login: root
Password: ’press <Enter>’
Now you have successfully downloaded the kernel and file system
over a tftp Ethernet connection into RAM, copied the Linux kernel
and file system from RAM into Flash, and set the environment
variables to automatically boot the kernel from Flash upon a reset.