mirror of
https://github.com/thead-yocto-mirror/xtensa_dsp
synced 2026-07-16 13:15:09 +02:00
12 lines
423 B
Bash
12 lines
423 B
Bash
#!/bin/bash
|
|
|
|
# mkdir /tmp/debugfs
|
|
# mount -t debugfs none /tmp/debugfs
|
|
# echo -n 'file xvp_main.c +p' > /tmp/debugfs/dynamic_debug/control
|
|
# echo -n 'file xrp_hw_simple.c +p' > /tmp/debugfs/dynamic_debug/control
|
|
# echo -n 'file xrp_firmware.c +p' > /tmp/debugfs/dynamic_debug/control
|
|
# echo 8 > /proc/sys/kernel/printk
|
|
modprobe xrp_hw_comm
|
|
modprobe xrp
|
|
# echo 1 > /sys/module/xrp/parameters/loopback
|
|
modprobe xrp_hw_simple |