Please provide generic concepts about porting Linux to ARM.
Please provide generic concepts about porting Linux to ARM.
I have a S3C2440 single board EM2440-III.
My problem is that when I insert sd card 4G or 8G into the board, it not detect sd card. I insert sd card 2G and work OK. please help me to solve the problem.
Hi,
I am working on porting FFT functionality from CMSIS DSP library to another architecture.
Unfortunate I faced with problem that arm_bitreversal_32 function is implemented in assembler.
Does any body tried to convert it to C code?