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
<DC-IRC>
[Discord] <xmort> Hey, I'm trying to debug a crash during early boot. Here's the boot log: https://p.mort.coffee/Tdc
<DC-IRC>
[Discord] <xmort> I'm trying to add print statements to the relevant parts of the kernel using a patch: https://p.mort.coffee/RqF -- however, as you can see from the logs, those prints don't show up in the kernel's output, the crash is in dmaengine_trcm_new yet the `pr_alert` I put at the very top of dmaengine_trcm_new doesn't show up
<DC-IRC>
[Discord] <xmort> same story with snd_soc_pcm_component_new
<DC-IRC>
[Discord] <xmort> The patch https://p.mort.coffee/RqF is under userpatches/kernel/rk35xx-vendor-6.1, and I know it gets applied because this is in the armbian build output: https://p.mort.coffee/R5y
sunshavi has joined #armbian
zeemate_ has quit [Ping timeout: 245 seconds]
Dex_2x has quit [Quit: Client closed]
alekksander has joined #armbian
Dex_2x has joined #armbian
coldfeet has joined #armbian
Dagger has quit [Ping timeout: 244 seconds]
coldfeet has quit [Remote host closed the connection]
zeemate_ has joined #armbian
Dagger has joined #armbian
p0g0 has joined #armbian
p0g0_ has quit [Ping timeout: 248 seconds]
alekksander has quit [Remote host closed the connection]
alekksander has quit [Remote host closed the connection]
Perflosopher has joined #armbian
Perflosopher0 has quit [Ping timeout: 276 seconds]
archetech has joined #armbian
coldfeet has quit [Remote host closed the connection]
lyri has joined #armbian
lyri has quit [Remote host closed the connection]
lyri has joined #armbian
jantones has quit [Ping timeout: 260 seconds]
jantones has joined #armbian
zeemate_ has quit [Ping timeout: 272 seconds]
schwar3kat has joined #armbian
<schwar3kat>
@Werner - .github/workflows/merge-announce.yml needs prevent running announce script in forks. if: ${{ github.repository_owner == 'Armbian' }}. I thought of doing a PR, but I can't test it.