Difference between revisions of "DHT-Walnut Boot Via Tftp"
From eLinux.org
m (Bot (Edward's framework)) |
|||
| Line 9: | Line 9: | ||
** bootm 400000 c00000 | ** bootm 400000 c00000 | ||
** < kernel boots and loads userland image > | ** < kernel boots and loads userland image > | ||
| + | |||
| + | [[Category:DHT-Walnut]] | ||
Latest revision as of 10:39, 14 July 2007
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 >