Why am I unable to setup a USB flash drive for standalone boot method with SLRT?
3 views (last 30 days)
Show older comments
MathWorks Support Team
on 11 Apr 2018
Edited: MathWorks Support Team
on 12 Jan 2024
I would like to use the Simulink Real-Time standalone boot method with a USB flash drive. I am following the instructions from the documentation:
web(fullfile(docroot, 'xpc/gs/embedded-target-boot-method.html'))
Where I am led to create a bootable partition on my USB flash drive:
web(fullfile(docroot, 'xpc/gs/creating-a-bootable-partition.html'))
After following all these steps, and loading the Simulink Real-Time files onto the Flash drive, I am unable to boot into SLRT from the flash drive. Why?
Please follow the below link to search for the required information regarding the current release:
Accepted Answer
MathWorks Support Team
on 15 Nov 2023
Edited: MathWorks Support Team
on 12 Jan 2024
DOS must be installed on the USB drive. Then the following SLRT files should be copied to the root of the drive:
autoexec.bat
xpcboot.com
slrtkrnl.rtb
ex_slrt_rt_osc.mldatx
The following documentation explains why DOS is necessary:
web(fullfile(docroot, 'xpc/gs/standalone-mode-embedded-option.html'))
I was able to successfully create a bootable DOS USB stick by following the instructions from this link:
Please follow the below link to search for the required information regarding the current release:
0 Comments
More Answers (0)
See Also
Categories
Find more on Real-Time Simulation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!