Daniel Maslowski

Results 283 comments of Daniel Maslowski

The framebuffer was already activated by the app running on the device, so I am drawing over it. You can still see the date printed in the upper right corner...

Reading and writing both went fine when I tried. This SPI flash can be found on the LicheePi Nano. :)

Does `lsusb` list it? You may be missing the kernel module. Check if you kernel has `USB_SERIAL_FTDI_SIO` (module `ftdi_sio`). That should give you `/dev/ttyUSB{0,1}` (two channels). In addition to your...

I just went down to github-pages v92, which uses Jekyll 3.1.6, because they switched to Jekyll 3.2.1 with v93. That seems to work just fine. To achieve this, I changed...

Is that still integrated? I don't see it in current PRs. It would be great to have some build (I mean, besides just browsing here on GitHub). Maybe even on...

> A slice doesn't provide information about the origin of the element. It is unclear what element should I use, if I end up having multiple. Yea, that is also...

Okay I will create another implementation then. We discussed this in the Fiano sync call, and the proposal is to rework the directory structs, so that they - contain the...

Binarly are now maintaining a large list of GUIDs: https://github.com/binarly-io/guiddb It is now used in https://github.com/fiedka/fiedka as a submodule. I suggest doing the same, and autogenerating a Go file based...

As of now, https://github.com/u-root/u-root#usage is quite detailed about a quickstart with QEMU. We could very much copy that I think. Regarding hardware: Since Heads (also an implementation of the LinuxBoot...

Yea, that's it! Could you please rephrase or just remove the comment? Fiano can be used in other tools as well, so it shouldn't suggest any tight coupling. Maybe include...