⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build_nedk_example_webserver.sh

📁 一款基于FPGA的对于VGA实现全彩控制的程序
💻 SH
字号:



echo .
echo . building the nedk example webserver
echo . with hardcoded memory layout for the
echo . Nios Cyclone 1c20 development board,
echo . compatible with the Stratix 1s10 and 1s40
echo . development boards as well.
echo .

echo . Building web contents flash image

wosfs_maker.pl \
        --start=0x400000 \
        --end=0x600000 \
        404_page.html \
        index.html \
        static_page.html \
        template_page.html.template \
        exc-nios.gif \
        > web_content.flash

echo . Downloading web contents

nios-run -x web_content.flash

echo . nios2-build-ing the code

nios2-build wosfs.c nedk_example_web_server.c

echo . nios-running the code

nios-run nedk_example_web_server.srec

# end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -