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>
[Discord] <amazingfate> Opi5 is a rk3588s board with pcie nvme interface, so I guess other rk3588s board like khadas edge2 may have this issue. I have tested my rock5b, nvme boot works.
<DC-IRC>
[Discord] <igorpec> thanks, i will do more tests then.
<DC-IRC>
[Discord] <nightcrawler504> Flashed new kisaki images on opi5 and works awesome, since I liked it so much tried on rp64 and images are broken goes to find ethernet and never starts, if it starts by pressing esc or del it breaks partitions lost 2 microsds to this process considered baking my own but dont know how to add mesa or vpu acceleration so wondering what would be recommended?
<DC-IRC>
[Discord] <johnthecoolingfan> Haha, I too just wanted to get bigtreetech pi 2 working with regular armbian, and here I am
<DC-IRC>
[Discord] <igorpec> opi5 images will only work on opi5
<DC-IRC>
[Discord] <nightcrawler504> Yes, did download correct images after continuos retries noticed some message errors, turns out an spi flash fixed issue now testing first of the 2 images I wanted to try, thanks for answering though, Its 99% always a user error its difficult to pick up details when half asleep 👍🏻
<DC-IRC>
[Discord] <masonly> Question about u-boot, do the loader and trust images need to match or am I okay to mix match them?
<DC-IRC>
[Discord] <masonly> I’m using an RK3368H
<DC-IRC>
[Discord] <masonly> Biggest reason why I’m asking is that when I did an LBA dump of my old android firmware I can’t locate the loader image anywhere on it
<DC-IRC>
[Discord] <masonly> Biggest reason why I’m asking is that when I did an LBA dump of my old android firmware I can’t locate the loader image anywhere on it, 0x0 is just parameter
<DC-IRC>
[Discord] <ioncube7221> From official instructions `EXTRAWIFI ( yes | no ): include several drivers for WiFi adapters` is **not** adding broadcom drivers? Any way to add `brcm` related stuff during compile?
<DC-IRC>
[Discord] <pjack1212> hi i have question ttys2 is set in bootscripts for rk35xx sbc as console but if you use vendor kernel console is ttyFIQ0 instead so if i add with dts overlay so an alias serial2 = &fiq_debugger will /dev/ttyFIQ0 be replaced with /dev/ttys2 ( which is bad) or will both exist
<DC-IRC>
[Discord] <pjack1212> if it will be replaced can i add with udev a symlink to ttys2
<DC-IRC>
[Discord] <pjack1212> or is console iniatlized earlier and it wont work
<DC-IRC>
[Discord] <pjack1212> if i want to add a custom bootscript for rk35xx BOARDFAMILY="rk35xx" through adding BOOTSCRIPT="" rk35xx.conf is that eneough