VIM3 Android Pie V210527 ROM Release

Here release VIM3 Android Pie ROM

Check Firmware Page to download the ROM.

ROM Infos:

  • ROM version: VIM3_Pie_V210527
  • MD5SUM: 62df4ba2090594a9aaa1f1f56536f20c
  • The ROM is for EMMC installation only

Change Log

  • add Coexistence of WiFi and Ethernet

  • fixup 4G can not get network

  • add single resolution support
    1024x768p60hz
    1440x900p60hz
    640x480p60hz
    1280x1024p60hz
    800x600p60hz
    1680x1050p60hz
    1024x600p60hz
    2560x1600p60hz
    2560x1440p60hz
    2560x1080p60hz
    1920x1200p60hz
    1600x1200p60hz
    1600x900p60hz
    1360x768p60hz
    1280x800p60hz
    480x320p60hz
    800x480p60hz
    1280x480p60hz

  • update amlogic sdk to p-amlogic-openlinux-20201225-ds-ott.xml version

  • update npu sdk version to 6.4.4.3

Upgrade guidance:

6 Likes

Solve the google chrome error please!

edit. chrome problem fixed.

合入实现以太网与wifi共存的修改,目前来看连接上以太网,wifi还是连接不上

@seekdream1990 请问你是怎么测试的?

After upgrade to this rom, still cannot set to 1920x1200 via settings. By overriding the display mode with
echo “1920x1200p60hz” > /sys/class/display/mode
The HDMI output is switched to 1920x1200 but wm size is still showing physical size: 1600x1200 and part of the screen is black.
Any solutions?

cat sys/class/amhdmitx/amhdmitx0/vesa_cap
cat /sys/class/graphics/fb0/osd_background_size
wm size
please input the above command ,then send the result to me

你合入了哪些修改?你是用自己编的固件测试的?补丁都打上是可以共存的,你打了哪些补丁?

kvim3:/ # cat sys/class/amhdmitx/amhdmitx0/vesa_cap
640x480p60hz
800x600p60hz
1024x768p60hz
1280x1024p60hz
1600x1200p60hz
1152x864p75hz
kvim3:/ # cat /sys/class/graphics/fb0/osd_background_size
1600 1200 1600 1200 0 0 1600 1200
kvim3:/ # wm size
Physical size: 1600x1200
Override size: 1920x1200
kvim3:/ # cat /sys/class/display/mode
1920x1200p60hz

And I just tried the latest Ubuntu image, it can correctly detect my display

input following commands when you enter uboot command line
setenv hdmimode 1920x1200p60hz
setenv outputmode 1920x1200p60hz
saveenv
reboot board and enter uboot command line ,then to check if it can display normal

设备连接上以太网,再连接wifi,如果正常应该wifi能够正常连接,只是还是使用以太网?是这样

我看就是framework的一个修改 其他没有了把



这两个修改也要加上

降低以太网评分为30,那不是共存时wifi优先?

目前的做法就是wifi 用来访问外网,有线用来访问局域网

I tried but no lucks. The env in uboot seems is reset by android after boot.
Here is the log of the tty.

after you input setenv hdmimode 1920x1200p60hz ,then enter uboot cmd line , not reboot ,can you see the logo on the screen or the screen is black ?

no luck. same as saveenv & reboot. it can boot into android but the rendering and output resolution is 1600x1200. If I override /sys/class/display/mode and wm size, the output resolution is 1920x1200 but the android ui is only showing on part of the screen with black letter box.

1 Like

you misunderstood me ,after you have entered the three command
setenv hdmimode 1920x1200p60hz
setenv outputmode 1920x1200p60hz
saveenv

then reboot , just go to the uboot command line to see if the logo is displayed on the screen,don’t need to enter Android

1 Like

Yes the logo is displayed on the screen and the resolution reported by the monitor is 1920x1200 in uboot command line

Any chance to implement the encryption settings?