Coder Social home page Coder Social logo

raspberrypi-jtag's Introduction

Raspberry Pi "Bare Metal" projects
Dung Le, 2012
---------------------------------------
references:
	- https://github.com/dwelch67/raspberrypi	
	- bootloader for serial debug https://github.com/jamieiles/rpi-gdb
notes:
	- There are makefiles for both C and Asm frameworks
	- Serial gdb setup (Linux):	
		+ serial connection to ARM target via uart (3 wires tx,rx and gnd)		  
		+ bootloader preloaded in the target board. see "rpi-gdb"
		+ A reset button is nice to have (solder on P6 pins, near HDMI port)
		+ start debug section: "gdb-multiarch -x gdbscript <file.elf>" or "make sdb"
	- jtag debug https://github.com/ddle/RaspberryPi/tree/master/ocd_jtag
		+ "make jdb"
	
1. rpi-gdb: bootloader for serial debug, (updated: also enable jtag port)
	- to use, just copy content of bootloader folder to SD card
	
2. blink: blink the status LED on board.

3. I2C driver in polling mode (Master) 

4. ocd_jtag: bootloader for jtag debugging; config files for ARM-USB-OCD and 
   raspberrypi pi
   
5. timer_interrupt: examples of using interrupt. 
   The serial debug tool still has issues with the current bootloader 
   ( does not response after a breakpoint at interuppt )

raspberrypi-jtag's People

Contributors

ddle avatar wolfses avatar

Watchers

James Cloos avatar  avatar  avatar Minho Kim avatar Jaedong Kim avatar mijong avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.