Skip to content

Commit 2186f00

Browse files
committed
MBa8MPxL-RAS314: fix firmware file in root folder
- wget and cp lead to remaining file in root - use mv instead Signed-off-by: Martin Schmiedel <[email protected]>
1 parent dc5f8cb commit 2186f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/boards/mba8mpxl-ras314.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function post_family_tweaks_bsp__mba8mpxl-ras314() {
1919
wget https://github.com/nxp-imx/imx-firmware/raw/lf-6.6.3_1.0.0/nxp/FwImage_8997/pcieuart8997_combo_v4.bin
2020
run_host_command_logged mkdir -pv --mode=755 "$destination/lib/firmware/" || exit_with_error "Unable to mkdir firmware"
2121
run_host_command_logged mkdir -v --mode=775 "$destination/lib/firmware/mrvl/" || exit_with_error "Unable to mkdir mrvl"
22-
run_host_command_logged cp -Pv "pcieuart8997_combo_v4.bin" "$destination/lib/firmware/mrvl/" || exit_with_error "Unable to copy mrvl firmware"
22+
run_host_command_logged mv -v "pcieuart8997_combo_v4.bin" "$destination/lib/firmware/mrvl/" || exit_with_error "Unable to copy mrvl firmware"
2323

2424
# Add udev rule to delay btnxpuart loading
2525
cat <<- NXP_UDEV_RULE > "${destination}"/etc/udev/rules.d/10-nxp-bluetooth-delay.rules

0 commit comments

Comments
 (0)