dwelch67 / raspberrypi

Raspberry Pi ARM based bare metal examples
2.71k stars 486 forks source link

Problem with Enabling JTAG in RPI B #29

Open ankitamarwah opened 7 years ago

ankitamarwah commented 7 years ago

I am following your steps and i am struck here

" (copy armjtag.bin to kernel.img on the raspbery pi sd card and power the raspberry pi, verify it is right from the blinking led). "

kernel.img is a file. Do you want to replace it or put it in the boot partion?

naums commented 7 years ago

You'll have to replace the kernel.img file with armjtag.bin, i.e. delete kernel.img from the SD-cards boot-partition, rename armjtag.bin to kernel.img and copy that over to the boot-partition of the SD-card. Then boot the Raspberry Pi with that SD-card.