-
Notifications
You must be signed in to change notification settings - Fork 4
danielschwierzeck/openocd-scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Example usage: init project directory: $ mkdir $PROJECT_DIR $ cd $PROJECT_DIR $ cp $PATH_TO_THIS_GIT_TREE/openocd.cfg.sample openocd.cfg $ vi openocd.cfg (adapt to board) add symlinks to U-Boot builds for each board config: $ ln -s $UBOOT_BUILD_RAM easy80920_ram $ ln -s $UBOOT_BUILD_NOR easy80920_nor start OpenOCD with this git tree as additional search path $ openocd -s $PATH_TO_THIS_GIT_TREE load and boot a RAM U-Boot $ telnet localhost 4444 > easy80920_ramboot
About
OpenOCD scripts for various MIPS targets and boards
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published