Create Simulink Real-Time boot disk or DOS Loader files
SimulinkRealTime.createBootImage
SimulinkRealTime.createBootImage(target_computer_name)
SimulinkRealTime.createBootImage(target_settings_object)
SimulinkRealTime.createBootImage(target_object)
SimulinkRealTime.createBootImage
creates
a boot image for the default target computer. The form of the boot
image depends upon the value of the TargetBoot
environment
property.
BootFloppy
— To create a
boot floppy disk, the software prompts you to insert an empty formatted
disk into the drive. The software writes the kernel image onto the
disk and displays a summary of the creation process.
CDBoot
— To create a CD
or DVD boot disk, the software prompts you to insert an empty formatted
CD or DVD into the drive. The software writes the kernel image onto
the CD or DVD and displays a summary of the creation process.
NetworkBoot
— To create
a network boot image, the software starts the network boot server
process.
DOSLoader
— To create DOS
Loader files, the software writes kernel image and DOS Loader files
into a designated location on the development computer. You can then
copy the files to the target computer hard drive, to a floppy disk,
or to a flash drive.
StandAlone
— To create files
for a standalone real-time application, you must separately compile
and download a combined kernel and real-time application. SimulinkRealTime.createBootImage
does
not generate a standalone application.
To update the TargetBoot
environment property:
tg = SimulinkRealTime.getTargetSettings tg.TargetBoot = new_value
SimulinkRealTime.createBootImage
.SimulinkRealTime.createBootImage(
creates
a boot image for the target computer indicated by the target_computer_name
)target_name
character
vector.
SimulinkRealTime.createBootImage(
creates
a boot image for the target computer indicated by the target_settings_object
)target_settings_object
.
SimulinkRealTime.createBootImage(
creates
a boot image for the target computer indicated by target_object
)target_object
.
SimulinkRealTime.addTarget
| SimulinkRealTime.getTargetSettings
| SimulinkRealTime.target
| Target Settings Properties | slrt