*** tpb has joined #timvideos | 00:00 | |
*** futarisIRCcloud has joined #timvideos | 01:00 | |
*** SamSagaZ has joined #timvideos | 01:29 | |
*** SamSagaZ has quit IRC | 02:32 | |
*** SamSagaZ has joined #timvideos | 03:03 | |
*** CarlFK has joined #timvideos | 03:39 | |
*** ChanServ sets mode: +v CarlFK | 03:39 | |
mithro | futarisIRCcloud: Morning? | 03:46 |
---|---|---|
*** mithro sets mode: -v thaytan | 03:47 | |
*** mithro sets mode: -v techman83 | 03:47 | |
*** mithro sets mode: -v shenki | 03:47 | |
*** mithro sets mode: -v CarlFK | 03:47 | |
futarisIRCcloud | mithro: Hi. Nothing to add today. | 03:47 |
mithro | futarisIRCcloud: I forget where you got up too? | 03:47 |
mithro | shenki: Replicated getting things booting last night | 03:47 |
shenki | yep. got it booting | 03:48 |
shenki | then tried to clean up your device tree and kernel config | 03:48 |
shenki | and broke it | 03:48 |
futarisIRCcloud | Just looking at the timers, and hacking the openrisc timer out. You said you were going to put together a patch to disable the or1k timer in QEMU... | 03:48 |
shenki | i think i hve it booting again | 03:49 |
mithro | Yeah, I didn't get to it yesterday, I ended up taking the day off :-P | 03:49 |
mithro | BTW Is it QEMU, QEmu or qemu ? | 03:50 |
futarisIRCcloud | Fair enough. I only watched a video "Timekeeping in Linux kernel" today. | 03:51 |
futarisIRCcloud | QEMU | 03:51 |
CarlFK | sue | 03:52 |
CarlFK | https://lists.nongnu.org/archive/html/qemu-devel/2006-06/msg00488.html | 03:52 |
mithro | CarlFK: ? | 03:52 |
tpb | Title: Re: [Qemu-devel] pronunciation of Qemu (at lists.nongnu.org) | 03:52 |
futarisIRCcloud | :) | 03:53 |
CarlFK | "kee-moo", which I have to admit is kind of cute. -- I agree. I'm gonna try that from now on. | 03:53 |
futarisIRCcloud | Isn't "cute" how you pronounce Qt? | 03:54 |
CarlFK | heh | 03:56 |
*** rohitksingh_work has joined #timvideos | 04:01 | |
*** SamSagaZ has quit IRC | 04:31 | |
*** sb0 has quit IRC | 04:37 | |
*** futarisIRCcloud has quit IRC | 06:12 | |
mithro | _florent_: Morning | 07:11 |
_florent_ | mithro: hi | 07:11 |
_florent_ | I'm trying to play with what you've done with qemu / linux | 07:11 |
mithro | _florent_: Yeah - I've replied to your issue already :-P | 07:12 |
_florent_ | ok, going to look at that then! | 07:12 |
_florent_ | replied | 07:14 |
_florent_ | I'm using ubuntu-16.04.2 btw, is it fine? | 07:15 |
mithro | _florent_: Should be | 07:15 |
mithro | _florent_: I'm confused about why you are missing a "Using revision vxxxx" line | 07:16 |
_florent_ | I'm going to look at the build script | 07:16 |
mithro | Oh, I see how that might have happened | 07:16 |
mithro | _florent_: Can you check what is in build/gateware.rev ? | 07:18 |
_florent_ | mithro: it seems to be empty... | 07:19 |
mithro | _florent_: Pushing a fix | 07:20 |
_florent_ | ok thanks | 07:20 |
_florent_ | btw, I was trying to use the other method: Building inside HDMI2USB-litex-firmware | 07:20 |
*** tvCommitBot has joined #timvideos | 07:21 | |
tvCommitBot | [qemu-litex] mithro pushed 1 new commit to master: https://git.io/vSbuc | 07:21 |
tvCommitBot | qemu-litex/master 967dabc Tim 'mithro' Ansell: Overwrite gateware.rev if it is empty.... | 07:21 |
*** tvCommitBot has left #timvideos | 07:21 | |
_florent_ | and it seems setting the TARGET is not optional | 07:21 |
_florent_ | what's the target to use? | 07:21 |
*** sb0 has joined #timvideos | 07:23 | |
mithro | _florent_: At the top of the script it should set TARGET to "base" if you haven't got it set... | 07:24 |
mithro | _florent_: Did that patch fix it? | 07:26 |
_florent_ | yes the patch seems fine | 07:26 |
mithro | _florent_: What does the output look like now? | 07:26 |
_florent_ | for the isssue with the target: | 07:26 |
_florent_ | https://hastebin.com/eraxoyowid.rb | 07:26 |
mithro | _florent_: Ahh it seems that target is not optional because its only set in the Makefile stuff | 07:29 |
_florent_ | mithro: just go the qemu-litex working | 07:41 |
mithro | _florent_: Yay! | 07:41 |
_florent_ | mithro: from a fresh ubuntu install, it seems we need these packages: | 07:41 |
_florent_ | sudo apt-get install flex bison autoconf libtool | 07:41 |
_florent_ | it could be worth mentionning it in the reading or adding it to the scripts | 07:41 |
mithro | _florent_: Want to add that to the README? | 07:41 |
_florent_ | mithro: yes we should | 07:42 |
_florent_ | (I can, don't know if I'm able to push to this?) | 07:42 |
_florent_ | mithro: is there some README I can follow to test linux-litex? | 07:45 |
mithro | _florent_: Not yet | 07:45 |
mithro | _florent_: Process is get the "linux-hacks" branch of our qemu | 07:45 |
mithro | _florent_: Get linux-litex | 07:45 |
mithro | _florent_: Build linux-litex using the committed .config -- some environment stuff is needed here | 07:46 |
mithro | _florent_: Load it into qemu using gdb | 07:46 |
_florent_ | mithro: ok I'll have a quick look | 07:49 |
*** tvCommitBot has joined #timvideos | 07:56 | |
tvCommitBot | [qemu-litex] enjoy-digital pushed 1 new commit to master: https://git.io/vSbgx | 07:56 |
tvCommitBot | qemu-litex/master 67b98c0 Florent Kermarrec: README: add required packages for a fresh install | 07:56 |
*** tvCommitBot has left #timvideos | 07:56 | |
*** tvCommitBot has joined #timvideos | 08:31 | |
tvCommitBot | [qemu-litex] enjoy-digital pushed 1 new commit to master: https://git.io/vSbwJ | 08:31 |
tvCommitBot | qemu-litex/master f928aaa Florent Kermarrec: README.md: also add libpixman-1-dev package | 08:31 |
*** tvCommitBot has left #timvideos | 08:31 | |
*** futarisIRCcloud has joined #timvideos | 09:09 | |
*** sb0 has quit IRC | 09:50 | |
*** f15h has joined #timvideos | 10:07 | |
*** f15h has quit IRC | 10:10 | |
*** sb0 has joined #timvideos | 10:21 | |
*** sb0 has quit IRC | 11:17 | |
mithro | LiteX QEMU rebased onto master which compiles at runs at least on lm32 - https://github.com/mithro/qemu/tree/litex-master | 11:30 |
tpb | Title: GitHub - mithro/qemu at litex-master (at github.com) | 11:30 |
*** futarisIRCcloud has quit IRC | 11:42 | |
*** danielki has joined #timvideos | 12:15 | |
*** f15h has joined #timvideos | 12:20 | |
*** SamSagaZ has joined #timvideos | 12:48 | |
*** rohitksingh_work has quit IRC | 12:59 | |
*** danielki has quit IRC | 13:17 | |
*** SamSagaZ has quit IRC | 13:28 | |
*** rohitksingh has joined #timvideos | 13:36 | |
*** danielki has joined #timvideos | 13:55 | |
*** sb0 has joined #timvideos | 14:13 | |
*** danielki has quit IRC | 15:13 | |
*** danielki has joined #timvideos | 15:27 | |
*** danielki has quit IRC | 15:53 | |
*** danielki has joined #timvideos | 16:03 | |
*** CarlFK has quit IRC | 16:08 | |
*** danielki has quit IRC | 16:15 | |
*** danielki has joined #timvideos | 16:34 | |
*** SamSagaZ has joined #timvideos | 16:44 | |
*** CarlFK has joined #timvideos | 16:44 | |
*** ChanServ sets mode: +v CarlFK | 16:44 | |
*** danielki has quit IRC | 16:54 | |
*** danielki has joined #timvideos | 16:55 | |
*** danielki has quit IRC | 17:08 | |
*** SamSagaZ has quit IRC | 18:15 | |
*** SamSagaZ has joined #timvideos | 18:26 | |
*** SamSagaZ has quit IRC | 19:26 | |
*** CarlFK has quit IRC | 19:28 | |
*** SamSagaZ has joined #timvideos | 19:32 | |
*** SamSagaZ has quit IRC | 20:06 | |
*** SamSagaZ has joined #timvideos | 20:16 | |
*** f15h has quit IRC | 20:29 | |
*** SamSagaZ has quit IRC | 20:50 | |
*** SamSagaZ has joined #timvideos | 20:54 | |
*** CarlFK has joined #timvideos | 20:59 | |
*** ChanServ sets mode: +v CarlFK | 20:59 | |
*** SamSagaZ has quit IRC | 23:13 | |
*** SamSagaZ has joined #timvideos | 23:31 | |
*** SamSagaZ has quit IRC | 23:37 | |
*** CarlFK has quit IRC | 23:43 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!