HinTak
HinTak
here it is. ``` --Buildinfo-- Version: MLNet Multi-Network p2p client version 3.1.6.git (mlnet-3.1.6.x86-64) SCM version: release-3-1-6-21-gb4356c33-new-master Networks: Global Shares Direct Connect Fasttrack FileTP BitTorrent Donkey (SUI) OCaml version: 4.06.0 -...
Even with that, the log seems to be increasing at about 20MB per day, mostly from BT.
According to "OSError: dlopen(./libjbigdec.so, 6): image not found", you are on Mac OS; you are missing two libraries. For windows, we provide binaries under "lib/bin" , libjbig2codec*.dll and libjbigdec*.dll ....
And sometimes, it may not be obvious in which way one should "fix" a broken table, especially automating such a process. rejecting any broken-ness is certainly easier to do.
If it is a new hardware, likely it needs a new kernel plus updated/new device tree. It just needs a updated build with the current upstream (further upstream, from the...
The pi zero 2 w has only been available for a few weeks. Anyway, since it is new hardware, likely need the latest upstream kernel plus devicetree; it is not...
Already explained - Pi Zero 2 is no Pi Zero, and you should not expect an earlier kernel to support later hardware. It just does not work. However, that does...
My notes of how it was built is the file "Customizing-Berryboot.md" at https://github.com/HinTak/RaspberryPi-Dev
The actual build instruction is half way down, starting with "Capture logs while building Berryboot". The two commands simultaneously capture the log as "berryboot-build-log" and also display it: # 32-bit...
As I wrote in Customizing-Berryboot.md, even if you have everything needed (e.g. you have done it successfully before), the build process is not fast - on my hardware, typically takes...