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
<Armbian-Discord> <M​icroLinux (Salva)> Does anyone knows if rockpi4c+ can run at proper 1600 mhz ram speeds blobless currently? or its still a potato compared to real rk3399...
<Armbian-Discord> <c​odezomb> Trying to get my Opi 4 LTS 3G (1.2v) to boot. First I downloaded the jammy 5.15 release, it just skips over the sd and boots to andriod. Then I went further back to try focal 5.10 kernel, seems like I get a boot loop, but no display on the screen. Lastly I tried the sid 5.18, with the same boot loop result (no display). I'm using a class 10 Samsun EVO 32GB card. Is there something else I'm missing?
<Armbian-Discord> <c​odezomb> I've tried this on two different Opi 4 LTS with the same results
<Armbian-Discord> <W​erner> Tried removing eMMC?
<Armbian-Discord> <c​odezomb> Not sure how to remove the eMMC.
<Armbian-Discord> <W​erner> Me neither, don't have this board 😂
<Armbian-Discord> <W​erner> Maybe there is some sort of switch or jumper for disabling eMMC
<Armbian-Discord> <W​erner> Rock chip Boot order is fixed. Starts with spi, then eMMC, then sd. If it finds a bolt loader on eMMC it will use it to. And if that one does not check if SD is present booting from that is impossibly. Therefor eMMC needs to be disabled in some way. Most likely possible but you have to do research how to do that.
<Armbian-Discord> <a​mazingfate> @EfeCTN why ap6275p is supported by an overlay? I think we can just add it to the board device tree.
<Armbian-Discord> <a​mazingfate> https://github.com/armbian/build/pull/4829/files
<Armbian-Discord> <E​feCTN> It's not a part of opi5
<Armbian-Discord> <a​mazingfate> It should be just a gpio pin set
<Armbian-Discord> <E​feCTN> It's just be added by çok external m2 module
<Armbian-Discord> <a​mazingfate> You can find it in the device tree of rock5b: https://github.com/radxa/kernel/blob/linux-5.10-gen-rkr3.4/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts#L77
<Armbian-Discord> <a​mazingfate> That's board related.
<Armbian-Discord> <a​mazingfate> And these two nodes have been already enabled in the device tree:https://github.com/orangepi-xunlong/linux-orangepi/blob/orange-pi-5.10-rk3588/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5b.dts#L379
<Armbian-Discord> <E​feCTN> It's 5b, not 5
<Armbian-Discord> <E​feCTN> It has onboard wifi
<Armbian-Discord> <E​feCTN> I think it's not much necessary to define new node sinde it's not builtin on 5
<Armbian-Discord> <a​mazingfate> Can you install the ap6275 wireless card to opi5? That is a m.2 m slot.
<Armbian-Discord> <a​mazingfate> despite of that, rock 5b has a m.2 e slot and the board doesn't know what wifi card is going to get installed, but radxa still enable these two nodes for compatibility
<Armbian-Discord> <E​feCTN> I don't have it
<Armbian-Discord> <E​feCTN> Are other cards -like m2 ssd- working there when it's enabled?
<Armbian-Discord> <E​feCTN> I think it's still unnecessary but if it's good practise we can enable it default
<Armbian-Discord> <a​mazingfate> That's strange, a wifi card overlay to a board with m.2 m slot. I wonder if this overlay is really useful on the current hardware version of opi5.
<Armbian-Discord> <a​mazingfate> And for opi5b this overlay is useless, no need to enable it twice.
<Armbian-Discord> <E​feCTN> Then we can do it with pre-enabled
<Armbian-Discord> <E​feCTN> I can try it tonight
<Armbian-Discord> <a​mazingfate> I'm going to toggle the kernel of family rockchip-rk3588 to rockchip official sdk branch. Now I'm checking these current patches.
<lanefu> Codezomb: you'll probably need to use the rkdeveloptool to erase emmc via USB
<lanefu> Or see if orange pi 's official Linux image has the additional partition voodoo to appease the android bootloader and boot from sd. .then wipe emmc from there
troglodito has quit [Ping timeout: 264 seconds]
troglodito has joined #armbian-rockchip
<Armbian-Discord> <P​rax> Is there any way to emulate android on armbian with hardware acceleration? Using an Orange Pi 5 with a rk 3588. I tried waydroid but they only support upstream mesa.
<Armbian-Discord> <a​mazingfate> Some Chinese people have tried that, let me find it.
<Armbian-Discord> <a​mazingfate> https://github.com/ChisBread/malior#malior-redroid
<Armbian-Discord> <a​mazingfate> https://github.com/remote-android/redroid-doc
<Armbian-Discord> <P​rax> Great will take a look
<Armbian-Discord> <s​tvhay> Is there any solution to this weird situation?
<Armbian-Discord> <s​tvhay> ```markdown
<Armbian-Discord> <s​tvhay> | Support | YT8010 | YT8510 | YT8511 | YT8512 | YT8521 | YT8531 | RK631 (gig) |
<Armbian-Discord> <s​tvhay> |----------------|--------|--------|--------|--------|--------|--------|-------------|
<Armbian-Discord> <s​tvhay> | Rockchip-3.6 | | | X | | X | X | X |
<Armbian-Discord> <s​tvhay> | Orange Pi 5 | X | X | X | X | | | |
<Armbian-Discord> <s​tvhay> ```
<Armbian-Discord> <s​tvhay> is it possible these could coexist somehow?