I would like to open a new project under DS-5. I want it to have the following code:
int main() {
int a = 7;
int b = 3;
for (int i=0; i < a*b; i++)
a = b+i;…
I would like to open a new project under DS-5. I want it to have the following code:
int main() {
int a = 7;
int b = 3;
for (int i=0; i < a*b; i++)
a = b+i;…
I am using ARM DS5 Ultimate Edition (Version 5.18.0)
Target aarch64-arm-none-eabi is being used for compilation.
I am trying to run the .axf on ARMAEMv8-A_MP_0.
While running the .axf I am getting this error:-
ERROR(CMD426): Cannot find symbol to start or…
Hi,
I'm looking at the ARMv8 Foundation Model User Guide (ARM DUI 0677C). In section 3.1, Memory Map, the following data appears regarding the address of GICv2 registers:
0x00_2C00_0000 0x00_2C00_1FFF, GIC Physical CPU interface, GICC, 8KB
0x00_2C00_1000…
Is it possible to run an baremetal application with fileio on the ARMv8 Foundation model.
If so do you have example linker script?
Hi,
i'm doing some experiments on Aarch64/Aarch32 using the Foundationv8 simulator.
For starting, i got the linux/bootwrapper/toolchain code from linaro, compiled the software and the linux kernel in 64 bits without any problem.
Then i started modifications…
Hi,
I have a 64bit application running on armv8(foundation model)
My question is
1. Can I link aarch32 library to aarch64 application ?
2. Is there a way to enter aarch32 state when application is running in aarch64 state in Exception level 0 ? I tried…
hi, experts:
I want to study bootloader code for ARMv8 64bit CPU.
But not find any development board with 64bit ARM CPU.
I found ARM company had released 基础模型 - ARM .
So, i have a question about this ARMv8 foundation model:
1. Could i find any bootloader source…
Hi,
I want to produce an exception in Foundation Model to test my ARMV8 U-boot. But when I set AF bit to 0 in last level page table entry, and want to produce an Access Flag exception, it failed, the same happened to Address size fault and Translation…
Hi All,
Hope this is the place to ask.
I'd like to get a Foundation_V8 running guest memory dump, either the raw meme dump, and if I could get the proc state would be nice (but optional).
I need this to implement a kernel debugger before Linux is able…