PakoSt
PakoSt
Oh, I just saw where [Getting-started](https://github.com/Tow-Boot/Tow-Boot/blob/released/doc/getting-started.md) lives. Will see to create a PR for the baud rate tomorrow.
Thanks, @samueldr ! This is _exactly_ what I was looking for: https://github.com/Tow-Boot/Tow-Boot/blob/00f2cce0e270f87e8f013e476ef5db8e0f79e3b7/support/builders/spi-installer/default.nix#L79 and it is indded closely connected to #47 I'm not sure what would fit there - separate `Troubleshooting`...
This does give me a few ideas :100: I do feel like there should be at least a small paragraph in Getting Started stating the baud. The paragraph can have...
This is my draft: https://github.com/psstoyanov/Tow-Boot/commit/ec0e47869a7dcd8571078081ef972c86ee22326e I'm waiting for a bit of feedback in the Pine64 channels before creating the PR. @samueldr , if there is something you would like changed...
Alright secondary push to resolve the examples baud rate was made (will be squashed before the PR): https://github.com/psstoyanov/Tow-Boot/commit/2889a478ba53cbe7417350792fdeb14d3edbb043 I'm not sure about the new line slash `\` here: https://github.com/psstoyanov/Tow-Boot/blob/ec0e47869a7dcd8571078081ef972c86ee22326e/doc/getting-started.md?plain=1#L119 It...
Hi, @jirutka , I should've updated this ticket previously. Have you seen my notes on #178 ? Those two comments in particular: - https://github.com/Tow-Boot/Tow-Boot/pull/178#issuecomment-1235858198 and: - https://github.com/Tow-Boot/Tow-Boot/pull/178#issuecomment-1251040661 What's the difference...
The results from my RP64 will depend on which version it was. iirc earlier rp64 units displayed instability with `PREBOOT` . That's also mentioned in the Gentoo [wiki](https://wiki.gentoo.org/wiki/PINE64_ROCKPro64). I can't...
Try with [Cage](https://github.com/Hjdskes/cage) - it's minimal kios-style of compositor based on [wlroots](https://github.com/swaywm/wlroots). What you are doing, is running Weston as "[nested](https://gitlab.freedesktop.org/wayland/weston/-/blob/master/README.md#running-weston)" session - you will get the overhead of the...
That binary file seems to be a kernel module for the board. Better to take a look at: https://community.nxp.com/t5/i-MX-Processors/GPU-source-code-with-opencl/m-p/1224451/highlight/true#M168784
I'm not familiar with Yocto but as far as I understand it, you have a "recipe" to build an image for the board and what packages to include in it....