📄 runcfe_withnet
字号:
#!/bin/sh## The optional parameter to this function specifies the name# of a binary file to be in the 'flash2' device. You can# boot this binary by typing:## cfe> boot -elf -rawfs flash2:##if [ "$1" ]; then swarm-run \ --sim-check-undefined \ --add-hw flash2.m4 \ --with-boot-flash-file cfe.srec \ --with-boot-flash-type ram \ --no-file \ --with-swarm-devs \ --with-sample-pci-devs \ --with-swarm-ide \ --with-swarm-ide-disk0-file disk0.dsk \ --with-swarm-ide-disk0-size 60 \ --with-memory-config 2x32 \ --with-swarm-rtc-eeprom-file x1240rom.bin \ --with-sockets-for-io \ --stream-socket-base-addr "0.0.0.0:10100" \ --sim-wait-after-init \ --with-swarm-pcmcia-flash-file $1else swarm-run \ --sim-check-undefined \ --with-boot-flash-file cfe.srec \ --with-boot-flash-type ram \ --no-file \ --with-swarm-devs \ --with-sample-pci-devs \ --with-swarm-ide \ --with-swarm-ide-disk0-file disk0.dsk \ --with-swarm-ide-disk0-size 60 \ --with-memory-config 2x32 \ --with-swarm-rtc-eeprom-file x1240rom.bin \ --with-sockets-for-io \ --stream-socket-base-addr "0.0.0.0:10100" \ --sim-wait-after-init fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -