*** tpb has joined #timvideos | 00:00 | |
*** CarlFK[m] has joined #timvideos | 00:07 | |
FelixVi | cr1901_modern: I assume you are busy - I am not sure how to proceed with the spi flash core | 00:09 |
---|---|---|
FelixVi | My thinking right now is that I can add a VHDL core that works and we could look at litex later if that's more convenient for you | 00:10 |
FelixVi | the other option is to llok at the bscan files - those appear to have a working spi flash interface in fhdl | 00:11 |
FelixVi | mithro: How do you usually simulate cores written in FHDL? | 00:13 |
mithro | FelixVi: You don't really | 00:13 |
FelixVi | so verification is through hardware testing? | 00:14 |
FelixVi | the cores I've made so far all have test benches so that you get some level of verification from that | 00:14 |
FelixVi | I'm wondering if one can do the same with the spi_flash cores here to see what's going on | 00:15 |
mithro | FelixVi: VHDL doesn't really have any simulators -- Verilog has Icarus and Verilator | 00:15 |
FelixVi | ghdl, isim, modelsim work for vhdl | 00:15 |
FelixVi | let me see if I can get verilog output files from litex | 00:16 |
mithro | We don't really use isim/modelsim -- you can generate the verilog and use your normal system | 00:17 |
FelixVi | uh - is all you get the top.v file? | 00:17 |
FelixVi | is there a command to just synthesize a core, but not the whole litex soc? | 00:22 |
mithro | FelixVi: yes | 00:27 |
mithro | FelixVi: You can generate verilog of any module log | 00:28 |
FelixVi | mithro: Is there any documentation for that? Or is the source the only guide? | 00:31 |
mithro | https://m-labs.hk/migen/manual/fhdl.html#conversion-for-synthesis | 00:32 |
FelixVi | sweet, thanks! | 00:32 |
*** jea[m] has joined #timvideos | 00:33 | |
cr1901_modern | Why do we need a separate flash core? I thought we got the litex core working. Why isn't saturn working _still_? | 01:05 |
FelixVi | cr1901_modern: because it doesn't boot from flash | 01:07 |
FelixVi | does not appear to be reading anything | 01:07 |
cr1901_modern | FelixVi: See DM | 01:08 |
cr1901_modern | FelixVi: Did you run "mkmscimg.py" by any chance? | 01:19 |
FelixVi | isn't that how the .bin file is generated from the toolchain? | 01:28 |
cr1901_modern | Oh it might be... | 01:28 |
* cr1901_modern needs to clean up his repositories and Atom projects... | 01:36 | |
cr1901_modern | FelixVi: I'll check the Makefile by the time you get home | 01:43 |
FelixVi | cr1901_modern: awesome, I think that part is fine - what bugs me is that it reads all one's from flash | 01:45 |
FelixVi | so we don't get to a point where a broken firmware file would matter | 01:46 |
cr1901_modern | I wonder if the boot address is wrong | 01:46 |
FelixVi | I tried 0x200000 with bios length of 0 | 01:46 |
FelixVi | and I think the address as well as upload addres in xc3sprog are byte offsets | 01:47 |
FelixVi | I'll take off now and should be back in a little bit | 01:48 |
cr1901_modern | FelixVi: Clearly you could always create a custom bitstream to dump relevant data for you, such as an SPIFlash dumper to test mem contents. >> | 01:48 |
cr1901_modern | There are things I could do here at home to verify that things are working | 01:48 |
cr1901_modern | erm, ignore that last msg | 01:48 |
FelixVi | yeah, that's why I wanted to synthesize the flash controller by itself | 01:48 |
cr1901_modern | But since we both value our time and mental health, I'd just use an FTDI breakout board and logic analyzer to probe the flash mem :P | 01:48 |
cr1901_modern | (which I have both of those at home) | 01:49 |
FelixVi | btw, I had no luck finding the right conversion.py in litex | 01:49 |
cr1901_modern | conversion.py? | 01:49 |
FelixVi | https://m-labs.hk/migen/manual/fhdl.html#conversion-for-synthesis | 01:49 |
FelixVi | it's convert.py, sorry | 01:49 |
cr1901_modern | there is no convert.pt | 01:49 |
FelixVi | I might look at that again when I get home | 01:50 |
cr1901_modern | from litex.fhdl.verilog import convert | 01:50 |
FelixVi | ah, so with that I can make a bitstream, put the spi_flash block on there and try to read out flash | 01:50 |
FelixVi | brb | 01:51 |
FelixVi | (as in about an hour) | 01:51 |
*** FelixVi has quit IRC | 01:51 | |
shenki | mithro: that branch appears to work for me. i forget what was failing; something to do with firmware-load I think | 02:17 |
shenki | mithro: i tested them atop the litex-linux branch | 02:22 |
shenki | mithro: are we going to merge that into master? | 02:23 |
mithro | shenki: maybe this weekend | 02:24 |
shenki | ok | 02:24 |
*** FelixVi has joined #timvideos | 02:43 | |
shenki | back on the ethernet driver, i never see READER_READY (0x24) set | 02:53 |
shenki | so we hang | 02:53 |
*** rohitksingh_work has joined #timvideos | 03:49 | |
mithro | shenki: does the current driver use that? | 03:54 |
shenki | yeah | 03:55 |
shenki | i found a bug; the address of the device had changed in the csr map | 03:55 |
shenki | need to automate the sync of those things so we don't get bitten by it | 03:55 |
*** sb0 has joined #timvideos | 04:10 | |
*** FelixVi2 has joined #timvideos | 04:14 | |
*** FelixVi has quit IRC | 04:17 | |
shenki | mithro: why did you disable the LEDs? | 04:28 |
shenki | i was using them for testing. is it okay to reenable them? | 04:28 |
shenki | ah, removing them is why my csr.h changed around | 04:28 |
mithro | shenki: so people could write their own drivers | 04:29 |
mithro | You can revert that commit | 04:29 |
shenki | ok | 04:29 |
shenki | you need to write better commit messages :) | 04:29 |
mithro | I had 10 people waiting on me to fix it :-P | 04:29 |
mithro | And someone wasn't there to entertain them | 04:29 |
cr1901_modern | mithro: https://logs.timvideos.us/%23timvideos/%23timvideos.2017-12-06.log.html#t2017-12-06T19:48:13 Thanks! Saturn is very minimal component, but it has _a lot_ of I/O, | 05:09 |
cr1901_modern | and differential pairs are matched. | 05:09 |
cr1901_modern | So if someone used PMODs (Saturn supports 3 double-PMODs AFAICT), like the ones I just randomly found here: https://github.com/mithro/pmod-hdmi | 05:09 |
tpb | Title: GitHub - mithro/pmod-hdmi: HDMI Expansion Modules compatible with the Pmod standard (at github.com) | 05:09 |
cr1901_modern | Saturn could be a good HDMI2USB board | 05:09 |
FelixVi2 | cr1901_modern: If you want a good board to add HDMI interfaces check out waxwing instead | 05:37 |
cr1901_modern | ENOMONEY | 05:37 |
FelixVi2 | similar I/O, but the connectors on them allow for proper impedance-matched connections all the way to the carrier board | 05:37 |
cr1901_modern | well, okay strictly not true, but it's the simplest explanation | 05:37 |
FelixVi2 | I'm just saying your signal integrity will be much better when you use a waxwing which might be important at higher resolution / fast pixel clocks | 05:38 |
FelixVi2 | saturn / waxwing are the same thing except for how you connect stuff to them - saturn comes with ft2232h on board but molex headers, waxwing without usb (use your own ez-sub fx2) + connectors rated for transmission lines | 05:40 |
FelixVi2 | either way, good night! | 05:41 |
*** FelixVi2 has quit IRC | 05:42 | |
CarlFK | mithro: I have a ubuntu box w/ Opsis hooked up - what/where is the download/flash thing? but before I flash it I should see what ver was just used and I don't have a term program so I am going to sleep. | 06:23 |
shenki | [53304.264156] usb usb1-port1: disabled by hub (EMI?), re-enabling... | 06:28 |
shenki | that's new | 06:28 |
*** sb0 has quit IRC | 07:16 | |
*** jea has quit IRC | 11:30 | |
*** jea has joined #timvideos | 11:30 | |
*** rohitksingh_work has quit IRC | 12:45 | |
*** rohitksingh has joined #timvideos | 13:26 | |
*** FelixVi has joined #timvideos | 14:06 | |
*** rohitksingh has quit IRC | 14:38 | |
*** froztbyte has quit IRC | 14:50 | |
*** juliusb has quit IRC | 14:50 | |
*** CarlFK[m] has quit IRC | 14:50 | |
*** msantana has quit IRC | 14:50 | |
*** medicalwei has quit IRC | 14:50 | |
*** Peetz0r has quit IRC | 14:50 | |
*** cr1901_modern has quit IRC | 14:50 | |
*** andi-m has quit IRC | 14:50 | |
*** shenki has quit IRC | 14:50 | |
*** Guest4752 has quit IRC | 14:51 | |
*** _florent_ has quit IRC | 14:51 | |
*** Ishan_Bansal has quit IRC | 14:51 | |
*** deeprave has quit IRC | 14:51 | |
*** shorne has quit IRC | 14:51 | |
*** ysionneau has quit IRC | 14:51 | |
*** micolous has quit IRC | 14:51 | |
*** hobbes- has quit IRC | 14:51 | |
*** CARAM___ has quit IRC | 14:51 | |
*** samsagaz has quit IRC | 14:51 | |
*** vys has quit IRC | 14:51 | |
*** tsukasa_au has quit IRC | 14:51 | |
*** xfxf has quit IRC | 14:51 | |
*** FelixVi has quit IRC | 14:51 | |
*** skay has quit IRC | 14:51 | |
*** felix_ has quit IRC | 14:52 | |
*** thaytan has quit IRC | 14:52 | |
*** mikal has quit IRC | 14:52 | |
*** abhas has quit IRC | 14:52 | |
*** techman83 has quit IRC | 14:52 | |
*** jea[m] has quit IRC | 14:52 | |
*** [d__d] has quit IRC | 14:52 | |
*** jea has quit IRC | 14:52 | |
*** CarlFK has quit IRC | 14:52 | |
*** tsglove has quit IRC | 14:52 | |
*** springermac has quit IRC | 14:52 | |
*** mcarden has quit IRC | 14:52 | |
*** tpb has joined #timvideos | 14:52 | |
*** CarlFK[m] has quit IRC | 14:53 | |
*** hyadez has joined #timvideos | 14:56 | |
*** Signotheque has joined #timvideos | 14:56 | |
*** olasd has joined #timvideos | 14:56 | |
*** tumbleweed has joined #timvideos | 14:56 | |
*** mithro has joined #timvideos | 14:56 | |
*** ivodd has joined #timvideos | 14:56 | |
*** jimmo has joined #timvideos | 14:56 | |
*** barjavel.freenode.net sets mode: +o mithro | 14:56 | |
*** tsukasa_au has joined #timvideos | 14:56 | |
*** xfxf has joined #timvideos | 14:56 | |
*** juliusb has joined #timvideos | 14:57 | |
*** froztbyte has joined #timvideos | 14:57 | |
*** FelixVi has joined #timvideos | 14:57 | |
*** jea has joined #timvideos | 14:57 | |
*** mikal has joined #timvideos | 14:57 | |
*** CarlFK has joined #timvideos | 14:57 | |
*** tsglove has joined #timvideos | 14:57 | |
*** skay has joined #timvideos | 14:57 | |
*** felix_ has joined #timvideos | 14:57 | |
*** thaytan has joined #timvideos | 14:57 | |
*** springermac has joined #timvideos | 14:57 | |
*** abhas has joined #timvideos | 14:57 | |
*** techman83 has joined #timvideos | 14:57 | |
*** barjavel.freenode.net sets mode: +vvvv CarlFK skay thaytan techman83 | 14:57 | |
*** [d__d] has joined #timvideos | 14:57 | |
*** Kripton has joined #timvideos | 14:57 | |
*** mcarden has joined #timvideos | 14:57 | |
*** bunnie has joined #timvideos | 14:57 | |
*** cyrozap has joined #timvideos | 14:57 | |
*** Joelw has joined #timvideos | 14:57 | |
*** paddatrapper has joined #timvideos | 14:57 | |
*** Kamilion has joined #timvideos | 14:57 | |
*** FelixVi has quit IRC | 15:04 | |
*** CarlFK[m] has joined #timvideos | 15:37 | |
*** rohitksingh has quit IRC | 16:12 | |
*** rohitksingh1 has joined #timvideos | 16:12 | |
*** jea[m] has joined #timvideos | 16:14 | |
*** FelixVi has joined #timvideos | 16:28 | |
abhas | Hi everyone -- need a bit of newbie help to update the firmware on an Opsis board. I have HDMI2USB-mode-switch installed and working. I have checked out the HDMI2USB-firmware-prebuilt. | 16:35 |
abhas | I'm confused about which firmware to flash. I understand I need a .hex file and a .bit file. I tried to run the opsis-flash.sh script (from the mode-switch repo) but that only flashes a very firmware onto the opsis board. | 16:35 |
abhas | I think I need to use opsis-manage-firmware to do the job and I need to pass the firmware files to it. So if someone can point out the syntax to use for this and which firmware files I should use, I can try that out. | 16:35 |
abhas | Additionally, I would be glad to document this in greater detail. | 16:35 |
*** CarlFK[m] has quit IRC | 16:41 | |
*** jea[m] has quit IRC | 16:41 | |
abhas | I am in the process of procuring 3 more boards where I will need to update the firmware like this. | 16:42 |
CarlFK | abhas: I can help in a bit.. | 16:47 |
CarlFK | like 30 min o so | 16:47 |
abhas | sure --- that'll be great... I'll wait. please take your time. | 16:48 |
CarlFK | a week ago the vm that builds ran out of disk so some builds were failing | 16:48 |
abhas | I have sdcc installed as well. I can try to do a build as well. | 16:49 |
CarlFK | mithro: ^^^ | 16:50 |
*** abhas has quit IRC | 17:04 | |
*** abhas has joined #timvideos | 17:07 | |
*** mh_ has joined #timvideos | 17:09 | |
*** mh_ has left #timvideos | 17:09 | |
*** CarlFK[m] has joined #timvideos | 17:57 | |
*** tsglove has quit IRC | 18:02 | |
*** CarlFK[m] has quit IRC | 18:07 | |
*** tsglove has joined #timvideos | 18:07 | |
mithro | abhas: Give this script a try -> https://github.com/mithro/HDMI2USB-mode-switch/blob/master/download-hdmi2usb-firmware.sh | 18:36 |
tpb | Title: HDMI2USB-mode-switch/download-hdmi2usb-firmware.sh at master · mithro/HDMI2USB-mode-switch · GitHub (at github.com) | 18:36 |
*** CarlFK[m] has joined #timvideos | 18:40 | |
CarlFK | mithro: https://github.com/mithro/HDMI2USB-mode-switch/blob/master/download-hdmi2usb-firmware.sh#L25 | 18:48 |
tpb | Title: HDMI2USB-mode-switch/download-hdmi2usb-firmware.sh at master · mithro/HDMI2USB-mode-switch · GitHub (at github.com) | 18:48 |
CarlFK | download-firmware.sh isn't the name of the script | 18:49 |
CarlFK | $0 or soemthing is | 18:49 |
CarlFK | want me to open an issue? | 18:49 |
abhas | trying it out now | 18:51 |
CarlFK | v0.0.3-1045-gccb30b9-dirty is what I used last weekend | 18:54 |
CarlFK | mithro: how do I set that as stable? | 18:55 |
abhas | I believe its via an env variable: PLATFORM=opsis TRACK=testing ./download-hdmi2usb-firmware.sh | 18:56 |
abhas | CarlFK: I've downloaded the unstable firmware. I see this file now: image-gateware+bios+firmware.bin | 18:59 |
abhas | Is this what I flash onto opsis? | 18:59 |
mithro | On a bus so will be in and out | 19:04 |
mithro | CarlFK: update the symlink at https://github.com/timvideos/HDMI2USB-firmware-prebuilt/tree/master/opsis/firmware | 19:08 |
tpb | Title: HDMI2USB-firmware-prebuilt/opsis/firmware at master · timvideos/HDMI2USB-firmware-prebuilt · GitHub (at github.com) | 19:08 |
*** jea[m] has joined #timvideos | 19:10 | |
abhas | CarlFK: I tried to run this command: sudo /usr/local/bin/hdmi2usb-mode-switch --flash-image image-gateware+bios+firmware.bin | 19:29 |
abhas | but it just gave me a bunch of errors. Before doing this, I did: sudo /usr/local/bin/hdmi2usb-mode-switch --mode jtag | 19:29 |
*** CarlFK[m] has quit IRC | 19:35 | |
*** jea[m] has quit IRC | 19:35 | |
CarlFK | abhas: nick mithro ^^^ | 19:39 |
mithro | abhas: You need to put all the errors in a pastebin and link it here | 19:39 |
CarlFK | also pastebin the command and the output | 19:39 |
abhas | sure | 19:40 |
abhas | CarlFK: This is the output: https://pastebin.com/N9HhbJH8 | 19:43 |
tpb | Title: [Bash] opsis flash output - Pastebin.com (at pastebin.com) | 19:43 |
CarlFK | abhas: don't tell me - tell mithro | 19:44 |
abhas | sure... | 19:44 |
abhas | mithro: I just tried to flash the opsis board with the latest pre-built firmware and got these errors with openocd: https://pastebin.com/N9HhbJH8 | 19:45 |
tpb | Title: [Bash] opsis flash output - Pastebin.com (at pastebin.com) | 19:45 |
CarlFK | DNA = 110000001100000011000000110000001100000011000000110000001 (0x181818181818181) | 19:46 |
CarlFK | that's an indication of something | 19:46 |
abhas | Is there any other compiled firmware that I can try to flash? | 19:54 |
CarlFK | try the same thing again | 19:56 |
CarlFK | I think that is one of the intermittent errors that magically go away after a 2nd or 3rd try | 19:56 |
*** mikal_ has joined #timvideos | 19:57 | |
abhas | I actually tried it thrice. The opsis board switches off and then needs to be power-cycled after that. | 19:58 |
abhas | Shall I try to compile HDMI2USB-litex-firmware? | 19:58 |
*** mikal has quit IRC | 19:59 | |
*** mikal has joined #timvideos | 20:02 | |
*** rohitksingh1 has quit IRC | 20:02 | |
*** rohitksingh has joined #timvideos | 20:03 | |
*** mikal_ has quit IRC | 20:03 | |
CarlFK | I don't think it will help with that | 20:04 |
abhas | What about the debconf and lca firmware directories? | 20:08 |
CarlFK | abhas: I think those are like forks or branches that were made as part of fiddling for those events long ago | 20:12 |
CarlFK | we don't have great procedures for tracking what works | 20:12 |
CarlFK | v0.0.3-1045-gccb30b9-dirty works, but there are 5 revs after, and the only reason I didn't try them was the build bot was having troubles | 20:13 |
abhas | I think its working now... I switched the mode between jtag and serial a few times and tried to flash the image again. | 20:22 |
abhas | Got some help from here: https://github.com/timvideos/HDMI2USB-mode-switch/issues/33 | 20:22 |
tpb | Title: Check for common issues when flashing · Issue #33 · timvideos/HDMI2USB-mode-switch · GitHub (at github.com) | 20:22 |
CarlFK | ah right - I did that last week. | 20:25 |
abhas | https://pastebin.com/hqZP8tqC | 20:26 |
tpb | Title: [Bash] Opsis flash successful - Pastebin.com (at pastebin.com) | 20:26 |
CarlFK | what OS / distro are you using? | 20:26 |
abhas | Ubuntu 16.04 | 20:26 |
abhas | but now the board doesn't boot up! | 20:26 |
CarlFK | how do you know? | 20:26 |
CarlFK | (I am guessing it did, you just don't see what you are expecting) | 20:27 |
abhas | The blue LED doesn't light up. No usb acm messages in dmesg. | 20:28 |
*** rohitksingh has quit IRC | 20:28 | |
CarlFK | let me go look at mine... brb | 20:28 |
CarlFK | pulled power, waited ~5 sec, power, blue came on, and about 5 sec later goes off. | 20:30 |
CarlFK | http://paste.ubuntu.com/26134912/ dmesg lsusb | 20:31 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 20:31 |
abhas | But then you do see the corresponding messages in dmesg and lsusb. | 20:32 |
abhas | Let me try to flash again and see if that helps | 20:33 |
CarlFK | what does lsusb show? | 20:33 |
CarlFK | my guess is you apt installed something (openocd?) that pulled in iso-jtag-something which has udev rules that mess things up | 20:34 |
abhas | So openocd installed only 1 set of udev rules which do not conflict with the ones that hdmi2usb installed. The opsis boards USB vendor ID is unique to the hdmi2usb udev rules file. | 20:38 |
abhas | I think the problem is that after flashing the board remains in the JTAG mode even after a power cycle. So this time, I switched the mode to serial. And now I get the BIOS prompt. | 20:42 |
CarlFK | the id changes | 20:42 |
CarlFK | thats progress | 20:42 |
CarlFK | try help and version | 20:43 |
CarlFK | working prompt looks like: H2U 00:00:16> | 20:44 |
abhas | http://paste.ubuntu.com/26134962/ | 20:44 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 20:44 |
abhas | Its still on the BIOS prompt. | 20:44 |
CarlFK | try memtest | 20:44 |
abhas | that fails too | 20:44 |
CarlFK | now you may want to try a different build | 20:45 |
abhas | Memtest shows errors | 20:45 |
abhas | sure. | 20:45 |
abhas | An older version works just fine. This is what I get now: http://paste.ubuntu.com/26135023/ | 20:57 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 20:58 |
CarlFK | progress | 20:58 |
abhas | :) Thanks a lot for the tip! | 20:58 |
CarlFK | v0.0.3-1045-gccb30b9-dirty works, | 20:59 |
CarlFK | see if you can find any after that | 20:59 |
CarlFK | 1045 is kinda what defines before/after | 20:59 |
abhas | right... because now I can't see any inputs or outputs | 21:00 |
CarlFK | er, also, what you have isn't what you want | 21:00 |
CarlFK | target: base | 21:00 |
CarlFK | that's why | 21:00 |
CarlFK | http://paste.ubuntu.com/26135054/ target: hdmi2usb | 21:01 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 21:01 |
abhas | it works now! | 21:08 |
abhas | v0.0.3-1045-gccb30b9-dirty is what I flashed and that's working fine | 21:09 |
abhas | Thanks a lot for your patience and help | 21:09 |
CarlFK | yay | 21:16 |
CarlFK | there should be a rev after that too | 21:16 |
CarlFK | the build bot was fixed, so I would hope part of that involved it building everything | 21:16 |
abhas | let me try the next revision as well | 21:20 |
abhas | the encoder continues to show 0fps and there is no output on the encoder -- neither from input0 nor from pattern. Would this be a firmware issue? | 21:21 |
CarlFK | im not sure what that number represents | 21:23 |
CarlFK | do you have something reading the uvc stream? | 21:23 |
CarlFK | oh right.. there is a bug here too... | 21:24 |
CarlFK | you have to stream video before you connect the serial console | 21:24 |
CarlFK | rmmod uvcvideo; modprobe uvcvideo | 21:25 |
CarlFK | that should get it un stuck | 21:25 |
abhas | I tried guvcview, mplayer, vlc -- none of them are able to talk to /dev/video0 | 21:25 |
abhas | let me try that out | 21:25 |
*** Guest4752 has quit IRC | 21:41 | |
*** puck has joined #timvideos | 21:44 | |
*** tsukasa_au has quit IRC | 21:45 | |
*** xfxf has quit IRC | 21:45 | |
*** tsukasa_au has joined #timvideos | 21:50 | |
*** xfxf has joined #timvideos | 21:50 | |
*** abhas has left #timvideos | 22:05 | |
*** paradisaeidae has joined #timvideos | 22:38 | |
*** tsukasa_au has quit IRC | 22:39 | |
*** xfxf has quit IRC | 22:39 | |
*** tsukasa_au has joined #timvideos | 22:44 | |
*** xfxf has joined #timvideos | 22:44 | |
*** puck is now known as Guest4752 | 23:34 | |
mithro | tumbleweed: ping? | 23:46 |
tumbleweed | mithro: pong | 23:46 |
mithro | tumbleweed: What are the outstanding issues you were trying to fix? | 23:47 |
tumbleweed | https://github.com/timvideos/HDMI2USB-litex-firmware/pull/341 https://github.com/timvideos/HDMI2USB-litex-firmware/pull/375 | 23:47 |
tpb | Title: Use CRLF line-endings by stefanor · Pull Request #341 · timvideos/HDMI2USB-litex-firmware · GitHub (at github.com) | 23:47 |
*** sb0 has joined #timvideos | 23:49 | |
mithro | tumbleweed: Can you rebase onto the latest and push them and then I promise to merge them this week | 23:50 |
tumbleweed | I can. But I can't test this evening, it'll only happen tomorrow | 23:50 |
tumbleweed | ah, master hasn't changed much, anyway. Maybe no testing needed | 23:51 |
tumbleweed | there, rebased | 23:54 |
tumbleweed | mithro: do you want a new PR for CR-LF, from my repo, so it gets travis builds? | 23:55 |
mithro | tumbleweed: BTW If you clone the prebuilt repo and add a GH_TOKEN to your travis, it will push to your *own* prebuilt repo... | 23:55 |
mithro | brb | 23:55 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!