Skip to content

Commit

Permalink
adjust order of modins
Browse files Browse the repository at this point in the history
Signed-off-by: shuning.han <[email protected]>
  • Loading branch information
shuning.han committed Nov 13, 2024
1 parent 83dfd5a commit 742a63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramdisk/overlay/rp/etc/init.d/S30rpdaemond
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ start() {
echo "Starting module loading process..." | tee -a $LOGFILE

# Load modules with pauses in between
load_module /opt/ko/rp_daemon.ko
load_module /opt/ko/soph_base.ko
load_module /opt/ko/soph_vpss.ko
load_module /opt/ko/soph_vc_drv.ko
load_module /opt/ko/rp_daemon.ko

# Trigger mdev to populate /dev based on loaded modules
echo "Triggering mdev..." | tee -a $LOGFILE
Expand Down

0 comments on commit 742a63d

Please sign in to comment.