Rock Pi 5 should be shipping soon, but this thing is cute, in an enclosure, etc. Maybe the Rock Pi 5 will help support this thing too.
Hopefully here we can collect info about the H96 Max V58 device
Item Purchased:
❯ adb shell
rk3588_box:/ # ls /dev/block/by-name
backup baseparameter boot cache dtbo logo metadata misc
mmcblk0 mmcblk0boot0 mmcblk0boot1
recovery security super trust uboot userdata vbmeta
❯ cat /proc/device-tree/compatible; echo
rockchip,rk3588-nvr-demo-v10-androidrockchip,rk3588
❯ file boot.img
boot.img: Android bootimg, kernel (0x10008000), ramdisk (0x11000000), second stage (0x10f00000), page size: 2048, cmdline (console=ttyFIQ0 firmware_class.path=/vendor/etc/firmware init=/init rootwait ro loop.max_part=7 androidboot.console=ttyFIQ0 and)
note the weird console=tty val
internet archive:
adb connect <dev-ip>
from your PCnotes:
notes:
unclear if this is useful, re-plugging USB-OTG here doesn't do anything
❯ fastboot devices
HCY58uk5hm8Tp85DwGAj Android Fastboot
Release reset button after 6 seconds.
relevant boot uart log:
boot mode: recovery (misc)
boot mode: None
Android 12.0, Build 2022.6, v2
Found DTB in boot part
DTB: rk-kernel.dtb
HASH(c): OK
ANDROID: fdt overlay OK
[snip]
Model: Rockchip RK3588 NVR DEMO LP4 V10 Android Board
download key pressed... entering download mode...
RKUSB: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x747c000
\%
(the last bit is animated, seemingly waiting for rockusb commands from PC)
dmesg output:
[90320.423807] usb 3-1: New USB device found, idVendor=2207, idProduct=350b, bcdDevice= 2.23
[90320.423812] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[90320.423815] usb 3-1: Product: USB download gadget
[90320.423816] usb 3-1: Manufacturer: Rockchip
[90320.423817] usb 3-1: SerialNumber: HCY58uk5hm8Tp85DwGAj
~
❯ rkdeveloptool ld
DevNo=1 Vid=0x2207,Pid=0x350b,LocationID=301 Loader
~
❯ adb root
restarting adbd as root
~
❯ adb pull /dev/block/by-name/boot /tmp/boot.img
/dev/block/by-name/boot: 1 file pulled, 0 skipped. 94.3 MB/s (50331648 bytes in 0.509s)