warpme_ has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
System_Error has joined #linux-rockchip
<diederik>
I'm trying maskrom mode on RockPro64 and while it seems to enter maskrom mode, ``rkdeveloptool test-device`` returns "Test Device failed!" and listing partitions also returns errors. Can someone confirm this on their RockPro64?
<diederik>
I've tried it with Debian's 2025.01 and my self-compiled 2025.04 version and both give this issue
warpme_ has joined #linux-rockchip
stikonas has quit [Ping timeout: 268 seconds]
mripard has quit [Quit: WeeChat 4.6.2]
<CounterPillow>
you need to upload the loader into ram with rkdeveloptool first
<CounterPillow>
before that, basically all commands will fail
<diederik>
ah ok, thanks :)
<Daanct12>
is there any benefit in using rkbin miniloader over U-Boot SPL?
<diederik>
which loader do I need? I have ``rk3399_miniloader_v1.30.bin`` from the rkbin repo, but it seems that there's also an artifact of an U-Boot build named rk3399_loader_<version> (which I didn't store and it looks like neither does the Debian package)
stikonas has joined #linux-rockchip
<diederik>
The Debian package does have a ``u-boot-spl.bin`` in ``/usr/lib/u-boot/rockpro64-rk3399/``
<qschulz>
diederik: you need to generate the db with boot_merger IIRC
<diederik>
I don't think I've heard of boot_merger before ...