Could any help me? I need a examples(step by step) how I can make my own program for mini2440. I have installed an arm-linux-gcc and it seems to work. But how I can transfer my own program to mini2440 card? I tried to do it by GTKTerm but only what happens it 'Failed downloading file' error. So could you somebody tell how I can make the program and transfer it to mini2440 card. please?
Could you anybody help me?
I can help you partially... i.e. you can use an SDCard. Copy compiled binary of your program on the SD on your host. Then remove SD and put it into dev board. now open a terminal and go to the directory where your binary is located. and run it from there by ./hello But soon you'll realize that the procedure is combersome for small dev and testing. I was trying to use ftp for it. But am not able to get it working. I am using Ubuntu 9.10 and the commands ip add 192.168.1.2/24 eth0 does not seem to work in ubuntu. Is there anyone who has done it already......Pls help
Thanks Rohit, so I have a bigger problem. I don't know what happens but now my mini2440 card doesn't boot from NAND. I have formatted the NAND Flash and installed bootloader(supervivi). Then I installed kernel(zImage_T35) but it doesn't work. When it start the next error: 'Warning: unable to open an initial console. Failed to execute /linuxrc. Attempting defaults... Kernel panic - not syncing: No init found. Try passing init= option to kernel.' I have tried to find root-default.img but do anybody where I can find it? And what I should be try to do?
>'Warning: unable to open an initial console. >Failed to execute /linuxrc. Attempting defaults... >Kernel panic - not syncing: No init found. Try passing init= option to >kernel.' Check your powersupply! Instead of root-default.img you can also use qutopia from "Downloads" area.