Build Linux 5.10 LTS for Phicomm N1
Recently I built Linux 5.10 LTS for my N1 box. Below are the patches I needed during the building process. TEXT_OFFSET Obsolete: See comments from justin below, it’s no longerContinue reading
Recently I built Linux 5.10 LTS for my N1 box. Below are the patches I needed during the building process. TEXT_OFFSET Obsolete: See comments from justin below, it’s no longerContinue reading
I wrote a blog about blocking Thunder in tranmission-daemon 2.94. The patch does not apply cleanly on Transmission 3.00, so I update it here: — a/libtransmission/peer-mgr.c 2021-08-31 03:10:20.435836776 +0800 +++Continue reading
This seems to relate to a kernel change in 3.15. To workaround it I have to prevent UAS driver from binding to my HDD drive by setting usb-storage.quirks. Unfortunately, solutionContinue reading
Section 5.1.4 in Debian 10’s Release Notes explained this, and suggested using haveged to populate system’s entropy. However, haveged does not work correctly on my N1 box, reporting: haveged[1234]: haveged:Continue reading
All your data will be lost if you do something wrong. Don’t follow this post unless you’re ABSOLUTELY aware of what you’re doing. Well, this idea has come to meContinue reading
Since I can’t attach a USB-to-TTL to my N1 box right now, I can’t confirm this is the same issue as a topic found in U-boot’s mailing list ([U-Boot] ‘usbContinue reading
Even if both the documentation (in source code) and the source code of boot_get_ramdisk suggest that booti (as well as other boot* family commands) support raw initrd image, my attemptContinue reading
It’s recommended to backup your firmware environment variables before changing them. If fw_printenv / fw_setenv does not work on your device, you might want to checkout this post to fixContinue reading
Be careful when doing this, I suggest you backup your data before reformatting your /boot as ext4. Any mistake you make would potentially require a reflash of your device (orContinue reading
meson-text-offset.patch: Patch for moving TEXT_OFFSET. This is necessary for booting Linux on Meson SoCs. diff -uNr a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S — a/arch/arm64/kernel/head.S 2019-01-01 00:00:00.000000000 +0000 +++ b/arch/arm64/kernel/head.S 2019-01-01 00:00:00.000000000 +0000 @@ -52,7Continue reading