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
zeemate has quit [Ping timeout: 248 seconds]
califax has quit [Remote host closed the connection]
califax has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
<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/59de6d7227f378ba56f70aff91ca64cf525a748b>): *Add community support for Cyber Aib RK3588*
zeemate has joined #armbian
archetech has quit [Quit: Konversation terminated!]
<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/254ba4a033e4f2fbf1cc07fcdd3f30a4fea43763>): *`Automatic` documentation update*
indy_ has quit [Ping timeout: 272 seconds]
<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/c91e694e31b0089cf1b5903218b9f138ad7e92fe>): *`Automatic` documentation update*
zeemate has quit [Ping timeout: 264 seconds]
zeemate has joined #armbian
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #armbian
Perflosopher has quit [Ping timeout: 272 seconds]
Perflosopher has joined #armbian
zeemate has quit [Ping timeout: 272 seconds]
zeemate has joined #armbian
HerculeP 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/8b3fb65404d1fec1b3e843de74815fadd64e1c33>): *Bugfix: patch writing style caused breakage*
Herc has quit [Ping timeout: 272 seconds]
alekksander has joined #armbian
jantones_ has joined #armbian
jantones has quit [Remote host closed the connection]
CapNemo has quit [Quit: ZNC 1.9.1 - https://znc.in]
indy_ has joined #armbian
zeemate has quit [Ping timeout: 248 seconds]
lyri has joined #armbian
HerculeP is now known as Herc
<DC-IRC> [Discord] <pookyfan> I went back to old Armbian buld version in order to find root cause of a regression in custom build I am working on. Since I had few months break from this project, I decided to pull newest version of Armbian build framework and then the regression started to be observable in my build. That's why I'm trying to eliminate potential causes, and now it's Armbian framework update on target.
<DC-IRC> [Discord] <pookyfan> was able to checkout on commit I used to be working earlier and not without some bumps, but most of the build goes smoothly, until it fails on packages MD5 checks:
<DC-IRC> [Discord] <pookyfan> ```
<DC-IRC> [Discord] <pookyfan> 🌱] Checking MD5 sum of installed packages [ debsums ]
<DC-IRC> [Discord] <pookyfan> [🔨] debsums: changed file /usr/share/doc/base-files/changelog.gz (from base-files package)
<DC-IRC> [Discord] <pookyfan> [🔨] debsums: changed file /etc/os-release (from base-files package)
<DC-IRC> [Discord] <pookyfan> [🔨] debsums: changed file /etc/issue.net (from base-files package)
<DC-IRC> [Discord] <pookyfan> [🔨] debsums: changed file /etc/issue (from base-files package)
<DC-IRC> [Discord] <pookyfan> [💥] Error 2 occurred in main shell [ at /armbian_build/lib/functions/logging/runners.sh:211
<DC-IRC> [Discord] <pookyfan> ```
<DC-IRC> [Discord] <pookyfan> What could I do to work around it while still being checked out on that old commit?
<DC-IRC> [Discord] <Werner> Try to cherry-pick this: https://github.com/armbian/build/pull/7301
<DC-IRC> [Discord] <pookyfan> Ok, let's see if that works
<DC-IRC> [Discord] <pookyfan> Now it fails further ahead
LanDi has joined #armbian
<DC-IRC> [Discord] <pookyfan> Maybe just adding ` --allow-downgrades` to that script will fix it
<DC-IRC> [Discord] <pookyfan> let's see
LanDi has quit [Ping timeout: 255 seconds]
<DC-IRC> [Discord] <pookyfan> it worked, nice - thanks for tip with that cherry pick, that did the trick for my original problem
wootehfoot has joined #armbian
alekksander has quit [Ping timeout: 252 seconds]
archetech has joined #armbian
<DC-IRC> [Discord] <pookyfan> Ok, it seems that the regression I mentioned earlier was indeed somehow caused by upgrade of Armbian build framework. Now, before I start doing bisection, maybe if I describe what exactly my problem is, then I might be able to find real root cause sooner
<DC-IRC> [Discord] <pookyfan> so I'm working on image for Allwinner A33 based tablet with ESP 8089 wifi chip. I copied it from Rockchip's patches to Armbian patches, applied it and enabled driver in kernel config, and it works just fine - it's being picked up by kernel with ESP 8089 module and doesn't even need to be specified in DTS/DTO with exact match for the driver. That is - it was working until I update <clipped message>
<DC-IRC> [Discord] <pookyfan> d Armbian build framework. Now, on the same kernel version (current, 6.6) it doesn't work anymore, it looks like it doesn't even appear as a device in /`sys/classes/...`, like there is no driver for it and such
<DC-IRC> [Discord] <pookyfan> so I'm working on image for Allwinner A33 based tablet with ESP 8089 wifi chip. I copied driver for it from Rockchip's patches to Armbian patches, applied it and enabled driver in kernel config, and it works just fine - it's being picked up by kernel with ESP 8089 module and doesn't even need to be specified in DTS/DTO with exact match for the driver. That is - it was working unt <clipped message>
<DC-IRC> [Discord] <pookyfan> il I updated Armbian build framework. Now, on the same kernel version (current, 6.6) it doesn't work anymore, it looks like it doesn't even appear as a device in /`sys/classes/...`, like there is no driver for it and such
<DC-IRC> [Discord] <pookyfan> it also doesn't work on edge kernel, like I said, what cause the regression seems to be something in Armbian build framework, not kernel itself
zeemate has joined #armbian
coldfeet has joined #armbian
wootehfoot has quit [Quit: Leaving]
coldfeet has quit [Remote host closed the connection]
CapNemo has joined #armbian
<DC-IRC> [Discord] <pookyfan> Wait, maybe it's kernel issue after all, I just noticed that although I'm building (on older Armbian build) the same kernel (current, 6.6), the exact version is different (older) than one built with up-to-date Armbian
<DC-IRC> [Discord] <pookyfan> how can I force exact kernel version for current/edge builds?
<DC-IRC> [Discord] <pookyfan> ok I see it's where major and minor kernel are also set, cool
<DC-IRC> [Discord] <pookyfan> no it looks like back then there wasn't any specific patch version forced for kernel at all so seems my working image built with old Armbian contains latest current kernel (6.6.54) and still has working wifi
lyri has quit [Remote host closed the connection]
zeemate has quit [Ping timeout: 272 seconds]