Hi,
Hope you are doing good.!!!
Am using a EVM kit with ARM 66K2Hxx. I tried to write some data into the memory location
0x90000000 using c program.I have generated a simple C program and compiled linaro tool chain and followed below commmands.
Compilation process
--------------------
# arm-linux-gnueabihf-gcc -c <filename.c>
# arm-linux-gnueabihf-ld <filename.o> -o <obj.o> -Ttext=0x80000000
# objcopy -I elf32-little <obj.o> -O binary <obj.bin>
Then through "tftp" i loaded the .bin file into the memory location using the below command and then executed,
# tftp 80000000 <obj.bin>
# go 80000000
But when executed ,board hangs .
Please let me know whether the compilation procedure is correct ?
Thanks,
Rajaguru M