?? build_nedk_example_webserver.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -