Why am I unable to specify the CD boot image location when creating a kernel boot CD in R2012a?

조회 수: 1 (최근 30일)
When I try to create a kernel boot CD with xPC Target, the boot image (.iso) is stored in a temporary folder specified as part of the creation procedure. Why am I unable to specify a location for this folder in R2012a?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2014년 9월 16일
This is a known limitation of R2012a.
You can find the location of the temporary directory by following the steps below:
  1. Create the CD Boot image without burning the CD. You can do this using xPC Target Explorer or using the 'xpcbootdisk' command from the MATLAB command line.
  2. Type 'tempdir' at the MATLAB command window. The location displayed is where the CD boot image (cdboot.iso) is located.
For example:
>> xpcbootdisk
CD boot image is successfully created
Insert an empty CD/DVD. Available drives:
[1] There were no writable devices detected!
[0] Cancel Burn
Select a CD/DVD writer drive: 0
>> tempdir
ans =
C:\Users\...\AppData\Local\Temp\

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by