Skip to content

openwrt-vgv7519/openocd-lantiq

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead, 10 commits behind danielschwierzeck:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
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 Lantiq SoCs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published