Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SystemReady-band/build-scripts/build-linux-bsa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pack_in_ramdisk()
mkdir $TOP_DIR/ramdisk/linux-bsa
fi
cp $TOP_DIR/linux-acs/acs-drv/files/bsa_acs.ko $TOP_DIR/ramdisk/linux-bsa
cp $ACS_PATH/apps/linux/bsa-acs-app/bsa $TOP_DIR/ramdisk/linux-bsa
cp $ACS_PATH/build/apps/bsa/bin/bsa $TOP_DIR/ramdisk/linux-bsa
}

build_bsa_kernel_driver
Expand Down
3 changes: 2 additions & 1 deletion SystemReady-band/build-scripts/build-linux-sbsa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ pack_in_ramdisk()

# Add all needed packages to build root
cp $TOP_DIR/linux-acs/acs-drv/files/sbsa_acs.ko $TOP_DIR/ramdisk/linux-sbsa/
cp $ACS_PATH/apps/linux/sbsa-acs-app/sbsa $TOP_DIR/ramdisk/linux-sbsa
cp $ACS_PATH/build/apps/sbsa/bin/sbsa $TOP_DIR/ramdisk/linux-sbsa

cp -r $ACS_PATH/apps/linux/pmu_app/pmuval $TOP_DIR/ramdisk/linux-sbsa

#copy mte test to ramdisk
Expand Down
Loading