From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hawkins Date: Wed, 12 Nov 2008 17:36:27 -0800 Subject: [U-Boot] mini-pci wireless driver In-Reply-To: <20472956.post@talk.nabble.com> References: <49EF8B38CAABF74C8FFEA1405FDFBE923CCF23@suzexch01.taihootech.com> <49EF8B38CAABF74C8FFEA1405FDFBE923CD361@suzexch01.taihootech.com> <20081112215654.9A58C832E40A@gemini.denx.de> <20472956.post@talk.nabble.com> Message-ID: <491B849B.8000509@ovro.caltech.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Thanks for the reply, I am not really want to support the TCP/IP , > Wnat I do is to add the wireless network card to uboot then I can load OS > firmware from another computer(maybe through tftp wlan) Re-read Wolfgang's response, he gave you the recommended solution: >> Don't waste your time. Use U-Boot to boot asmall configuration of >> Linux with WLAN support included, and use this to do what you want to >> do. Boot your board with U-Boot, and have it run a stripped-down version of Linux that understands how to run your wireless card. Then use Linux to tftp your OS and then jump into the tftp'd version, eg. Google kexec. Cheers, Dave