Re: WANTED : JTAG Access, Dead or Alive!
Posted: Sat Jan 07, 2012 10:26 am
Just got ULINK2-USB-JTAG-Emulator-ARM9-Cortex-Keil-Ulink-II-Debug-Adapter-ULINK-2 wich came with KEIL MDK411 software. Might anyone knows which processor type should be selected for D6000?
ARM7(little endian) should be ok? (ARM7TDMI-S based high-performance 32-bit RISC Microcontroller with Thumb extensions).
cat /proc/cpuinfo:
Goal: to get flash dump (especially kernel)
Goal2: flash back right kernel to its place.
Problem: wrong kernel flashed and system doesn`t boot at all.
Might goals are mission impossible, haven`t connected cable to board yet, trying to understand software/configs...
P.s. might if becomme growing, will move to separate topic.

ARM7(little endian) should be ok? (ARM7TDMI-S based high-performance 32-bit RISC Microcontroller with Thumb extensions).
cat /proc/cpuinfo:
Code: Select all
Processor : ARMv7 Processor rev 1 (v7l)
BogoMIPS : 1196.03
Features : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc09
CPU revision : 1
Hardware : Samsung SDP1001 Evaluation board
Revision : 0000
Serial : 0000000000000000
Goal2: flash back right kernel to its place.
Problem: wrong kernel flashed and system doesn`t boot at all.
Might goals are mission impossible, haven`t connected cable to board yet, trying to understand software/configs...
P.s. might if becomme growing, will move to separate topic.