*** tpb has joined #tomu | 00:00 | |
CarlFK | im working though https://workshop.fomu.im/ | 00:00 |
---|---|---|
tpb | Title: fomu-workshop | Support files for participating in a Fomu workshop (at workshop.fomu.im) | 00:01 |
CarlFK | so trying to understand what it says, and trying not to have to pull the thing out of my usb port | 00:01 |
xobs | Ah. | 00:01 |
CarlFK | btw - the top excellent intro to "About FPGAs" is awsome | 00:02 |
xobs | Well, maybe we could move the "reset" stuff earlier. | 00:02 |
xobs | Thanks! | 00:02 |
CarlFK | I think break this into 2 lines: | 00:03 |
CarlFK | To restart Fomu, unplug it and plug it back in. This will start the bootloader. To run the program on Fomu without needing to load it again, use the -e option: | 00:03 |
xobs | https://workshop.fomu.im/#interacting-with-the-led-directly one of the paragraphs there talks about writing 0xac | 00:03 |
tpb | Title: fomu-workshop | Support files for participating in a Fomu workshop (at workshop.fomu.im) | 00:03 |
CarlFK | because I really want those 2 things to be the same thing | 00:03 |
mithro | What CarlFK is really saying is that he wants to power cycle the fomu without pulling it out and in again | 00:04 |
xobs | mithro: right, and 0xac is hooked up to SB_WARMBOOT | 00:05 |
CarlFK | yeah - now that I know what it is trying to say, I see that it says that. but when I didn't know, I took it to mean someting else | 00:06 |
xobs | I see. That should be reworded. | 00:07 |
CarlFK | xobs: um.. this happened: | 00:10 |
CarlFK | $ dfu-util -D micropython-fomu.dfu ... state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present Done! (good) | 00:10 |
CarlFK | $ tio /dev/ttyACM0 | 00:10 |
CarlFK | [tio 16:08:58] Connected | 00:10 |
CarlFK | Traceback (most recent call last): File "<stdin>", line 1 SyntaxError: invalid syntax | 00:11 |
CarlFK | oh never mind | 00:11 |
CarlFK | tio is sending AT commands | 00:11 |
xobs | CarlFK: you probably have something running that's treating it like a modem and sending Hayes commands. | 00:11 |
*** xkapastel has joined #tomu | 00:28 | |
CarlFK | xobs: thanks for the help | 00:31 |
CarlFK | im heaing off to mom's for dinner. no idea when I will get back to this | 00:32 |
CarlFK | hopefully within a week | 00:32 |
CarlFK | see ya | 00:32 |
*** CarlFK has quit IRC | 00:32 | |
xobs | CarlFK: see you! I'll be working on Tinyusb and Foboot this week, before going to the Hackaday Superconference on Thursday. | 00:33 |
*** acathla has quit IRC | 00:56 | |
*** rohitksingh has quit IRC | 01:36 | |
*** acathla has joined #tomu | 01:40 | |
*** CarlFK has joined #tomu | 01:42 | |
*** js has joined #tomu | 01:43 | |
*** rohitksingh has joined #tomu | 05:38 | |
*** CarlFK has quit IRC | 07:08 | |
*** CarlFK has joined #tomu | 07:38 | |
*** rohitksingh has quit IRC | 09:57 | |
*** acathla has quit IRC | 10:47 | |
*** acathla has joined #tomu | 10:47 | |
*** xkapastel has quit IRC | 12:07 | |
*** cedric has quit IRC | 13:19 | |
*** cedric has joined #tomu | 13:20 | |
*** cedric has joined #tomu | 13:20 | |
*** emeb has joined #tomu | 16:31 | |
*** techman83 has quit IRC | 16:44 | |
*** techman83 has joined #tomu | 16:44 | |
TomKeddie | xobs: am kind stuck trying to get a vector of TSTriples working, perhaps you have a moment to look at https://github.com/m-labs/migen/issues/194 ? | 16:49 |
tpb | Title: Limited object scope of eq operator causing multiple conflicting drivers · Issue #194 · m-labs/migen · GitHub (at github.com) | 16:49 |
xobs | TomKeddie: I'm not sure how python pointers work, but isn't this just copying a pointer to the same object, rather than duplicating it? | 16:52 |
xobs | gpio_pins_t = [TSTriple()] * len(pad) | 16:52 |
TomKeddie | xobs: thanks, let me try that. I was taking it as a more c++ style contructor. | 17:55 |
TomKeddie | xobs: you're a genius, thanks a million | 17:58 |
xobs | TomKeddie: hooray! | 18:00 |
xobs | TomKeddie: another fun thing to watch out for is that you'll get the same behavior if you have a constructor as a default argument | 18:03 |
TomKeddie | Urgh, traps everywhere.... Am hoping to have a basic pmod/sao PR for you today (PST). | 18:03 |
xobs | For example: https://github.com/xobs/lxsocdoc/commit/94be729709d091bd3bc9fba2b82ec8ca491554d6 | 18:08 |
tpb | Title: module: fix documenting multiple interrupts · xobs/lxsocdoc@94be729 · GitHub (at github.com) | 18:08 |
xobs | Dictionaries seem to be initialized exactly once, which led to some interestingness | 18:08 |
*** js has quit IRC | 18:36 | |
*** rohitksingh has joined #tomu | 20:43 | |
*** techman83 has quit IRC | 22:01 | |
*** techman83 has joined #tomu | 22:02 | |
*** xkapastel has joined #tomu | 22:53 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!