*** tpb has joined #tomu | 00:00 | |
CarlFK | adhoc: because of the travel cost? | 00:53 |
---|---|---|
adhoc | CarlFK: travel costs are a few hundred dollars. The hobbyist is about 600$AUD. | 00:59 |
adhoc | But is the accommodation up there this time that is ridiculous. | 00:59 |
adhoc | Would be different if "work" was paying for it. | 00:59 |
xobs | Github seems slightly unhappy today. It's not fast. :( | 02:45 |
*** nrossi has joined #tomu | 03:57 | |
tnt | LCA ? | 04:02 |
tnt | Linux Conf Australia ? | 04:02 |
adhoc | tnt: yes, https://linux.conf.au/ | 04:04 |
tpb | Title: linux.conf.au 2020 | Gold Coast, Australia (at linux.conf.au) | 04:04 |
CarlFK | adhoc: got it. OSDC? is that still going? | 04:05 |
CarlFK | im going... see ya! | 04:05 |
adhoc | CarlFK: have not heard much about OSDC in a whil | 04:12 |
CarlFK | adhoc: bummer | 04:14 |
adhoc | small specialty interest confs ate larger confs? | 04:22 |
*** CarlFK has quit IRC | 04:23 | |
*** rohitksingh has quit IRC | 04:35 | |
*** CarlFK has joined #tomu | 05:31 | |
xobs | Man, releases take a long time. Anyone feel like trying a beta Foboot? | 05:52 |
*** rohitksingh has joined #tomu | 06:05 | |
CarlFK | xobs: sure | 06:36 |
xobs | CarlFK: You mostly have hacker units, correct? | 06:37 |
CarlFK | yes | 06:38 |
xobs | Alright, I've just built the evt image. I'll do hacker next. | 06:39 |
xobs | Apropos of nothing, do you have any way to re-flash hacker units if things go wrong? | 06:40 |
CarlFK | yeah - pogo pins and a pi | 06:51 |
xobs | CarlFK: https://github.com/xobs/foboot/tree/master/releases/v2.0.0 | 07:20 |
tpb | Title: foboot/releases/v2.0.0 at master · xobs/foboot · GitHub (at github.com) | 07:20 |
xobs | Try installing `hacker-top.dfu` just to make sure it works. That is, run `dfu-util -l` to see what version you're on, then run `dfu-util -D evt-top.dfu` to load v2.0.0. | 07:21 |
xobs | * Try installing `hacker-top.dfu` just to make sure it works. That is, run `dfu-util -l` to see what version you're on, then run `dfu-util -D hacker-top.dfu` to load v2.0.0. | 07:22 |
xobs | Afterwards, run `dfu-util -l` again to make sure it says `v2.0.0`. Then run `dfu-util -D hacker-top.dfu` again to load it over itself, just to make sure writing works. | 07:22 |
xobs | (Note: That should be `hacker-top.dfu` and not `evt-top.dfu`) | 07:22 |
xobs | Basically, the goal is to see if SPI flash is working. Sometimes I've seen a red-blink-of-death on the second load. | 07:24 |
xobs | If you DO get a red-blink-of-death, I'll pull the release and think about it some more. But once you're confident you can install stuff, you can flash v2.0.0 onto the device permanently by loading `hacker-updater.dfu`. It'll go all rainbowey then reboot itself, and you'll have v2.0.0. | 07:26 |
xobs | CarlFK: And of course, with v2.0.0, you can use tinyusb, which will get you your HID stuff :) | 07:26 |
CarlFK | xobs: catching up... | 07:33 |
CarlFK | Found DFU: [1209:5bf0] ver=0101, devnum=85, cfg=1, intf=0, path="3-2", alt=0, name="Fomu Hacker running DFU Bootloader v1.9.1", serial="UNKNOWN" | 07:36 |
CarlFK | xobs: also, I should report this somewhere - I have some other device on my thinkpad that makes this show up, wich is a little alarming Cannot open DFU device 0a5c:21f3 | 07:38 |
CarlFK | or confusing when I was trying to do https://workshop.fomu.im/ | 07:38 |
tpb | Title: fomu-workshop | Support files for participating in a Fomu workshop (at workshop.fomu.im) | 07:38 |
CarlFK | is that worth opening an issue? | 07:39 |
CarlFK | Found DFU: [1209:5bf0] ver=0101, devnum=86, cfg=1, intf=0, path="3-2", alt=0, name="Fomu Hacker running DFU Bootloader v2.0.0", serial="UNKNOWN | 07:39 |
xobs | CarlFK: The riscv-blink workshop entry should probably be modified to instruct users to load the `.dfu` file, yeah. | 07:41 |
xobs | Micropython will need to be updated to work with v2+, as will riscv-usb-cdcacm. But at least tinyusb works! And loading is faster. | 07:45 |
CarlFK | neat. yay. | 07:45 |
xobs | I updated the README for riscv-blink so now it says to load `riscv-blink.dfu` and not `riscv-blink.bin`. | 07:46 |
CarlFK | Hmm? | 07:49 |
CarlFK | no, I mean things like 'dfu-util -l' show it | 07:50 |
CarlFK | http://paste.ubuntu.com/p/yMqY6TGwtK/ | 07:50 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 07:50 |
xobs | Oh. Yes, that's to be expected. It asks all devices for information on what they are, and your user doesn't have permission to read from that particular device. | 07:51 |
CarlFK | now I know, but when I was first plunging into the docs, it was confusing. so I'm thinking you might want to warn people about it. but I also understand how too much docs is overwhelming | 07:53 |
xobs | Oh! Okay. I added a note to that effect in the top part where DFU is introduced. | 07:56 |
CarlFK | yay. im helping :p | 07:59 |
xobs | CarlFK: Very much so. Did you end up installing it on the board? | 08:01 |
CarlFK | I got as far as the micropython >>> prompt, played a bit with the led and packed up for the night | 08:02 |
xobs | Micropython prompt? | 08:02 |
CarlFK | yes | 08:02 |
CarlFK | https://workshop.fomu.im/#python-on-fomu | 08:03 |
tpb | Title: fomu-workshop | Support files for participating in a Fomu workshop (at workshop.fomu.im) | 08:03 |
xobs | Micropython doesn't work with v2.0.0 yet. I'm curious how you got it running... | 08:04 |
CarlFK | not now, a few weeks ago | 08:04 |
*** grajohnt has quit IRC | 10:57 | |
*** mifune has quit IRC | 11:18 | |
*** mifune has joined #tomu | 11:19 | |
*** TheJJ_ has joined #tomu | 11:46 | |
*** lathiat_ has joined #tomu | 11:46 | |
*** lathiat has quit IRC | 11:49 | |
*** TheJJ has quit IRC | 11:49 | |
*** pollo has quit IRC | 11:49 | |
*** pollo has joined #tomu | 11:49 | |
*** andi- has quit IRC | 13:59 | |
*** andi- has joined #tomu | 14:43 | |
*** tmarble has joined #tomu | 15:48 | |
*** alexhw has quit IRC | 17:02 | |
*** alexhw has joined #tomu | 17:04 | |
*** CarlFK has quit IRC | 17:13 | |
*** siddacious has joined #tomu | 17:50 | |
*** siddacious has quit IRC | 18:05 | |
*** siddacious has joined #tomu | 18:11 | |
*** siddacious has quit IRC | 18:27 | |
*** AnimaInvicta has joined #tomu | 18:36 | |
*** CarlFK has joined #tomu | 19:03 | |
*** siddacious has joined #tomu | 19:11 | |
*** pollo has quit IRC | 19:33 | |
*** pollo has joined #tomu | 19:34 | |
*** siddacious has quit IRC | 19:56 | |
*** rohitksingh has quit IRC | 20:45 | |
*** nrossi has quit IRC | 21:16 | |
ovf | i've got my limited edition fomus! (they've arrived a little earlier, but now we have reunited). that is a nice piece of work. | 21:50 |
*** AnimaInvicta has quit IRC | 22:30 | |
*** AnimaInvicta has joined #tomu | 22:37 | |
*** AnimaInvicta has left #tomu | 23:06 | |
*** wrtlprnft has quit IRC | 23:33 | |
*** TheJJ_ has quit IRC | 23:33 | |
*** TheJJ has joined #tomu | 23:34 | |
*** wrtlprnft has joined #tomu | 23:35 | |
*** wrtlprnft has quit IRC | 23:40 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!