ARM Cortex-A Processor Embedded Coder Support Package Workaround for QEMU Emulator Bug
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 10 de Ag. de 2018
Editada: MathWorks Support Team
el 13 de Ag. de 2018
After installing the Embedded Support Package for ARM Cortex-A Processors and following the provided example, an error is thrown when starting the QEMU Emulator. How can this error be fixed? This bug occurs in MATLAB R2018a with the Embedded Coder Support Package for ARM Cortex-A Processors release 18.1.0 available on GLNXA64 and WIN64 platforms.
Respuesta aceptada
MathWorks Support Team
el 13 de Ag. de 2018
Editada: MathWorks Support Team
el 13 de Ag. de 2018
This is a known bug in release 18.1.0 of the Embedded Coder Support Package for ARM Cortex-A Processors. The following workaround is available until a bug-fix is released:
1. Delete the runQemu.p file:
<SUPPORT_PACKAGE_INSTALL_FOLDER>/toolbox/target/supportpackages/arm_cortex_a/+codertarget/+arm_cortex_a/runQemu.p
2. Open the MATLAB file:
<SUPPORT_PACKAGE_INSTALL_FOLDER>/toolbox/target/supportpackages/arm_cortex_a/+codertarget/+arm_cortex_a/runQemu.m
3. In line 61~62 of file runQemu.m, the variable zImage and rootfsImage assignments should be changed as below:
zImage = fullfile(busyboxLocation,'armcortexa9_busybox', 'zImage');
rootfsImage = fullfile(busyboxLocation ,'armcortexa9_busybox', 'rootfs.img.gz');
4. Deploy the edited MATLAB file into a P file.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Code Generation for ARM Cortex-M and ARM Cortex-A Processors en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!