Julien Chauveau

Results 4 comments of Julien Chauveau

Hello, `rkdeveloptool` does support RK3399 but you have to get into **Maskrom mode** or **Rockusb mode**, as specified in the Rockchip Wiki: http://opensource.rock-chips.com/wiki_Rockusb You have to press Recovery button (or...

I don't have a Rock960, but I get USB ID **2207:330C** in Maskrom mode with the Rock Pi 4, and that works fine. $ lsusb Bus 020 Device 062: ID...

I'm pretty sure you need to get USB ID 2207:330C in maskrom mode. You may be too quick to release the maskrom button. Try to wait a few seconds after...

Hello, Have a look at file `drivers/video/rockchip/hdmi/hdmi_lcdc.c` This resolution should be supported: `720x480p@60Hz` So you can try changing `HDMI_VIDEO_DEFAULT_MODE` in `drivers/video/rockchip/hdmi/rk_hdmi.h` Line _321_, modify like this for a **4/3** monitor:...