lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> [Discord] <matthewcroughan> @kwiboo since 2024.04 of u-boot I get ERROR: booting os 'Invalid OS' (0) is not supported, going back to your fork for rockchip fixes it though
<DC-IRC> [Discord] <kwiboo> You are probably using u-boot master branch, during this week there have been issues booting linux using extlinux, https://source.denx.de/u-boot/u-boot/-/commit/cdd20e3f66fe910da0545d3615decf511519b4a6 reverted the change that broke booting
<DC-IRC> [Discord] <matthewcroughan> I'm not using master, I'm using the 2024.04 mainline branch which contains your rockchip code
<DC-IRC> [Discord] <matthewcroughan> since you got it merged
<DC-IRC> [Discord] <matthewcroughan> `25049ad560826f7dc1c4740883b0016014a59789` to be exact
<DC-IRC> [Discord] <matthewcroughan> I'll try `cdd20e3f66fe910da0545d3615decf511519b4a6` real quick
<DC-IRC> [Discord] <kwiboo> hum, I would not expect the v2024.04 / 25049ad56082 to contain such issue
<DC-IRC> [Discord] <matthewcroughan> Nope, `cdd20e3f66fe910da0545d3615decf511519b4a6` still has the issue
<DC-IRC> [Discord] <matthewcroughan> but your branch https://github.com/Kwiboo/u-boot-rockchip/commits/rk3xxx-2024.04/ does not
<DC-IRC> [Discord] <kwiboo> what board / defconfig are you using? guessing it is not the same issue that was fixed with the revert, https://lore.kernel.org/u-boot/3cdcb7a7-ef7c-4fdd-9cb7-91590ea575a8@kwiboo.se/ have some log of what broke/was fixed in that revert
<DC-IRC> [Discord] <matthewcroughan> My own defconfig and board.
<DC-IRC> [Discord] <matthewcroughan> do I need to change my defconfig?
<DC-IRC> [Discord] <matthewcroughan> Indeed, I added `CONFIG_BOOTM=y` and now everything works.
<DC-IRC> [Discord] <matthewcroughan> @kwiboo thanks for the help again! Do you know anything about hdmi-audio right now? As far as I can tell, it doesn't work on anything collabora based
<DC-IRC> [Discord] <matthewcroughan> the driver loads, but I get static noises when audio is supposed to be being played
<DC-IRC> [Discord] <kwiboo> no problem and sorry, I have not started looking at media parts of rk3588 yet, still have too many old stuff that I want to upstream before I start looking at new stuff in linux ;), like rk3328/rk3399 hdmi 2.0, rkvdec1 hevc/h264 hi10p and ffmpeg v4l2-request-api
<DC-IRC> [Discord] <efectn> Do you have any plans to take rkvdec out of staging?
<DC-IRC> [Discord] <efectn> Or are there still lots of stuff to do
<DC-IRC> [Discord] <kwiboo> There is still an issue with reset hw block at hevc decode error that was not included in my last series, and that may be the possible only blocking issue from getting it out of staging, see https://lore.kernel.org/linux-media/8c754650a727490c1a9efec4bb2258e46c3d2752.camel@collabora.com/ for last discussion
<DC-IRC> [Discord] <kwiboo> I really need to send a new version of those two rkvdec h264 hi10p and hevc series, been stuck in a u-boot rabbit hole far too long now 😄
<DC-IRC> [Discord] <efectn> Thanks for your efforts!