15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
#
|
|
# This script is used to describe the commands to start at
|
|
# boot-time and the arguments they should receive.
|
|
#
|
|
bootdriver /armv8/sbin/boot_armv8_generic
|
|
cpudriver /armv8/sbin/cpu_imx8x
|
|
module /armv8/sbin/init
|
|
module /armv8/sbin/enet 192.168.2.2 24
|
|
module /armv8/sbin/hello hi
|
|
# module /armv8/sbin/memeater
|
|
module /armv8/sbin/mallocator
|
|
module /armv8/sbin/stackoverflow
|
|
module /armv8/sbin/echoserver
|
|
module /armv8/sbin/shelly
|