Hello,

i got the same error:

$ git pull --rebase origin/master
fatal: 'origin/master' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

The only things that work are:

$ git pull -v --rebase origin
>From http://repo.or.cz/r/openocd
 = [up to date]      master     -> origin/master
Current branch master is up to date.

Or

$ git pull -v --rebase
>From http://repo.or.cz/r/openocd
 = [up to date]      master     -> origin/master
Current branch master is up to date.



Regards,

Mathias


On 10.01.2012 19:00, Jonathan Dumaresq wrote:
> HI,
> 
> I got some error when I try to use the stlinkF4 discovery board. I look into
> the source of stlink_interface.c and I see that in my openocd tree, I don't
> have the same file that it's on the gitweb interface.
> 
> I try this
> 
> Cimeq@windowsxppro /home/openocd
> $ git pull --rebase origin/master
> 
> And I got this error. What's wrong ? 
> 
> fatal: 'origin/master' does not appear to be a git repository
> fatal: The remote end hung up unexpectedly
> 
> How to get my tree in sync with the official git head ?
> 
> Regards
> 
> Jonathan
> Spencer Oliver wrote:
>> On 10 January 2012 15:46, Jonathan Dumaresq <jdumar...@cimeq.qc.ca>
>> wrote: 
>>> Hi,
>>>
>>>>> Spencer Oliver wrote:
>>>>> Do you know if the discovery bord for the F4 have an stlink-v2 or
>>>>> the original stlink ? 
>>>>>
>>>>
>>>> F4 discovery has stlink-v2
>>>
>>> Ok, So I can use this one as a debugger. This is now supported in
>>> openocd in swd mode? 
>>>
>>
>> yes - however as it has only just been merged so there may be a few
>> issues to resolve. 
>>
>> Cheers
>> Spen
> 
> 
> 
> ------------------------------------------------------------------------------
> Write once. Port to many.
> Get the SDK and tools to simplify cross-platform app development. Create 
> new or port existing apps to sell to consumers worldwide. Explore the 
> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
> http://p.sf.net/sfu/intel-appdev
> _______________________________________________
> OpenOCD-devel mailing list
> OpenOCD-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openocd-devel


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to