*** tpb has joined #timvideos | 00:00 | |
CarlFK[m] | tumbleweed (IRC): https://gist.github.com/mithro/0cf9c15053e6f40c0d24b8d50bc44252 | 00:07 |
---|---|---|
tpb | Title: Script to download prebuilt firmware · GitHub (at gist.github.com) | 00:08 |
micolous[m] | jea: http://www.zytrax.com/books/ldap/ape/#objectclasses | 00:12 |
tpb | Title: Appendix E: LDAP - Object Classes and Attributes (at www.zytrax.com) | 00:12 |
rails[I] | :o | 00:12 |
rails[I] | I started getting spam after registering an OID | 00:12 |
rails[I] | :( | 00:12 |
*** ewen has joined #timvideos | 00:15 | |
mithro | ewen: https://github.com/kc8apf/prjxray-db-builder | 00:18 |
tpb | Title: GitHub - kc8apf/prjxray-db-builder: Docker container for building prjxray databases (at github.com) | 00:18 |
ewen | mithro: Looks like that one installs Vivado for every run. Which doesn't seem awesomely efficient. But maybe is the only option if you're running inside random CI infrastructure without Docker volume support? | 00:20 |
mithro | CarlFK[m] / tumbleweed: It looks like tumbleweed has permission to HDMI2USB-mode-switch repo | 00:21 |
tumbleweed | mithro: I find the current organisation in scripts in the mode-switch repo to be pretty strange | 00:23 |
mithro | tumbleweed: In what way? | 00:23 |
tumbleweed | that the bin dir is empty | 00:23 |
tumbleweed | the only way to use it is to have setup.py installed it | 00:23 |
tumbleweed | or hack your own things into bin | 00:23 |
tumbleweed | my normal approach would have been to have modules (like the hdmi2usb.modeswitch.cli one) that are the cli tools | 00:24 |
mithro | tumbleweed: https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/Makefile#L18-L37 | 00:24 |
tpb | Title: HDMI2USB-mode-switch/Makefile at master · timvideos/HDMI2USB-mode-switch · GitHub (at github.com) | 00:24 |
tumbleweed | and then have wrappers that call them for dev purposes in bin | 00:24 |
tumbleweed | that's all unbind stuff | 00:25 |
tumbleweed | i'm talking about the scripts | 00:25 |
mithro | tumbleweed: That is the only thing which uses the bin directory at the moment | 00:25 |
tumbleweed | https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/setup.py#L51-L57 | 00:25 |
tpb | Title: HDMI2USB-mode-switch/setup.py at master · timvideos/HDMI2USB-mode-switch · GitHub (at github.com) | 00:25 |
tumbleweed | also, why do we have so many names for the same script? | 00:25 |
mithro | tumbleweed: because they will probably become seperate scripts eventually | 00:26 |
tumbleweed | personally, I create a `bin/hdmi2usb-mode-switch` | 00:27 |
tumbleweed | so that I can test drive it from the git checkout | 00:27 |
mithro | tumbleweed: Never done that | 00:27 |
mithro | ewen: FYI -- https://www.wdj-consulting.com/blog/migen-port.html | 00:28 |
tpb | Title: WDJ - migen-port (at www.wdj-consulting.com) | 00:28 |
tumbleweed | mithro: how do you test changes you're making? | 00:28 |
mithro | tumbleweed: "make conda; export PATH=$PWD/conda/bin:$PATH" | 00:29 |
tumbleweed | that seems unnecessary for a simple python app | 00:29 |
tumbleweed | I do see the value for you of having similar setups for each thing, though | 00:29 |
mithro | tumbleweed: It gets you openocd and other depends | 00:32 |
mithro | tumbleweed: Once we get rid of the external program deps, then we can get rid of the conda stuff | 00:33 |
tumbleweed | OK | 00:33 |
*** rohitksingh-demo has joined #timvideos | 00:34 | |
mithro | Hey rohitksingh-demo | 00:42 |
mithro | rohitksingh-demo: For the multiple DDR on the galenta we will have to modify the bios to support training multiple controllers | 00:43 |
mithro | rohitksingh-demo: Can you also help ewen with adding the elbertv2 board if he gets stuck? | 00:43 |
rohitksingh-demo | mithro: okay. and one more issue, one first boot memtest fails for some reason, but if I hit reset button on galatea then memtest passes from then onwards....POR issue? | 00:44 |
rohitksingh-demo | mithro: sure! @ewev: ping me if you need any help | 00:44 |
mithro | rohitksingh-demo: I guess you don't have the quite right values for those constants | 00:45 |
rohitksingh-demo | * @ewen | 00:45 |
mithro | _florent_: It seems like you should teach a little class to rohitksingh-demo + felix_ on getting litedram working on new boards :-) | 00:45 |
rohitksingh-demo | mithro: then even the subsequent memtests should also fail right? btw those constants have same value as in Opsis, which uses same ddr3 as Galatea | 00:46 |
rohitksingh-demo | mithro/_florent_: I would love that | 00:46 |
mithro | rohitksingh-demo: I think if you are very close to being right then it would be possible for the behaviour you are seeing | 00:47 |
mithro | rohitksingh-demo: I think the values are dependent on both the layout on the board and the DDR memory type -- but I'm no expert here | 00:47 |
rohitksingh-demo | mithro: mmm.... _florent_ could help here....as of current status, Galatea's both DDR3s work after manual reset of board after programming the bistream | 00:48 |
*** shorne_ has joined #timvideos | 00:52 | |
*** shorne has quit IRC | 00:54 | |
mithro | rohitksingh-demo: I think the priority should be getting the the basics work on the other boards working + the yosys in litex stuff? | 00:55 |
ewen | mithro: re migen-port.html: Thanks, that looks like useful info | 00:57 |
rohitksingh-demo | mithro: by basics you means just LM32/or1k or ddr3 too? btw how can we tell yosys about xilinx primitives (DNA port, JTAG, etc)? | 00:57 |
mithro | rohitksingh-demo: Yosys already know about them for Series 7 devices | 00:57 |
rohitksingh-demo | mithro: okay, that's good news | 00:58 |
mithro | rohitksingh-demo: Not for the Spartan 6 however | 01:04 |
mithro | So lets start with the series-7 devices | 01:04 |
rohitksingh-demo | mithro: yup! | 01:04 |
mithro | rohitksingh-demo: https://github.com/YosysHQ/yosys/issues/448 | 01:05 |
tpb | Title: Spartan 3/6 support with ISE backend? · Issue #448 · YosysHQ/yosys · GitHub (at github.com) | 01:05 |
mithro | rohitksingh-demo: Maybe do the Neso first? | 01:07 |
rohitksingh-demo | mithro: nice! yeah, I'll add Neso first | 01:08 |
mithro | rohitksingh-demo: BTW You should add the extra boads to the travis config... | 01:12 |
rohitksingh-demo | mithro: I need help with Galatea makefile first...it is a mess currently :p | 01:18 |
rohitksingh-demo | mithro: https://github.com/rohitk-singh/HDMI2USB-litex-firmware/commit/02746dd136960779c8469f7ea6a5c4f12d213bef | 01:19 |
tpb | Title: platforms/galatea: add base target · rohitk-singh/HDMI2USB-litex-firmware@02746dd · GitHub (at github.com) | 01:19 |
rohitksingh-demo | Need to fix it to an appropriate one | 01:19 |
mithro | rohitksingh-demo: Need to fix this -> https://github.com/rohitk-singh/HDMI2USB-litex-firmware/blob/master/.travis.yml#L58-L60 | 01:20 |
tpb | Title: HDMI2USB-litex-firmware/.travis.yml at master · rohitk-singh/HDMI2USB-litex-firmware · GitHub (at github.com) | 01:20 |
rohitksingh-demo | mithro: Just adding "Not support" and returning "False" should be fine right? | 01:20 |
mithro | rohitksingh-demo: Can you use openocd with galenta? | 01:21 |
jea | CarlFK: https://veyepar.nextdayvideo.com/main/C/lca/S/lca2018.json | 01:21 |
mithro | rohitksingh-demo: https://github.com/rohitk-singh/HDMI2USB-litex-firmware/blob/master/targets/arty/Makefile.mk | 01:21 |
tpb | Title: HDMI2USB-litex-firmware/Makefile.mk at master · rohitk-singh/HDMI2USB-litex-firmware · GitHub (at github.com) | 01:21 |
rohitksingh-demo | mithro: no...Galatea needs external Xilinx JTAG...can use xc3sprog probably | 01:21 |
mithro | https://github.com/rohitk-singh/HDMI2USB-litex-firmware/blob/master/targets/mimasv2/Makefile.mk | 01:22 |
tpb | Title: HDMI2USB-litex-firmware/Makefile.mk at master · rohitk-singh/HDMI2USB-litex-firmware · GitHub (at github.com) | 01:22 |
mithro | rohitksingh-demo: https://github.com/rohitk-singh/HDMI2USB-litex-firmware/blob/master/targets/nexys_video/Makefile.mk | 01:22 |
tpb | Title: HDMI2USB-litex-firmware/Makefile.mk at master · rohitk-singh/HDMI2USB-litex-firmware · GitHub (at github.com) | 01:22 |
rohitksingh-demo | mithro: Yeah I was thinking of going the nexys_video way. thanks | 01:23 |
mithro | rohitksingh-demo: I think we should replace the openocd ones with the nexys_video style.... | 01:23 |
mithro | xobs: https://travis-ci.org/timvideos/conda-hdmi2usb-packages | 01:49 |
xobs | mithro: The WSL bug is https://github.com/Microsoft/WSL/issues/1462 | 01:53 |
tpb | Title: Segmentation Fault using a gcc cross compiler · Issue #1462 · Microsoft/WSL · GitHub (at github.com) | 01:53 |
mithro | tumbleweed: Can you link me when vsyscall usage was removed from glibc? | 01:53 |
*** Ishan_Bansal has quit IRC | 01:57 | |
*** CarlFK[m] has quit IRC | 01:57 | |
*** cyrozap has quit IRC | 01:57 | |
*** TimGremalm has quit IRC | 01:57 | |
*** cyrozap has joined #timvideos | 01:58 | |
*** TimGremalm has joined #timvideos | 01:58 | |
*** Ishan_Bansal has joined #timvideos | 01:58 | |
*** CarlFK[m] has joined #timvideos | 01:59 | |
ewen | mithro: Is there a Makefile target that just rebuilds the BIOS? "make gateware" obviously does, but unconditionally builds the gateware which takes... minutes | 02:02 |
ewen | Looks like "make firmware" is sufficient for "test compile" | 02:04 |
CarlFK[m] | rohitksingh-demo (IRC): I saw an im invite but no data | 02:06 |
mithro | ewen: Yeah | 02:08 |
rohitksingh-demo | CarkFK[m]: Okay, so 3 issues so far: 1. FTDI drivers blacklisted 2. Shallow clone of HDMI2USB-litex-firmware repo, which results in build failure due to `git describe` failing to work. and finally 3. Apt proxy issue, which I guess was just temporary hack due to Wifi issue | 02:08 |
mithro | rohitksingh-demo: Might be good to merge https://github.com/timvideos/HDMI2USB-litex-firmware/pull/381 this too | 02:09 |
tpb | Title: saturn: adding platform and base target by FelixVi · Pull Request #381 · timvideos/HDMI2USB-litex-firmware · GitHub (at github.com) | 02:09 |
rohitksingh-demo | mithro: yeah, I'll merge into more-boards branch of my repo | 02:10 |
mithro | rohitksingh-demo: Awesome! | 02:10 |
tumbleweed | mithro: https://lwn.net/Articles/446528/ | 02:14 |
tpb | Title: On vsyscalls and the vDSO [LWN.net] (at lwn.net) | 02:14 |
tumbleweed | mithro: basically glibc 1.14 stopped using vsyscall | 02:14 |
mithro | tumbleweed: I put that in the github issue already | 02:15 |
tumbleweed | mithro: also relevant: http://bugs.debian.org/852620 | 02:15 |
tpb | Title: #852620 - linux: activate CONFIG_LEGACY_VSYSCALL_NONE ? - Debian Bug report logs (at bugs.debian.org) | 02:15 |
CarlFK[m] | rohitksingh-demo (IRC): fixed, fixed and moo | 02:17 |
*** sarah__ has joined #timvideos | 02:18 | |
rohitksingh-demo | CarlFK[m]: Thank you so much! :) | 02:18 |
*** sarah__ has quit IRC | 02:19 | |
CarlFK[m] | rohitksingh-demo (IRC): shallow was becuase I didn't want 10gig of prebuilt and it neither helped nor is relevant now that mithro (IRC) has written a downloader | 02:19 |
mithro | xobs: Did you find the lm32 compiler in there? | 02:32 |
xobs | mithro: Not yet. I just see scripts to build it from scratch. | 02:33 |
mithro | xobs: Oh - yeah that is what I was sharing :-P | 02:40 |
mithro | xobs: You can see from https://github.com/timvideos/conda-hdmi2usb-packages/blob/master/lm32/gcc-nostdc/meta.yaml that we just get gcc from upstream though... | 02:40 |
tpb | Title: conda-hdmi2usb-packages/meta.yaml at master · timvideos/conda-hdmi2usb-packages · GitHub (at github.com) | 02:40 |
mithro | xobs: url: ftp://ftp.gnu.org/gnu/gcc/gcc-5.4.0/gcc-5.4.0.tar.bz2 | 02:41 |
mithro | ewen: Merged! | 02:43 |
CarlFK[m] | tumbleweed (IRC): curl "http://localhost:8080/main/C/test_client/S/test_show.json?fields=foo&fields=bar" | 02:54 |
jea | CarlFK: https://stackoverflow.com/questions/19445545/django-models-add-property-in-json | 03:16 |
tpb | Title: Django Models - Add property in JSON - Stack Overflow (at stackoverflow.com) | 03:16 |
jea | i like sundials | 03:21 |
CarlFK[m] | https://github.com/CarlFK/video-stack-bin-chicken | 03:26 |
tpb | Title: GitHub - CarlFK/video-stack-bin-chicken (at github.com) | 03:26 |
*** ivodd has quit IRC | 03:32 | |
*** ivodd has joined #timvideos | 03:32 | |
mithro | rohitksingh-demo: https://github.com/enjoy-digital/litex/pull/53 | 03:45 |
tpb | Title: Support forcing colorama colors on. by mithro · Pull Request #53 · enjoy-digital/litex · GitHub (at github.com) | 03:45 |
rohitksingh-demo | mithro: awesome! I'll test it | 03:49 |
mithro | rohitksingh-demo: https://github.com/timvideos/HDMI2USB-litex-firmware/pull/397/files | 03:49 |
tpb | Title: Makefile: Colors work now! by mithro · Pull Request #397 · timvideos/HDMI2USB-litex-firmware · GitHub (at github.com) | 03:49 |
rohitksingh-demo | mithro: Yay! you have already tested it and created PR | 03:50 |
mithro | yeap! | 03:50 |
mithro | rohitksingh-demo: This is kind of interesting -> https://jkridner.wordpress.com/2018/01/17/building-a-device-tree-overlay-for-your-new-pocketcape-design/ | 03:55 |
tpb | Title: Building a device tree overlay for your new PocketCape design Beagle Blogger (at jkridner.wordpress.com) | 03:55 |
rohitksingh-demo | mithro: confirmed the pull request changes to be working, after litex submodule is updated \o/ | 03:58 |
rohitksingh-demo | mithro: did he just write that yesterday itself! reading it right now | 03:58 |
mithro | ewen: I think we should just use the non-privileged port by default? | 04:01 |
rohitksingh-demo | mithro: https://github.com/timvideos/HDMI2USB-litex-firmware/pull/397#issuecomment-358531084 | 04:05 |
tpb | Title: Makefile: Colors work now! by mithro · Pull Request #397 · timvideos/HDMI2USB-litex-firmware · GitHub (at github.com) | 04:05 |
*** samsagaz has joined #timvideos | 04:40 | |
*** sb0 has quit IRC | 04:41 | |
mithro | xobs: http://dmitry.gr/index.php?r=05.Projects&proj=25.%20VMU%20Hacking | 04:47 |
tpb | Title: Dmitry.GR (at dmitry.gr) | 04:47 |
mithro | ONE MORE THING: uM23 ! (that's right! A full ARM Cortex-M23 emulator in VMU assembly!) | 04:48 |
mithro | Structure | 04:50 |
mithro | The structure of uM23 is pretty simple. The main CPU emulation code is in core.s. This implements the instruction decoding and execution. | 04:50 |
*** samsagaz has quit IRC | 04:55 | |
rohitksingh-demo | mithro/sb0: :p https://github.com/m-labs/misoc/commit/6cb4c4fc2cc19e62accccdd222db036f8504d7ac | 05:12 |
tpb | Title: sayma: ditto clk50. ultrascale, ultrabloat, ultrabug! · m-labs/misoc@6cb4c4f · GitHub (at github.com) | 05:12 |
mithro | rohitksingh-demo: Colors should now be merged! | 05:30 |
rohitksingh-demo | mithro: saw that, thanks! litex one too? | 05:32 |
mithro | rohitksingh-demo: Yes | 05:33 |
rohitksingh-demo | mithro: pr stills look open https://github.com/enjoy-digital/litex/pull/53 | 05:35 |
tpb | Title: Support forcing colorama colors on. by mithro · Pull Request #53 · enjoy-digital/litex · GitHub (at github.com) | 05:35 |
CarlFK[m] | jea: coming soon [{"location": "test loc", "name": "Let's make a Test", "location_slug": "test_loc"}] | 05:43 |
mithro | rohitksingh-demo: Are the colors working for you now? | 05:48 |
rohitksingh-demo | mithro: yes they are | 05:49 |
rohitksingh-demo | mithro: had tested your pull request itself, not the master after merging | 05:50 |
*** rails[I] has quit IRC | 05:58 | |
*** sb0 has joined #timvideos | 06:08 | |
rohitksingh-demo | xobs, mithro: fpga_nugga seems to agree with you guys :p https://twitter.com/fpga_nugga/status/953874099700490240 | 06:23 |
mithro | rohitksingh-demo: How are things going? Got the Saturn stuff from FelixVi going? | 07:32 |
rohitksingh-demo | mithro: neso stuff done....was just going to grab Neso for testing | 07:34 |
rohitksingh-demo | mithro: haven't tested saturn stuff from felix...will do that after neso testing | 07:34 |
ewen | mithro: rohitksingh-demo: https://github.com/ewen-naos-nz/litex-buildenv/tree/numato-elbert-v2 has first cut at Elbert v2 config tool (tested) and platforms file (untested) | 07:39 |
tpb | Title: GitHub - ewen-naos-nz/litex-buildenv at numato-elbert-v2 (at github.com) | 07:40 |
ewen | mithro: I think the next thing is a targets directory, for which I have a plausible Makefile but am unclear on what should be in *.py files | 07:40 |
mithro | ewen: I created a "WIP" pull request at https://github.com/timvideos/litex-buildenv/pull/12 | 07:41 |
mithro | Just so I could see what you changed :-P | 07:41 |
tpb | Title: WIP: Numato Elbert V2 support by mithro · Pull Request #12 · timvideos/litex-buildenv · GitHub (at github.com) | 07:41 |
mithro | ewen: Looking pretty good! | 07:42 |
rohitksingh-demo | mithro: you know how to configure ft2232 channels in linux? else do we know any Windows (Virtual) Machine here? | 08:00 |
mithro | rohitksingh-demo: I came across this with the pipistrello.... | 08:01 |
rohitksingh-demo | neso and saturn by default with FT2232 Channel-B in FIFO 245 mode....we need to change it to UART | 08:01 |
mithro | The one person who has a Windows computer is sitting right next to me :-P | 08:01 |
mithro | rohitksingh-demo: https://sigrok.org/bugzilla/show_bug.cgi?id=1020 | 08:01 |
rohitksingh-demo | yup, that also I was thinking :p xobs is needed here! | 08:02 |
tpb | Title: 1020 Pipistrello-ols only works when FTDI chip is in FIFO mode (at sigrok.org) | 08:02 |
mithro | rohitksingh-demo: https://sigrok.org/bugzilla/attachment.cgi?id=330&action=edit | 08:02 |
mithro | http://forum.gadgetfactory.net/topic/1864-fpga-as-usb-pia/ | 08:02 |
tpb | Title: Attachment 330 Details for Bug 1020 Mode configuration for FTDI chip (at sigrok.org) | 08:02 |
tpb | Title: FPGA as USB PIA - Pipistrello - Gadget Factory Forum (at forum.gadgetfactory.net) | 08:03 |
mithro | rohitksingh-demo: Apparently past-me said | 08:03 |
mithro | It would be good to port setmode to libftdi rather than the proprietary libftd2xx library. It should be pretty easy to port but I didn't want change too many things at once and when I got the setmode working with libftd2xx on Linux the motivation to do the porting rapidly dissipated :-P | 08:03 |
rohitksingh-demo | mithro: http://forum.gadgetfactory.net/topic/1864-fpga-as-usb-pia/ I need account to download .tar.gz file from there | 08:05 |
rohitksingh-demo | :/ | 08:05 |
mithro | rohitksingh-demo: Hold on a sec | 08:05 |
tpb | Title: FPGA as USB PIA - Pipistrello - Gadget Factory Forum (at forum.gadgetfactory.net) | 08:05 |
mithro | 55b8f7ee19bbd17ebcdad23294df75e1 setmode.tar.gz | 08:07 |
mithro | http://hopper.mithis.com/~tim/setmode.tar.gz | 08:07 |
mithro | No guarentees that it doesn't eat your computer | 08:07 |
mithro | rohitksingh-demo: ^ | 08:07 |
rohitksingh-demo | mithro: haha, thanks! | 08:08 |
*** CarlFK has quit IRC | 08:09 | |
*** CarlFK has joined #timvideos | 08:10 | |
*** ChanServ sets mode: +v CarlFK | 08:10 | |
rohitksingh-demo | mithro: code for some reason isn't able to open ftdi device | 08:14 |
mithro | rohitksingh-demo: Error message? | 08:14 |
rohitksingh-demo | mithro: is it due to x86? error message -> "Error! Can't find Pipistrello board" btw I did change description string | 08:15 |
rohitksingh-demo | also tried with normal open() function instead of openEx() | 08:15 |
mithro | rohitksingh-demo: I'm guessing you have ftdi_sio bound to the device | 08:15 |
rohitksingh-demo | mithro: yeah, that is true...let me remove it | 08:16 |
rohitksingh-demo | thanks | 08:16 |
ewen | mithro: rohitksingh-demo: I've pushed my "copy mimasv2 and delete things which don't seem important to elbertv2" platform definition WIP to GitHub; visible in, eg, https://github.com/timvideos/litex-buildenv/pull/12 (that mithro created). If one of you had time to look at it in the next 12-24 hours and point out all the bits I don't understand that'd probably be quicker than me fighting with trial and | 08:31 |
ewen | error.... :-) | 08:31 |
tpb | Title: WIP: Numato Elbert V2 support by mithro · Pull Request #12 · timvideos/litex-buildenv · GitHub (at github.com) | 08:31 |
*** ewen has quit IRC | 08:35 | |
*** futarisIRCcloud has quit IRC | 08:47 | |
*** futarisIRCcloud has joined #timvideos | 08:49 | |
mithro | rohitksingh-demo: Could you look at http://openocd.zylin.com/#/c/4353/ ? | 08:59 |
tpb | Title: Gerrit Code Review (at openocd.zylin.com) | 09:00 |
rohitksingh-demo | mithro: yup....let me confirm | 09:01 |
mithro | cr1901_modern: Thanks to your change it looks like we might be able to move to Python 3.6! --> https://travis-ci.org/mithro/HDMI2USB-litex-firmware/builds/330207899 | 09:04 |
*** Kamilion has quit IRC | 09:05 | |
mithro | rohitksingh-demo: We should test if the python3.6 builds here -> https://github.com/mithro/HDMI2USB-firmware-prebuilt/tree/master/archive/python3.6/v0.0.4-92-g057034c | 09:05 |
tpb | Title: HDMI2USB-firmware-prebuilt/archive/python3.6/v0.0.4-92-g057034c at master · mithro/HDMI2USB-firmware-prebuilt · GitHub (at github.com) | 09:05 |
*** Kamilion has joined #timvideos | 09:16 | |
mithro | rohitksingh-demo: Do you know what is happening for dinner? | 09:18 |
rohitksingh-demo | mithro: no idea | 09:20 |
rohitksingh-demo | mithro: try hangouts? | 09:20 |
*** Sigyn has quit IRC | 09:22 | |
cr1901_modern | mithro: Yaaaay :D. Also thank FelixVi, since he was the reason I was motivated to add it in the first place | 09:26 |
cr1901_modern | rohitksingh-demo: Looks like he passed off the saturn work to you? | 09:26 |
cr1901_modern | (Flash is broken on saturn for hdmi2usb) | 09:26 |
*** CarlFK has quit IRC | 09:27 | |
*** Sigyn has joined #timvideos | 09:28 | |
rohitksingh-demo | cr1901_modern: actually his laptop broke, so I'm testing it in the moment :) | 09:30 |
cr1901_modern | Ouch :(. Please keep me informed how it goes. I feel bad, but I had to eventually take a break from adding all the features/bug fixes he required for my own health | 09:34 |
*** pschulz01 has joined #timvideos | 09:47 | |
*** CarlFK has joined #timvideos | 09:47 | |
*** ChanServ sets mode: +v CarlFK | 09:47 | |
pschulz01 | What does 'HLS' mean? (Please don't kick me out of the tutorial.) | 09:48 |
*** pschulz01 has left #timvideos | 09:54 | |
rohitksingh-demo | pschulz01: High Level Synthesis...you probably got that from "Vivado HLS" | 09:55 |
rohitksingh-demo | cr1901_modern: no issues...we are targeting to get saturn + neso + galatea preliminary support | 09:56 |
*** pschulz01 has joined #timvideos | 09:56 | |
rohitksingh-demo | pschulz01: hi! | 09:56 |
pschulz01 | rohitksingh-demo: Greetings.. just needed to reboot as per time instructions | 09:58 |
rohitksingh-demo | pschulz01: greetings! I answered your question, but I guess you didn't get them. So, here is it again. HLS=High Level Synthesis...you probably got that from "Vivado HLS" | 10:02 |
*** pschulz01 has left #timvideos | 10:05 | |
*** pschulz01 has joined #timvideos | 10:12 | |
rohitksingh-demo | mithro: fxload firmware load successful! trying to get openocd to work with that | 10:52 |
rohitksingh-demo | mithro: any sample .bitfile (like micropython) for mimasv2? | 11:15 |
mithro | rohitksingh-demo: The prebuilt repo? | 11:20 |
rohitksingh-demo | mithro: any prebuilt bitstream for mimasv2....just want to try programming....openocd is working with Xilinx Platform Cable, with usbjtab-xpc_x.hex firmware and I'm able to read Spartan6 lx9 IDCODE as well as DNA using openocd | 11:22 |
rohitksingh-demo | mithro: and you can approve that openocd commit....although it just edits the comment, and the previous comment was also correct semantically | 11:23 |
*** pschulz01 has quit IRC | 11:23 | |
rohitksingh-demo | mithro: Its just that xilinx have official retired original Platform cable (you can say version 1) | 11:23 |
rohitksingh-demo | mithro: and we don't have any Platform Cable USB II to test | 11:24 |
rohitksingh-demo | mithro: only the clone ones, which are based on version 1 schematic | 11:24 |
rohitksingh-demo | next what? would you like to check out the neso output? | 11:25 |
mithro | xobs: https://github.com/ChibiOS/ChibiOS-Contrib/compare/master...mithro:master | 11:25 |
mithro | rohitksingh-demo: Sure | 11:26 |
tpb | Title: Comparing ChibiOS:master...mithro:master · ChibiOS/ChibiOS-Contrib · GitHub (at github.com) | 11:26 |
xobs | Neat! It's a start. | 11:28 |
*** pschulz01 has joined #timvideos | 11:59 | |
*** CarlFK has quit IRC | 12:11 | |
*** pschulz01 has quit IRC | 12:49 | |
*** CarlFK has joined #timvideos | 13:23 | |
*** ChanServ sets mode: +v CarlFK | 13:23 | |
*** sb0 has quit IRC | 13:27 | |
mithro | xobs: can you try installing http://hopper.mithis.com/~tim/gcc-lm32-elf-nostdc-5.4.0-20180118_135943.tar.bz2 | 14:04 |
mithro | https://www.irccloud.com/pastebin/qQkiBvf1/ | 14:12 |
tpb | Title: Snippet | IRCCloud (at www.irccloud.com) | 14:12 |
rohitksingh-demo | mithro: where is this fix going to go? It uses args passed to make.py | 14:14 |
mithro | Hrm? | 14:15 |
mithro | In HDMI2USB-litex-firmware ? | 14:15 |
*** rohitksingh-demo has quit IRC | 14:35 | |
*** futarisIRCcloud has quit IRC | 14:37 | |
*** sb0 has joined #timvideos | 14:39 | |
*** rohitksingh-demo has joined #timvideos | 14:41 | |
*** rohitksingh-demo has quit IRC | 14:55 | |
mithro | xobs: try this -> http://hopper.mithis.com/~tim/gcc-lm32-elf-nostdc-5.4.0-20180118_145621.tar.bz2 | 15:02 |
*** bjoernq has quit IRC | 17:22 | |
cr1901_modern | mithro: This is just a generic comment, but make sure the SD cards you use for the upcoming conference are at least UHS-I (they will have a Roman numeral "I" next to the SD card logo): https://www.sdcard.org/developers/overview/bus_speed/index.html | 19:55 |
tpb | Title: Bus Speed (Default Speed/ High Speed/ UHS) - SD Association (at www.sdcard.org) | 19:55 |
cr1901_modern | _florent_: We should support lower bus speeds (the firmware is hardcoded to choose SDR104). Not sure the easiest way to detect this atm | 19:56 |
cr1901_modern | the litesdcard firmware* | 19:56 |
cr1901_modern | (Note to self: Prob easiest fix is to use CMD6 in Mode 0 and check the highest speed supported) | 20:22 |
CarlFK[m] | im just now getting up - coffee shop at 8:30 mabye | 20:57 |
*** CarlFK has quit IRC | 21:57 | |
micolous[m] | Hackfest room is unlocked now. | 23:11 |
*** CarlFK has joined #timvideos | 23:58 | |
*** ChanServ sets mode: +v CarlFK | 23:58 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!