📄 bf533_quick_start.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <title></title> <link rel="stylesheet" media="screen" type="text/css" href="./style.css" /> <link rel="stylesheet" media="screen" type="text/css" href="./design.css" /> <link rel="stylesheet" media="print" type="text/css" href="./print.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><a href=start.html>start</a></br><div class="toc"><div class="tocheader toctoggle" id="toc__header">Table of Contents</div><div id="toc__inside"><ul class="toc"><li class="clear"><ul class="toc"><li class="level2"><div class="li"><span class="li"><a href="#the_adsp-bf533-stamp_quick_start" class="toc">The ADSP-BF533-STAMP Quick Start</a></span></div><ul class="toc"><li class="level3"><div class="li"><span class="li"><a href="#introduction" class="toc">Introduction</a></span></div></li><li class="level3"><div class="li"><span class="li"><a href="#adsp-bf533-stamp_bsp_contents" class="toc">ADSP-BF533-STAMP BSP Contents</a></span></div></li></ul></li><li class="level2"><div class="li"><span class="li"><a href="#getting_started" class="toc">Getting started</a></span></div><ul class="toc"><li class="level3"><div class="li"><span class="li"><a href="#linux_gnu_toolchain_install" class="toc">Linux GNU Toolchain Install</a></span></div></li><li class="level3"><div class="li"><span class="li"><a href="#linux_uclinux_kernel_install" class="toc">Linux uClinux Kernel Install</a></span></div></li><li class="level3"><div class="li"><span class="li"><a href="#windows_toolchain_uclinux_kernel_install" class="toc">Windows Toolchain/uClinux Kernel Install</a></span></div></li></ul></li></ul></li></ul></div></div><h2><a name="the_adsp-bf533-stamp_quick_start" id="the_adsp-bf533-stamp_quick_start">The ADSP-BF533-STAMP Quick Start</a></h2><div class="level2"></div><!-- SECTION [1-43] --><h3><a name="introduction" id="introduction">Introduction</a></h3><div class="level3"><p>The ADSP-BF533 STAMP uClinux Kernel Board Support Package (BSP) provides you with an environment to develop uClinux applications for the ADSP-BF533 Blackfin Processor. </p><p>This document provides a brief overview of how to get started using the ADSP-BF533 STAMP Board. A detailed document of the STAMP board, the uClinux operating system and the GCC tool chain can be found on the accompanying CD under the \Documents directory or on the website at <a href="http://blackfin.uclinux.org/projects/bfin-docs" class="urlextern" title="http://blackfin.uclinux.org/projects/bfin-docs" rel="nofollow">blackfin.uclinux.org/projects/bfin-docs</a></p></div><!-- SECTION [44-604] --><h3><a name="adsp-bf533-stamp_bsp_contents" id="adsp-bf533-stamp_bsp_contents">ADSP-BF533-STAMP BSP Contents</a></h3><div class="level3"><p>This kit contains the ADSP-BF533 STAMP board, a universal 7.5V DC power supply (with US power cord), the uClinux for the ADSP-BF533 Processor CD and this document.</p><p><a href="media/quickstartstamppic1.png" class="media" target="_blank" title="quickstartstamppic1.png"><img src="media/quickstartstamppic1.png" class="media" alt="" width="499" height="366" /></a></p><p>The schematics and layout files for this board are on the CD and can be found on the web at <a href="http://blackfin.uclinux.org/projects/stamp" class="urlextern" title="http://blackfin.uclinux.org/projects/stamp" rel="nofollow">blackfin.uclinux.org/projects/stamp</a>. Full specifications for the ADSP-BF533 Blackfin processor can be found on the web at <a href="http://www.analog.com/processors/processors/blackfin" class="urlextern" title="http://www.analog.com/processors/processors/blackfin" rel="nofollow">www.analog.com/processors/processors/blackfin</a></p><p><strong>CD Contents:</strong> The CD contains source and executable files for the uClinux 2.6.8 Kernel, U-Boot 1.1.3, the GCC 3.4.1 tools and Binutils 2.15. </p></div><!-- SECTION [605-1355] --><h2><a name="getting_started" id="getting_started">Getting started</a></h2><div class="level2"><ol><li class="level1"><div class="li"> Connect the serial port to your host computer from the STAMP board.</div></li><li class="level1"><div class="li"> Connect the Ethernet cable to your local network from the STAMP board.</div></li><li class="level1"><div class="li"> Start a terminal emulation program (Minicom or HyperTerminal) on your host computer. From the configuration menu set the serial port connection for:</div><ul><li class="level2"><div class="li"> 57600 baud </div></li><li class="level2"><div class="li"> 8 data bits </div></li><li class="level2"><div class="li"> parity none</div></li><li class="level2"><div class="li"> 1 stop bit </div></li><li class="level2"><div class="li"> h/w flow control off </div></li></ul></li><li class="level1"><div class="li"> Connect the dc power input and power up the board.</div></li><li class="level1"><div class="li"> After the STAMP board powers up you should see a U-Boot start-up screen on your terminal window. At this stage if you allow the boot timer to count down the board will load the uClinux kernel out of flash and boot the kernel and you will be brought to the command shell.</div></li></ol><p> <strong>Troubleshooting: If you don’t see any text on the screen make sure that you have properly connected power to the board (the power LED should be on) and make sure a correct straight through serial cable is being used. If the screen text is corrupted, check the serial port connection baud rate settings.</strong> </p></div><!-- SECTION [1356-2425] --><h3><a name="linux_gnu_toolchain_install" id="linux_gnu_toolchain_install">Linux GNU Toolchain Install</a></h3><div class="level3"><ol><li class="level1"><div class="li"> Install the GCC tools on your machine (as root): </div></li></ol><pre class="code"> bash# rpm -ivh bfin-elf-3.4-beta.i386.rpm </pre><p> - In user mode export the path for the tools: </p><pre class="code"> bash> export PATH=/opt/uClinux/bfin/bin:$PATH </pre><p>The toolchain can also be compiled from source by executing the build script that is located in the scripts directory. Extract all of the files to a local directory as well as the build script and modify the script to point to your directory structure. After the script has executed, export the path to point to your new tool chain output directory.<br/></p></div><!-- SECTION [2426-3047] --><h3><a name="linux_uclinux_kernel_install" id="linux_uclinux_kernel_install">Linux uClinux Kernel Install</a></h3><div class="level3"><ol><li class="level1"><div class="li"> Copy the kernel source to your work directory</div></li><li class="level1"><div class="li"> Uncompress the kernel: </div></li></ol><pre class="code"> bunzip2 uClinux-dist.tar.bz2 tar -xvf uClinux-dist.tar cd uClinux-dist</pre><p>Now that the kernel is uncompressed in the work directory you are now ready to start building your own uClinux kernel for the Blackfin processor. For more information on how this is done look through the documentation included on the CD.</p></div><!-- SECTION [3048-3501] --><h3><a name="windows_toolchain_uclinux_kernel_install" id="windows_toolchain_uclinux_kernel_install">Windows Toolchain/uClinux Kernel Install</a></h3><div class="level3"><p>For more information on a Windows port of the Blackfin Toolchain please see the <a href="colinux.html" class="wikilink1" title="colinux.html">CoLinux</a> information page. </p></div><!-- SECTION [3502-] --></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -