xiangfu has quit [Remote host closed the connection]
panda|x201 has joined #qi-hardware
arhuaco has quit [Ping timeout: 272 seconds]
jekhor has joined #qi-hardware
FDCX has quit [Remote host closed the connection]
FDCX has joined #qi-hardware
xiangfu has joined #qi-hardware
wolfspraul has joined #qi-hardware
xiangfu_ has joined #qi-hardware
lekernel has joined #qi-hardware
FDCX has quit [Remote host closed the connection]
kyak_ is now known as kyak
xiangfu_ has quit [Ping timeout: 245 seconds]
xiangfu_ has joined #qi-hardware
xiangfu_ has quit [Ping timeout: 246 seconds]
xiangfu_ has joined #qi-hardware
xiangfu_ has quit [Ping timeout: 252 seconds]
qi-bot has quit [Ping timeout: 268 seconds]
xiangfu_ has joined #qi-hardware
panda|x201 has quit [Ping timeout: 272 seconds]
panda|x201 has joined #qi-hardware
xiangfu has quit [Ping timeout: 245 seconds]
xiangfu_ has quit [Ping timeout: 272 seconds]
qi-bot has joined #qi-hardware
jekhor has quit [Ping timeout: 272 seconds]
pcercuei has joined #qi-hardware
panda|x201 has quit [Ping timeout: 259 seconds]
porchaso0 has joined #qi-hardware
porchao has quit [Read error: Connection reset by peer]
wpwrak has quit [Ping timeout: 272 seconds]
pcercuei has quit [Ping timeout: 265 seconds]
jekhor has joined #qi-hardware
jekhor has quit [Ping timeout: 245 seconds]
pcercuei has joined #qi-hardware
dos1 has joined #qi-hardware
pcercuei has quit [Ping timeout: 245 seconds]
wolfspraul has quit [Ping timeout: 248 seconds]
wolfspraul has joined #qi-hardware
porchao has joined #qi-hardware
porchaso0 has quit [Ping timeout: 245 seconds]
pcercuei has joined #qi-hardware
<qi-bot>
[commit] Werner Almesberger: atusb/fw/: let include path find board.h instead of using ../board.h (master) http://qi-hw.com/p/ben-wpan/c5f9cc1
xiangfu has joined #qi-hardware
xiangfu has quit [Read error: Connection reset by peer]
<larsc>
pcercuei: btw. if you don't want to fly back the same day but rather grab a beer (or two) in the evening, I think it shouldn't be a problem to find a couch for you
<pcercuei>
sounds good :)
xiangfu has joined #qi-hardware
<pcercuei>
it'd already take me 3h to go to Paris by train so I don't think I can do it in just one day anyway
<pcercuei>
(I'm from Normandy)
porchao has quit [Quit: Leaving...]
porchao has joined #qi-hardware
<lekernel>
pcercuei, where are you going?
<pcercuei>
Munich
<pcercuei>
for a job interview
wpwrak has joined #qi-hardware
rz2k has joined #qi-hardware
panda|x201 has joined #qi-hardware
FDCX has joined #qi-hardware
panda|x201 has quit [Ping timeout: 256 seconds]
jekhor has joined #qi-hardware
viric has quit [Ping timeout: 240 seconds]
pcercuei has quit [Ping timeout: 248 seconds]
kyak has quit [Ping timeout: 268 seconds]
viric has joined #qi-hardware
pcercuei has joined #qi-hardware
Luke-Jr has quit [Ping timeout: 245 seconds]
rz2k has quit [Read error: Connection reset by peer]
lekernel has quit [Ping timeout: 246 seconds]
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Read error: Connection reset by peer]
Luke-Jr has joined #qi-hardware
lekernel has joined #qi-hardware
arhuaco has joined #qi-hardware
<roh>
heeeh.
<roh>
1°) find 10 persons who want to buy a M1 R3.5 board at approx 700-800 EUR
<roh>
somehow thats sad and funny at the same time... last i was asked if i'd want to sell my mm1 i was proposed to get 150-200E for it. which wasnt enough by far to bring me to sell it ;)
xiangfu has quit [Ping timeout: 245 seconds]
<cde>
that's not even the whole BOM
<roh>
yup. atleast with all the analog stuff.
<roh>
the digitzer alone is pricy..
<cde>
I mean even an basic LX75 eval board is usually more than twice that price
freespace has quit [Ping timeout: 260 seconds]
<wpwrak>
welcome to the free market. anyone is free to try to buy something way below its real value ;-)
<larsc>
or above
<wpwrak>
where's the challenge in that ? :)
<larsc>
the challange is for the seller, I guess
* roh
is a techie not a businessman :)
<roh>
means i dont talk a lot, i just sell at $price. if somebody wants is too much lower.. i just dont sell.
<apelete>
larsc mth: Hi there. ran gdb on the kernel to understand why "musb-hdrc: missing bulk" was appearing as an error message during endpoints configuration -> http://paste.debian.net/62655/
<apelete>
by putting a breakpoint in ep_config_from_hw() where the endpoints are scanned, it appears struct musb *musb->endpoints contains bogus data
<apelete>
so that's why the musb_core cannot find a valid bulk endpoint (it seems ep0 data is also bogus btw)
jekhor has quit [Ping timeout: 272 seconds]
<apelete>
I know the udc reg address where endpoints info is stored, that's 0x13040078
<apelete>
but udc base reg address in platform data is 0x13040000
<apelete>
larsc mth: how is musb_core supposed to find out about the udc endpoints information that is stored in musb->endpoints ?
pcercuei has quit [Ping timeout: 264 seconds]
<apelete>
(forget about that epinfo reg address 0x13040078 I was talking about, it seems it only contains the total number of endpoints included in the design, according to programming manual)
pcercuei has joined #qi-hardware
arhuaco has joined #qi-hardware
xiangfu has joined #qi-hardware
freespace has joined #qi-hardware
<mth>
apelete: base reg is typically the address of the lowest register in a register bank; register access is done using base + offset
<mth>
note that 0x13040000 is the physical address; it has to be ioremapped or otherwise converted to a kseg1 virtual address to get a valid pointer
wolfspraul has quit [Quit: leaving]
lekernel has quit [Quit: Leaving]
<apelete>
got that, but my question was more about why musb->endpoints data was wrong
<apelete>
mth: looking into the code right now to see where it should be initialised
<apelete>
anyway, can't get my thinking straight right now, wil look more into it maybe tomorrow if I get some time