Sunday, 2018-09-09

*** tpb has joined #timvideos00:00
shornemithro: the gcc works with newlib and musl00:05
shorneI provide binaries for all 3 (including the kernel / nolib)00:05
shornemithro: I mainly just use busybox only, so far00:06
shorneI would like to try yocto or something00:06
CarlFKmithro: http://paste.ubuntu.com/p/X7N4zPvrjw/  (don't look yet, testing...)00:09
tpbTitle: Ubuntu Pastebin (at paste.ubuntu.com)00:09
CarlFKmithro: now you can look - my test runs look like what I would expect00:57
CarlFK stuff like:    assert len(bios_data) < make.BIOS_SIZE AssertionError00:58
CarlFK00:58
CarlFKmithro: I should commit and push that code, right ?  this code:  http://paste.ubuntu.com/p/X7N4zPvrjw/00:58
tpbTitle: Ubuntu Pastebin (at paste.ubuntu.com)00:58
mithroCarlFK: I merged that fix00:59
mithroCarlFK: you can rebase and force push over your pull request...01:01
CarlFKmithro: how is that different than committing my current edits?01:02
mithroCarlFK: It'll make sure you have the latest patches01:06
mithroCarlFK: You should generally do "git fetch upstream; git rebase -i upstream/master; git push origin mybranch --force"01:07
*** ewen has joined #timvideos01:08
mithroHey ewen!01:08
ewenmithro: Hi.  I'm actually logged into IRC to do some other things... but have been "reading along" with IRC progress here too.01:09
mithroewen: Cool01:09
mithroI think I'm going to give up for the day and go watch some TV01:27
mithrohave a good evening everyone01:27
cr1901_modernwhat is this "TV" you speak of?01:31
*** nrossi has joined #timvideos03:26
CarlFKmithro: TV time is over.  Bob needs help getting the RustyLove3000 qemu to build :p03:32
*** ewen has quit IRC04:56
*** rohitksingh has joined #timvideos05:13
*** tinyfpga has joined #timvideos06:05
*** Shari2 has joined #timvideos07:40
Shari2Hi.07:40
CarlFK[m]Shari2: hi08:34
*** CarlFK has quit IRC08:50
*** Shari2 has quit IRC09:03
*** rohitksingh has quit IRC09:37
*** Shari2 has joined #timvideos11:05
*** mauz555 has joined #timvideos11:51
*** jimmy__ has joined #timvideos11:55
*** mauz555 has quit IRC11:56
*** jimmy__ has quit IRC12:16
*** jimmy__ has joined #timvideos12:16
*** mauz555 has joined #timvideos12:20
mauz555CarlFK: https://pastebin.com/t9VLQeU912:32
tpbTitle: https://github.com/timvideos/litex-buildenv/wiki/HowTo-LCA2018-FPGA-Miniconf -- - Pastebin.com (at pastebin.com)12:32
mauz555CarlFK: the 'make image' step triggers a python error12:33
*** mauz555 has quit IRC12:37
*** mauz555 has joined #timvideos12:37
*** mauz555 has quit IRC12:39
*** mauz555 has joined #timvideos12:39
*** mauz555 has quit IRC12:40
*** mauz555 has joined #timvideos12:40
*** mauz555 has quit IRC12:56
*** mauz555 has joined #timvideos12:59
fitzsimmithro: is there a way to get plain text out of that google docs link?13:01
fitzsimmithro: it seems to be forcing JavaScript13:01
fitzsimmithro: anyway, meta-hdl is a standard Yocto meta layer13:01
*** mauz555 has quit IRC13:02
fitzsimmithro: if you're wanting to build it, I'd say start with building Poky for something easy, like MACHINE=qemuarm13:02
fitzsimgit clone git://git.yoctoproject.org/poky13:03
fitzsimcd poky13:04
fitzsim. ./oe-init-build-env13:04
fitzsimSDKMACHINE=x86-64 MACHINE=qemuarm bitbake core-image-minimal13:05
fitzsimmithro: if you can get that succeeding, then you can add meta-hdl in, and it'll build all the host tools too13:05
fitzsimbasically, from within the poky directory, git clone https://github.com/nathanrossi/meta-hdl13:06
tpbTitle: GitHub - nathanrossi/meta-hdl: HDL tools layer for OpenEmbedded (at github.com)13:06
fitzsimthen in poky/build/conf/bblayers.conf, add meta-hdl there13:06
fitzsim(should be straightforward where to put it)13:06
fitzsimthen in the build directory again:13:07
fitzsimSDKMACHINE=x86-64 MACHINE=qemuarm bitbake picosoc-hx8k13:07
fitzsimthat should build the picosoc-hx8k bit file for your board13:08
fitzsimmithro: let me know how far you get or if you get stuck13:08
*** rohitksingh has joined #timvideos13:10
*** mauz555 has joined #timvideos13:17
*** twoolie has joined #timvideos13:29
*** mauz555 has quit IRC13:39
*** mauz555 has joined #timvideos13:39
*** jimmy__ has joined #timvideos13:39
*** jimmy__ has quit IRC14:02
*** mauz555 has quit IRC14:02
*** rohitksingh has quit IRC14:11
*** mauz555 has joined #timvideos14:13
*** mauz555 has quit IRC14:18
*** mauz555 has joined #timvideos14:28
*** rohitksingh has joined #timvideos14:54
*** mauz555 has quit IRC15:26
*** twoolie has quit IRC15:39
*** rohitksingh has quit IRC15:41
*** rohitksingh has joined #timvideos15:59
*** CarlFK has joined #timvideos16:13
*** ChanServ sets mode: +v CarlFK16:13
CarlFKmithro:  this looks like the code you just added: File "/home/jimmy/Desktop/litex-buildenv/make.py", line 55, in get_soc     soc = SoC(platform, ident=SoC.__name__, **soc_sdram_argdict(args), **dict(args.target_option))16:36
CarlFKhttps://pastebin.com/t9VLQeU916:36
tpbTitle: https://github.com/timvideos/litex-buildenv/wiki/HowTo-LCA2018-FPGA-Miniconf -- - Pastebin.com (at pastebin.com)16:36
CarlFKbut I'm still waking up...16:36
*** rohitksingh has quit IRC16:57
*** rohitksingh has joined #timvideos16:58
*** rohitksingh has quit IRC17:08
*** mauz555 has joined #timvideos17:26
*** mauz555 has quit IRC18:23
*** mauz555 has joined #timvideos18:23
mauz555I got an issue on this one https://github.com/timvideos/litex-buildenv/wiki/HowTo-FuPy-on-a-Digilent-Arty-A7#building-and-running-micropython-f%CE%BCpy18:48
tpbTitle: HowTo FuPy on a Digilent Arty A7 · timvideos/litex-buildenv Wiki · GitHub (at github.com)18:48
mauz555https://pastebin.com/mSXSEcrr18:49
tpbTitle: LX P=arty T=base F=micropython) jimmy@jimmy-comp:~/Desktop/litex-buildenv$ ./scr - Pastebin.com (at pastebin.com)18:49
*** Shari2 has quit IRC19:09
mithromauz555: Fix https://github.com/timvideos/litex-buildenv/pull/5320:00
tpbTitle: make: Fix missing arguments issue. by mithro · Pull Request #53 · timvideos/litex-buildenv · GitHub (at github.com)20:00
mithrofitzsim:     Specified SDKMACHINE value is not valid20:02
mithrofitzsim: NOTE: Tasks Summary: Attempted 2373 tasks of which 671 didn't need to be rerun and all succeeded.21:39
mithrofitzsim: After removing the SDKMACHINE value21:39
fitzsimsorry, probably SDKMACHINE=x86_64 ?21:51
fitzsimI guess that's the default though21:52
fitzsimlooking at picosoc-hx8k recipe...21:52
fitzsimhmm, I guess picosoc is more than just a bitfile21:53
fitzsimmithro: yeah, I gave you a bad example recipe; picosoc-hx8k needs a RISC-V toolchain21:58
fitzsimmithro: that recipe builds the firmware too, that's why21:59
mithrohttps://www.irccloud.com/pastebin/LTHYia4C/21:59
tpbTitle: Snippet | IRCCloud (at www.irccloud.com)21:59
fitzsimhmm, I wish meta-hdl had just an LED blinking HX8K example21:59
fitzsimthat'd show you how to write a bitfile recipe22:00
fitzsimmaybe there's a "just bitfile" target in the picosoc Makefile22:00
mithrofitzsim: Any idea about that error?22:04
*** techman83 has quit IRC22:05
*** techman83 has joined #timvideos22:06
*** ChanServ sets mode: +v techman8322:06
mithrofitzsim: ^22:58
mithrocr1901_modern: how goes ice40 stuff?22:58
mithrocr1901_modern: really want to get that merged22:58
*** twoolie has joined #timvideos23:22
*** twoolie has quit IRC23:50

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!