Thursday, February 17, 2011

OpenWRT: run command on startup

/etc/rc.local


# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

logger -t 'rc.local' "Test for /etc/rc.local..."

exit 0

RISC-v emulator

Changes are based on https://risc-v-getting-started-guide.readthedocs.io/en/latest/linux-qemu.html For Ubuntu/Debian, in addition to sud...