Ubuntu Mate 关键版本 V170220, 至 固件页面 下载 Ubuntu Mate 安装在您的 Khadas VIM S905X 4K开发板 上面吧!- 深圳市世野科技有限公司
4K开发板 Ubuntu Mate最新固件信息:
- 固件版本号: Vim_Ubuntu-mate-16.04_V170220.7z
- MD5SUM: 3b73c4d2b2f0352ba2209face183e1eb
- 固件安装在eMMC
- 账户信息
- Root user: root
- Password: khadas
- Admin user: khadas
- Password: khadas
- LED 显示灯说明:
- Booting: heartbeat
- Boot up: breathe
- 24bit RGB color
修改日志:
- 第一版本 (based on Vim_Ubuntu-server-16.04_V170211)
- 升级到最新的ubuntu-16.04.2
须知:
- Mali 2D/3D 硬件加速 (在发布之前仍存在问题)
- 还不支持32位RGB颜色
- 不支持SD卡升级
升级指南:
Setup
1) LED mode setup
EMMC mode:
1 |
root@Khadas:~# echo emmc > /sys/class/leds/red/trigger |
or turn off mode:
1 |
root@Khadas:~# echo none > /sys/class/leds/red/trigger |
More states:
1 2 3 |
root@Khadas:~# cat /sys/class/leds/red/trigger none nand-disk timer oneshot heartbeat backlight gpio cpu0 cpu1 cpu2 cpu3 default-on sd emmc sdio [breathe] scpi scpistop rfkill0 rfkill1 rfkill2 rfkill3 root@Khadas:~# |
2) HDMI Overscan
1 2 |
root@Khadas:~# echo 10 10 1909 1069 > /sys/class/graphics/fb0/window_axis root@Khadas:~# echo 0x10001 > /sys/class/graphics/fb0/free_scale |
Tips: window_axis parameter valued as: left + bottom + right + top
- left + right = 1919
- bottom + top = 1079
3) 自动登录
1 |
root@Khadas:~# <editor> /etc/lightdm/lightdm.conf.d/50-myconfig.conf |
添加一下内容:
1 2 |
[SeatDefaults] autologin-user=khadas |
Enjoy!