Skip to content

Instantly share code, notes, and snippets.

@Hoernchen
Hoernchen / pi5.patch
Created September 27, 2024 16:00
litex sdr pi5
diff --git a/software/kernel/main.c b/software/kernel/main.c
index 4e048e0..c9ca635 100644
--- a/software/kernel/main.c
+++ b/software/kernel/main.c
@@ -33,6 +33,7 @@
#include <linux/cdev.h>
#include <linux/platform_device.h>
#include <linux/version.h>
+#include <linux/of_device.h>
@Hoernchen
Hoernchen / gist:27527c2475fbc9348bdb53dc324b2d95
Created October 26, 2020 21:14
extract qt installer without account
i.e. qt-creator-opensource-windows-x86_64-4.13.2.exe
as per https://sourceforge.net/p/sevenzip/bugs/1617/#dbcc
Tres Finocchiaro - 2017-03-24
Ok... I'm able to get everything... Here's how I did it:
# Extract the [0] file from exe
7z x qt-installer.exe -t* -i![0] -y
# Extract only embedded 7z files from [0]