diff --git a/Software/BSP/openwrt/target/v851s/v851s-lizard/busybox-init-base-files/etc/init.d/rc.final b/Software/BSP/openwrt/target/v851s/v851s-lizard/busybox-init-base-files/etc/init.d/rc.final index 201ce19e..3cfc03d2 100755 --- a/Software/BSP/openwrt/target/v851s/v851s-lizard/busybox-init-base-files/etc/init.d/rc.final +++ b/Software/BSP/openwrt/target/v851s/v851s-lizard/busybox-init-base-files/etc/init.d/rc.final @@ -31,3 +31,7 @@ if [ -z "$(grep '\' /proc/mounts)" ]; then /bin/mount -t vfat /dev/mmcblk0p1 /mnt/extsd fi +echo "------ bring up e907 remoteprocesser -----" +echo e907_firmware.elf > /sys/kernel/debug/remoteproc/remoteproc0/firmware +echo start > /sys/kernel/debug/remoteproc/remoteproc0/state +echo "------ e907 now online, using amp_shell to open e907 core console -----" \ No newline at end of file diff --git a/Software/BSP/openwrt/target/v851s/v851s-lizard/busybox-init-base-files/lib/firmware/e907_firmware.elf b/Software/BSP/openwrt/target/v851s/v851s-lizard/busybox-init-base-files/lib/firmware/e907_firmware.elf new file mode 100644 index 00000000..a7f34459 Binary files /dev/null and b/Software/BSP/openwrt/target/v851s/v851s-lizard/busybox-init-base-files/lib/firmware/e907_firmware.elf differ