mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
nxp_ucans32k146:Add Can Bootloader build
nxp_ucans32k146:Relocation for Bootloader nxp_ucans32k146:can_boot enable CAN nxp_ucans32k146:Save Space use Non Optimize memcpy nxp_ucans32k146:Increase to 24K nxp/ucans32k146:Canbootloader LED Driver nxp_ucans32k146:Can bootloader shut down CAN nxp_ucans32k146:Use NVMEEPROM for Paramaters nxp_ucans32k146:Use bootloader AppDescriptor px4 mtd:Support onchip emulated eeprom
This commit is contained in:
committed by
Lorenz Meier
parent
62c0c96749
commit
dd3c3098f2
@@ -30,14 +30,16 @@ sercon
|
||||
#
|
||||
ver all
|
||||
|
||||
#
|
||||
# Set the parameter file if mtd starts successfully.
|
||||
#
|
||||
if mtd start
|
||||
if mft query -q -k MTD -s MTD_PARAMETERS -v /fs/mtd_params
|
||||
then
|
||||
set PARAM_FILE /fs/mtd_params
|
||||
fi
|
||||
|
||||
if mft query -q -k MTD -s MTD_PARAMETERS -v /dev/eeeprom0
|
||||
then
|
||||
set PARAM_FILE /dev/eeeprom0
|
||||
fi
|
||||
|
||||
#
|
||||
# Load parameters.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user