have nobody experience on using DS-5 ARM development tool?? reading on the web site:fully support ARM1176JZF-S processor , suitable for writing linux kernel and modify Android O.S. or building APP. Android&Linux Application Debug. where can i find information about getting starded with ds-5 on tiny6410?? thanks to all Ciao
ARM ds-5 development tools
I've tried using it, but currently DS-5 is unusable due to huge amount of bugs. Use Keil tools instead - their GUI is poor, but at least it works
The main question would be: why using such kind of IDE in general? Use your favourite editor for your own development and some kind of buildsystem (buildroot, OE or PTXdist) to create the other components you need to make your S3C6410 CPU work.
what kind of development tool can i use to modify and make kernel modules? where can i find information about it?
i need the basic information...for example: i want to write a C file that make blinking one LED. where can find information on how to write correctly this file , how to compile , how to flash and execute on tiny6410..(of corse use linux kernel) many many thanks for the reply.
Kernel-modules: a cross toolchain (compiler, assembler, linker), a simple editor to edit the files and the 'make' tool. More you do not need. And some knowledge about how the kernel works internally, of course. Information about that: Take a look into the kernel sources. Its full of examples how to write drivers for a specific hardware. Blinking LEDs: read wingz's blog
You asked for controlling LEDs and I provide you a link where controlling LEDs on a Mini platform is presented.
i'm looking for using of ptxdist for preparing of a correct development tools , but i have many problems , where can i find a step by step tutorial that explain all to configure and use? my host: ubuntu 12 (64bit) target : tiny6410