BtbN

Results 221 comments of BtbN

I have written down all the steps I ended up doing to get my BPI working here, including the boot.scr: https://gist.github.com/BtbN/9e5878d83816fb49d51d1f76c42d7945#boot-method Edit: Will give it a test-run later tonight

Can confirm the ubi image from the release works fine and chain-loads to my own fip file on the ubi partition. I noticed that all the non-sd builds of u-boot...

The mt7988(-sd)-rfb dts files aren't used by any other boards, are they? In that case, couldn't the two sections about the non-existent spi2/nor just be removed from mt7988-rfb.dts, like they...

I can't read most of that. Is that format supported by FFmpeg? I'm not carrying any third party patches here.

I don't think that's really the issue. The function recurses into a path, and wants to check if in that path some entry exists twice. Whenever it returns out of...

How about: ```diff diff --git a/cache/remotecache/v1/utils.go b/cache/remotecache/v1/utils.go index cf014913e..d2e3de0bf 100644 --- a/cache/remotecache/v1/utils.go +++ b/cache/remotecache/v1/utils.go @@ -134,13 +134,21 @@ func (s *normalizeState) removeLoops(ctx context.Context) { } visited := map[digest.Digest]struct{}{} + processed...

You will need to make a custom build that uses a REALLY old version of the nvcodec headers that still works with that cards legacy driver. Though first-gen nvenc was...

Cause it was the first generation, it got better every gen.

The problem is, due to the nature of the static builds, every single tool would be just as huge as all the FFmpeg binaries themselves, quadrupling the archives in size....