build_nedk_example_webserver.sh

来自「一款基于FPGA的对于VGA实现全彩控制的程序」· Shell 代码 · 共 37 行

SH
37
字号



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 + =
减小字号Ctrl + -
显示快捷键?