Current Server Time: 07:24 (Central Europe)

#apertus IRC Channel Logs

2017/10/27

Timezone: UTC


00:54
rton
left the channel
01:10
BAndiT1983
changed nick to: BAndiT1983|away
05:40
BAndiT1983|away
changed nick to: BAndiT1983
06:28
Bertl_oO
off to bed now ... have a good one everyone!
06:29
Bertl_oO
changed nick to: Bertl_zZ
06:44
BAndiT1983
changed nick to: BAndiT1983|away
07:28
BAndiT1983|away
changed nick to: BAndiT1983
07:57
illwieckz
changed nick to: `illwieckz
07:58
`illwieckz
changed nick to: illwieckz
08:18
BAndiT1983
changed nick to: BAndiT1983|away
08:18
BAndiT1983|away
changed nick to: BAndiT1983
09:55
dimaursu16
joined the channel
09:55
dimaursu16
left the channel
09:55
dimaursu16
joined the channel
09:56
dimaursu16
left the channel
09:56
dimaursu16
joined the channel
09:56
dimaursu16
left the channel
09:56
dimaursu16
joined the channel
10:50
BAndiT1983
changed nick to: BAndiT1983|away
10:50
BAndiT1983|away
changed nick to: BAndiT1983
11:17
dimaursu16
left the channel
11:23
alexML
left the channel
11:23
alexML
joined the channel
11:32
BAndiT1983
changed nick to: BAndiT1983|away
11:34
dimaursu16
joined the channel
11:34
dimaursu16
left the channel
11:34
dimaursu16
joined the channel
12:08
dimaursu16
left the channel
12:20
BAndiT1983|away
changed nick to: BAndiT1983
12:33
fredy
left the channel
12:41
fredy
joined the channel
12:41
fredy
changed nick to: Guest85030
12:42
Guest85030
changed nick to: fredy
12:48
dimaursu16
joined the channel
13:55
rton
joined the channel
14:10
BAndiT1983
changed nick to: BAndiT1983|away
14:18
dimaursu16
left the channel
14:20
BAndiT1983|away
changed nick to: BAndiT1983
15:07
pusle
left the channel
15:15
se6astian
changed nick to: se6astian|away
15:28
Bertl_zZ
changed nick to: Bertl
15:28
Bertl
morning folks!
16:24
se6astian|away
changed nick to: se6astian
16:40
BAndiT1983
changed nick to: BAndiT1983|away
17:39
niemand
joined the channel
18:04
jarhab[m]
does anybody know where i can find all the vhdl sources for the beta?
18:06
jarhab[m]
is the stuff in cmv_hdmi3 everything that runs on the main soc fpga fabric?
18:15
se6astian
I think so yes
18:15
se6astian
Bertl: will be able to confirm
18:15
jarhab[m]
ah ok thanks
18:16
Bertl
yes, cmv_hdmi3 is the entire VHDL code running at the Beta when active
18:16
Bertl
(on the Zynq, of course)
18:26
BAndiT1983|away
changed nick to: BAndiT1983
18:43
jarhab[m]
ok thanks
18:44
jarhab[m]
i did another PR without the changes from the `fullstack` branch, as you suggested
18:46
se6astian
great
18:46
se6astian
just got the notification
18:46
se6astian
will look at it soon
18:49
se6astian
had a brief look
18:49
se6astian
I see some issues
18:49
se6astian
like you added a new file called .DS_Store
18:49
se6astian
but get rid of some others: Submodule flatbuffers deleted from ac106e
18:49
se6astian
removed cmv_snap3/README.md
18:50
se6astian
added gateware/.DS_Store
18:53
jarhab[m]
ah i see
18:53
jarhab[m]
will fix that
19:07
jarhab[m]
fixed most of the things
19:08
jarhab[m]
the deletion of the README was just git failing that i moved the file
19:08
jarhab[m]
but i cant manage to get the submodule to work :(
19:10
jarhab[m]
git is jus saying (at current master): `fatal: no submodule mapping found in .gitmodules for path 'axiom_beta_control_daemon/3rdParty/flatbuffers'` when i run `git submodule status`
19:10
jarhab[m]
can you reproduce this?
19:12
jarhab[m]
or we can ask BAndiT1983?
19:18
se6astian
hmm, I also have no clue I am afraid...
19:20
BAndiT1983
what is the problem? haven't followed chat for some time today
19:20
se6astian
github: axiom_beta_control_daemon/3rdParty/flatbuffers
19:20
se6astian
that is listed as "submodule"
19:20
se6astian
what does it mean?
19:21
se6astian
it has no content, no folder
19:21
BAndiT1983
it should pull it from my fork, as there were some extensions by me
19:22
BAndiT1983
this is accomplished by cmake while building
19:22
jarhab[m]
hm...
19:22
BAndiT1983
you have to init cmake, e.g. cmake .. or wherever your build folder is
19:22
BAndiT1983
afterwards build, e.g. make -j4 and it should pull flatbuffers
19:22
jarhab[m]
can you send a link to the repo so that i can simply re-init the submodule?
19:23
BAndiT1983
there is no submodule flatbuffers, it's handled through cmake
19:23
jarhab[m]
ah ok got it
19:23
jarhab[m]
so it is right, that it is just an empty folder?
19:24
BAndiT1983
yes
19:24
jarhab[m]
(because git thinks according to the gui https://github.com/apertus-open-source-cinema/beta-software/tree/master/axiom_beta_control_daemon/3rdParty that its a submodule ?!)
19:24
jarhab[m]
ok cool :)
19:25
BAndiT1983
hm, git never complained about that folder
19:25
jarhab[m]
can you try running ``git submodule status`?
19:26
BAndiT1983
have my VM not on and just looking briefly in the chat, but i'm wondering about submodule, maybe it was added by me before, but now it should be obsolete
19:27
se6astian
ok
19:27
se6astian
i ll merge for now
19:27
se6astian
if its required we can readd it
19:27
BAndiT1983
try to remove the folder for now, to test if it's still required
19:27
BAndiT1983
but i'M never doing submodule init, when i'm checking it out fresh
20:29
se6astian
off to bed
20:29
se6astian
good night
20:29
Bertl
nn
20:31
se6astian
changed nick to: se6astian|away
20:32
jarhab[m]
thanks :)
21:23
niemand
left the channel