mirror of https://github.com/armbian/build.git
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 <Martin.Schmiedel@tq-group.com>
This commit is contained in:
parent
9f8f9f51ba
commit
04873d47de
|
|
@ -19,7 +19,7 @@ function post_family_tweaks_bsp__mba8mpxl-ras314() {
|
|||
wget https://github.com/nxp-imx/imx-firmware/raw/lf-6.6.3_1.0.0/nxp/FwImage_8997/pcieuart8997_combo_v4.bin
|
||||
run_host_command_logged mkdir -pv --mode=755 "$destination/lib/firmware/" || exit_with_error "Unable to mkdir firmware"
|
||||
run_host_command_logged mkdir -v --mode=775 "$destination/lib/firmware/mrvl/" || exit_with_error "Unable to mkdir mrvl"
|
||||
run_host_command_logged cp -Pv "pcieuart8997_combo_v4.bin" "$destination/lib/firmware/mrvl/" || exit_with_error "Unable to copy mrvl firmware"
|
||||
run_host_command_logged mv -v "pcieuart8997_combo_v4.bin" "$destination/lib/firmware/mrvl/" || exit_with_error "Unable to copy mrvl firmware"
|
||||
|
||||
# Add udev rule to delay btnxpuart loading
|
||||
cat <<- NXP_UDEV_RULE > "${destination}"/etc/udev/rules.d/10-nxp-bluetooth-delay.rules
|
||||
|
|
|
|||
Loading…
Reference in New Issue