凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2021-12-13 f3ad5451ec21833cc98664a1b2c8bc805d3453a6
add create /tftp in setup shell script
1 files modified
3 ■■■■■ changed files
tools/setup_tools.sh 3 ●●●●● patch | view | raw | blame | history
tools/setup_tools.sh
@@ -32,6 +32,9 @@
    #QT build will installed to this path
    mkdir -p /apps && chmod 777 /apps
    #TFTP server path
    mkdir -p /tftp && chmod 777 /tftp
    #crosstool will installed to this path
    chmod 777 /opt/
}