Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
Dagger has quit [Ping timeout: 246 seconds]
Dagger has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
stipa has quit [Ping timeout: 252 seconds]
stipa has joined #armbian
Wolf480pl has quit [Quit: ZNC disconnected]
Wolf480pl has joined #armbian
archetech has quit [Quit: Konversation terminated!]
krei-se has quit [Ping timeout: 246 seconds]
krei-se has joined #armbian
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [EvilOlaf](<https://github.com/EvilOlaf>) - [Link](<https://github.com/armbian/documentation/commit/b045a72d2b4e9a72c54cb047c89e2f659616cee6>): *Remove a couple of question marks (#555)*
gabes22 has quit [Quit: The Lounge - https://thelounge.chat]
gabes22 has joined #armbian
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/d94e507bc9e1c2a6d0b39dd2dff2951c43aeeb0a>): *Fix wrongly named release months*
stipa has quit [Ping timeout: 260 seconds]
stipa has joined #armbian
Mangix has quit [Read error: Connection reset by peer]
chewitt has joined #armbian
coldfeet has joined #armbian
Mangix has joined #armbian
coldfeet has quit [Ping timeout: 265 seconds]
coldfeet has joined #armbian
coldfeet has quit [Remote host closed the connection]
danilogondolfo has joined #armbian
danilogondolfo has quit [Quit: Leaving]
zeemate has joined #armbian
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/08e7bba4f61c250a2ef6111ce72a7623896f9cea>): *extensions: image-output-abl: set rootfs image larger for kde*
danilogondolfo has joined #armbian
Herc has quit [Ping timeout: 252 seconds]
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #armbian
laz0r_ has joined #armbian
laz0r has quit [Ping timeout: 252 seconds]
laz0r_ is now known as laz0r
coldfeet has joined #armbian
Herc has joined #armbian
HerculeP has joined #armbian
Herc has quit [Ping timeout: 244 seconds]
coldfeet has quit [Ping timeout: 264 seconds]
Herc has joined #armbian
HerculeP has quit [Ping timeout: 265 seconds]
Herc has quit [Remote host closed the connection]
Herc has joined #armbian
coldfeet has joined #armbian
coldfeet has quit [Ping timeout: 265 seconds]
coldfeet has joined #armbian
<DC-IRC> [Discord] <evgeniyzh> I'm trying to run kernel 6 on MangoPi (allwinner d1) but the kernel is unable to register memory:
<DC-IRC> [Discord] <evgeniyzh> ```
<DC-IRC> [Discord] <evgeniyzh> [ 0.000000][ T0] memblock_cap_memory_range: No memory registered yet
<DC-IRC> [Discord] <evgeniyzh> [ 0.000000][ T0] INITRD: 0x5f2fe000+0x00d02000 is not a memory region - disabling initrd
<DC-IRC> [Discord] <evgeniyzh> [ 0.000000][ T0] OF: reserved mem: 0x0000000040000000..0x000000004003ffff (256 KiB) map non-reusable mmode_resv0@40000000
<DC-IRC> [Discord] <evgeniyzh> [ 0.000000][ C0] ------------[ cut here ]------------
<DC-IRC> [Discord] <evgeniyzh> [ 0.000000][ C0] kernel BUG at arch/riscv/mm/init.c:1283!
<DC-IRC> [Discord] <evgeniyzh> [ 0.000000][ C0] Kernel BUG [#1]
<DC-IRC> [Discord] <evgeniyzh> ```
<DC-IRC> [Discord] <evgeniyzh> (full log -- https://pastebin.com/8NwMYGHA). I've tried mainline 6.11 and 6.7 and also 6.1 from the current config. Any ideas on how I can debug this one?
coldfeet has quit [Ping timeout: 272 seconds]
coldfeet has joined #armbian
coldfeet has quit [Quit: Lost terminal]
HerculeP has joined #armbian
Herc has quit [Ping timeout: 244 seconds]
coldfeet has joined #armbian
yann-kaelig has joined #armbian
coldfeet has quit [Remote host closed the connection]
alekksander has joined #armbian
<DC-IRC> [Discord] <igorpec> Try uefi risv64 builds. They might work
ikmaak has quit [Ping timeout: 248 seconds]
chewitt_ has joined #armbian
chewitt has quit [Ping timeout: 265 seconds]
chewitt_ has quit [Client Quit]
yann-kaelig has quit []
ikmaak has joined #armbian
zeemate has quit [Ping timeout: 260 seconds]
<DC-IRC> [Discord] <prahal> how do you edit a patch file? I want to add one line in the middle of patch/kernel/archive/rockchip64-6.12/add-board-helios64.patch, how should I proceed to update all the "initial patch" diff line references after my change "@@ -296,6 +502,11 @@ &gmac {" to cope with the newly added or removed line? Edit by hand one by one (adds a lot of noise)? Or test if the patch still apply <clipped message>
<DC-IRC> [Discord] <prahal> with the wrong line numbers and only change them if it don't apply anymore?
<DC-IRC> [Discord] <prahal> or make a separate patch for my fix and one for the line changes?
archetech has joined #armbian
<DC-IRC> [Discord] <Werner> I think its safer to create a separate patch, like using `kernel-patch` method.
<DC-IRC> [Discord] <superkali> Correct
laz0r has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
laz0r has joined #armbian
<DC-IRC> [Discord] <prahal> thanks. I am a bit surprised by this option though, because all the commit in patch/kernel/archive/rockchip64-6.12/ edit existing patch files instead of creating new ones
<DC-IRC> [Discord] <prahal> but I admit I found it pretty hackish to edit the patch files by hand. But I only saw two armbian patch file that were patching another armbian patch file, both from the same author 4 years ago, and I only kept them so because I was not convinced they were good patches so preferred to keep them out of the main patch (board-helios64-dts-fix-stability-issues.patch and board-helios6 <clipped message>
<DC-IRC> [Discord] <prahal> 4-remove-pcie-ep-gpios.patch: ie the stability fix does the opposite of what it is documented as ie it speed up transitions and the pcie-ep-gpios one I do not understand and no rationale for it was provided).
danilogondolfo has quit [Quit: Leaving]
<DC-IRC> [Discord] <prahal> ie I already use kernel-patch to cook patch and test them. But I am about to submit a PR and none of the PR I know of provides kernel-patch cooked code. It always puzzled me. Can you confirm kernel-patch patches are indeed the way to go for PR against Armbian main?
laz0r has quit [Ping timeout: 248 seconds]
laz0r has joined #armbian
Mangix has quit [Read error: Connection reset by peer]
<DC-IRC> [Discord] <superkali> Yes, but after it you've to do rewrite-kernel-patches for optimize the patch
<DC-IRC> [Discord] <superkali> and after it make a PR
Mangix has joined #armbian
crabbedhaloablut has quit []
crabbedhaloablut has joined #armbian
flyback has quit [Remote host closed the connection]
zeemate has joined #armbian
alekksander has quit [Remote host closed the connection]
alekksander has joined #armbian
flyback has joined #armbian
flyback has quit [Remote host closed the connection]
HerculeP is now known as Herc
flyback has joined #armbian
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
alekksander has quit [Remote host closed the connection]
laz0r has quit [Read error: Connection reset by peer]
laz0r has joined #armbian
Dex2x has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
Dex2x has joined #armbian
archetech has quit [Quit: Leaving]