hikey970 ubuntu 桌面版发布了
Username:shunyaPassword:shunya
固件下载地址:https://pan.baidu.com/s/1GQbI8srlC8bQTEc4HPuBgg
安装方法,与安装android是一样的
*******************************************************************************************************************************
*FLASHING Lebuntu 16.04 IMAGE ONLY*
********************************************************************************************************************************
Step 1: Turning on the Switches
Make
Switch 1 : ON
Switch 2 : OFF
Switch 3 : ON
Switch 4 : OFF
Note: If the switches are not in correct order then fastboot will not work.
Step 2: Connecting Cables
Connect USB Type C cable to the host and board
Connect the Power Adapter.
Step 3: Flashing the Lebuntu Images
./flash-minimum-binaries.sh
Step 4: Remove the power supply and turn on the switches
Make
Switch 1 : ON
Switch 2 : OFF
Switch 3 : OFF
Switch 4 : OFF
Note: If the switches are not in correct order then console will not work.
Step 5: Booting your image
**Remove USB Type C cable (important)
Connect HDMI cable.
Connect the Power Adapter.
NOTE: Plug the HDMI cable before powering up.HDMI hot plug may not work.
Login details:
Username:shunya
Password:shunya
Release Info:
Kernel Version: 4.9.78-147538
Bootloader: UEFI + GNU GRUB 2.02
Operating System: Lebuntu-16.04 (LTS)
Desktop Environment: LXDE
上图中 10.1寸屏,可以支持触摸,购买链接
Nice,建议加个hash,MutliPar什么的,不确定度盘会不会坏档啊 /分区空间太小了,怎么调整啊 本帖最后由 风火轮用户99109 于 2018-8-5 16:44 编辑
风火轮用户42214 发表于 2018-8-5 12:11
/分区空间太小了,怎么调整啊
sudo apt install gparted
不止分区太小,分区表还有问题。
我把sdd13~15都删了,扩大了sdd12 风火轮用户99109 发表于 2018-8-5 16:29
sudo apt install gparted
不止分区太小,分区表还有问题。
我把sdd13~15都删了,扩大了sdd12 ...
我都没敢删,怕删除后有问题,我想的是怎样将其移动,但用这个软件移动报错 :'(删除前几个分区后 fastboot都进不去了,大家千万别像我手贱删除了 本帖最后由 风火轮用户99109 于 2018-8-5 20:48 编辑
风火轮用户42214 发表于 2018-8-5 18:15
删除前几个分区后 fastboot都进不去了,大家千万别像我手贱删除了
你删前几个干什么啊,删sdd13到sdd15啊。
前11个分区加起来都没有1G,还净是重要分区,动那些做什么啊{:3_57:}
sdd1是xloader
sdd2是fastboot
看名字就不能动啊
这个是在host是lwindow还是linux下安装的? D:\mmm.png
HDMI 屏幕亮灭 交替闪烁, 出现图片错误 怎么解决? 风火轮用户38201 发表于 2018-8-7 09:27
HDMI 屏幕亮灭 交替闪烁, 出现图片错误 怎么解决?
[ 2.454013] EXT4-fs (sdd12): couldn't mount as ext3 due to feature incompatibilities
[ 2.534659] (stk) :ldisc installation timeout Failed to start Hostname Service.
See 'systemctl status systemd-hostnamed.service' for details.
Started Update UTMP about System Runlevel Changes.
[ 3.522900] vgaarb: this pci device is not a vga device
[ 3.558509] (stk) : timed out waiting for ldisc to be un-installed[ 4.183890] vgaarb: this pci device is not a vga device
Created slice User Slice of lightdm.
Starting User Manager for UID 107...
Started Session c1 of user lightdm.
Started User Manager for UID 107.
[ 4.678535] (stk) :ldisc installation timeout(stk) : timed out waiting for ldisc to be un-installed(stk) :ldisc installation timeout(stk) : timed out waiting for ldisc to be un-installed(stk) :ldisc installation timeout
Ubuntu 16.04.4 LTS hikey970 ttyAMA6
hikey970 login: (stk) : timed out waiting for ldisc to be un-installed(stk) :ldisc installation timeout(stk) : timed out waiting for ldisc to be un-installed(stk) :ldisc installation timeout(stk) : timed out waiting for ldisc to be un-installed[ 14.285286] Bluetooth: st_register failed -22
[ 15.430532] (stk) :ldisc installation timeout
[ 16.454582] (stk) : timed out waiting for ldisc to be un-installed
[ 17.574553] (stk) :ldisc installation timeout
[ 18.598545] (stk) : timed out waiting for ldisc to be un-installed
[ 19.718583] (stk) :ldisc installation timeout
[ 20.742553] (stk) : timed out waiting for ldisc to be un-installed
[ 21.862538] (stk) :ldisc installation timeout
[ 22.886543] (stk) : timed out waiting for ldisc to be un-installed
[ 24.006760] (stk) :ldisc installation timeout
[ 25.030525] (stk) : timed out waiting for ldisc to be un-installed
[ 26.150525] (stk) :ldisc installation timeout
[ 27.175639] (stk) : timed out waiting for ldisc to be un-installed
[ 27.183906] Bluetooth: st_register failed -22
本帖最后由 风火轮用户99109 于 2018-8-7 16:32 编辑
刚才我去96boards论坛,看到nish的扩容解决方案,受到了启发。
可以将root的位置更改到sdd15,从而解决空间不足的问题。
方法如下:
1. 修改镜像中boot的grub.cfg
挂载boot-hikey970.uefi.img
sudo mkdir /mnt/boot-hikey970
sudo mount -o loop boot-hikey970.uefi.img /mnt/boot-hikey970
sudo nano /mnt/boot-hikey970/boot/grub/grub.cfg
将其中的sdd12和gpt12的12改成15。
sudo umount /mnt/boot-hikey970
2. 然后将更新脚本中的system改成userdata
fastboot flash system leubuntu-16.04.img
改为
fastboot flash userdata leubuntu-16.04.img
3. 更新并重启,然后扩展分区到实际大小
sudo resize2fs /dev/sdd15
我把前两步修改的文件传到了百度盘,仅供参考
链接: https://pan.baidu.com/s/1Sq0GKnkoq2T1Cp1N8EEPFw 密码: 75n8 先看看我们烧录固件的贴子吧
在windows下你就用updata-hikey970.bat 如果你按11楼的方法处理后,要注意在windows下的烧录文件名为updata-hikey9702.bat,并且要注意烧录完启动后别忘记最后一步:
更新并重启,然后扩展分区到实际大小
sudo resize2fs /dev/sdd15 本帖最后由 风火轮用户99109 于 2018-8-9 09:36 编辑
风火轮用户68135 发表于 2018-8-9 08:50
如果你按11楼的方法处理后,要注意在windows下的烧录文件名为updata-hikey9702.bat,并且要注意烧录完启动 ...
为了避免覆盖原文件,我把文件名改了。
如果用下载的文件,不需要按步骤来修改,只需要按你说的:
1. 用updata-hikey9702.bat烧录
2. 按reset重启
3. sudo resize2fs /dev/sdd15
即可
风火轮用户99109 发表于 2018-8-7 16:29
刚才我去96boards论坛,看到nish的扩容解决方案,受到了启发。
可以将root的位置更改到sdd15,从而解决空间 ...
谢谢分享 风火轮用户86404 发表于 2018-8-10 15:36
为何桌面刷新那么慢?是因为镜像不支持Mali GPU驱动的缘故吗?
不算慢呀 在linux下如何使用NPU? 没有这方面的资料 烧完后,lubuntu的图形界面刷新好像有问题,有严重的拖尾现象,应该怎么办?
kali网站上没找到相应的hikey970的driver 我用这个版本安装QT5时总是提示出错,不能运行,总提示EXEC的格式有误。再有我把桌面换成Gnome后启动时会长时间进不了桌面,但是secureCRT可以马上进的。 关于Mali G72的支持,可以安装下opencl试试。以下链接是针对Hikey 960和Mali G71的,但我感觉也可以用在970上:https://developer.arm.com/products/software/mali-drivers/user-space 。
下载mali-G71_r9p0-01rel0_linux_1fbdev.tar.gz, 解压到/opt下,在/etc/ld.so.conf.d/ 目录下添加文件 opencl.cconf, 内容为 /opt/fbdev, 然后运行 sudo ldconfig 即可。
可能存在的问题是:对于clCreateFromGL*等函数没有实现。
这是我发在arm论坛上的问题,但目前没人答复: https://community.arm.com/graphics/f/discussions/11151/opencl-issue-with-hikey970-mali-g72#
此外,我的图形界面本来正常,昨天也出现了9楼、10楼的那种情况,目前已经进不去了。 :-(
再吐槽下这个论坛和QQ的绑定;我这个非QQ登录的账号只能回帖,发不了新帖..:@ 哦,还有,显示器必须是正好1920*1080的分辨率,否则显示不正常,我的1920*1200的显示器无法显示顶部和底部按钮;系统无法自适应。 本帖最后由 风火轮用户99109 于 2018-8-13 20:48 编辑
LeMaker发布了新的Lebian,包含了预安装的tensorflow,该版本包含opencl
http://mirror.lemaker.org/hikey970-lebian-9.tar.gz
默认刷到userdata,但是启动镜像还是指向了sdd12。
我修改了更新的批处理和启动镜像
链接: https://pan.baidu.com/s/1Ab-dHOXkirU-bCMA0TbC-Q 密码: d8j4
update_Hikey970_all 会更新所有分区,适用于之前使用Android的板子
update_Hikey970_minimum 只更新boot和rootfs,适用于之前刷了debian或ubuntu的板子
重启后需要扩容
sudo resize2fs /dev/sdd15
连接wifi在终端使用nmtui
sudo nmtui
风火轮用户99109 发表于 2018-8-13 20:11
LeMaker发布了新的Lebian,包含了预安装的tensorflow,该版本包含opencl
http://mirror.lemaker.org/hikey9 ...
多谢分享 chunchengfh 发表于 2018-8-13 15:49
关于Mali G72的支持,可以安装下opencl试试。以下链接是针对Hikey 960和Mali G71的,但我感觉也可以用在970 ...
lebian系统支持opencl,我提取了部分文件,可以试一下。
链接: https://pan.baidu.com/s/1hy0VDMF_X6VmwhNWja8Pew 密码: x994
另外,桌面卡顿在hdmi输出上非常明显,而在vnc上几乎没有。 风火轮用户86404 发表于 2018-8-11 17:02
你回答镜像有没有支持Mali G72就好了。何必在算与不算的评价标准上兜圈子?! ...
我爱怎么答也是比较随性,只是在交流,我的回答也不一定正确,不要对我这么高要求,这个系统也不是我做的,就是是我做的,你也不用这么质问的,心平气和一点嘛 Ubuntu系统root用户密码是多少 风火轮用户53934 发表于 2018-8-14 14:05
Ubuntu系统root用户密码是多少
root密码要自已创建的吧 Ubuntu桌面版会默认打开串口调试吗 这个固件是lemaker编译的,这个你要自已测试或者问一下他们哟 usb 的无线手柄不识别为js0.
好像驱动不对,麻烦看一下
shunya@hikey970:~$ ls -l /dev/input
total 0
drwxr-xr-x2 root root 100 8月27 14:11 by-id
drwxr-xr-x2 root root 120 8月27 14:11 by-path
crw-rw----1 root input 13, 64 8月27 12:18 event0
crw-rw----+ 1 root input 13, 65 8月27 12:18 event1
crw-rw----+ 1 root input 13, 66 8月27 12:18 event2
crw-rw----+ 1 root input 13, 67 8月27 12:18 event3
crw-rw----+ 1 root input 13, 68 8月27 12:18 event4
crw-rw----1 root input 13, 69 8月27 14:11 event5
crw-rw----1 root input 13, 70 8月27 14:11 event6
crw-rw----1 root input 13, 63 8月27 12:18 mice
crw-rw----1 root input 13, 32 8月27 14:11 mouse0
shunya@hikey970:~$ ls -l /dev/input/by-id
total 0
lrwxrwxrwx 1 root root 9 8月27 14:11 usb-0461_USB_Optical_Mouse-event-mouse -> ../event6
lrwxrwxrwx 1 root root 9 8月27 14:11 usb-0461_USB_Optical_Mouse-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 8月27 14:11 usb-DELL_Dell_USB_Entry_Keyboard-event-kbd -> ../event5
shunya@hikey970:~$ ls -l /dev/input/by-id
total 0
lrwxrwxrwx 1 root root 9 8月27 14:16 usb-0461_USB_Optical_Mouse-event-mouse -> ../event7
lrwxrwxrwx 1 root root 9 8月27 14:16 usb-0461_USB_Optical_Mouse-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 8月27 14:16 usb-DELL_Dell_USB_Entry_Keyboard-event-kbd -> ../event6
lrwxrwxrwx 1 root root 9 8月27 14:16 usb-Logitech_Wireless_Gamepad_F710_17659F72-event-joystick -> ../event5
usb-Logitech_Wireless_Gamepad_F710_17659F72-event-joystick -> ../event5这个的驱动我都更新了,还是读不到,我换了xbox 360的无线手柄也读不到 风火轮用户99109 发表于 2018-8-13 20:37
lebian系统支持opencl,我提取了部分文件,可以试一下。
链接: https://pan.baidu.com/s/1hy0VDMF_X6Vmwh ...
您好 我下载了您提供的opencl包,但不知如何使用,方便指点一下迷津可否? 请问pl2303驱动是不是没有装入内核 刚买HiKey970 ,冒个泡
1)分区太小,已经解决。谢谢前面的帖子
2)窗口拖影严重,貌似没有用GPU
3)我用opencv,欢迎交流 在问个问题:这个OS 是LeMaker做的吧?叫LeBuntu,是基于 Lubuntu 吧?就是说UI 和普通的Ubuntu不一样,和LuBuntu 的UI 一样
先谢谢前辈 请教现在版本的几个问题怎么解决:
1)休眠后就死机了,休眠后就不能唤醒,休眠也关不了。
请问怎么关闭休眠
2) U盘插上去,就死机了
3) UI不能设置时间和时区。只能用 date -R ; tzselect设置 中文支持怎么安装? 风火轮用户66535 发表于 2019-4-11 17:02
刚买HiKey970 ,冒个泡
1)分区太小,已经解决。谢谢前面的帖子
2)窗口拖影严重,貌似没有用GPU
请问一下我安装完没有tensorflow是为什么呢,方便加QQ询问一下吗 风火轮用户13219 发表于 2019-4-23 17:55
请问一下我安装完没有tensorflow是为什么呢,方便加QQ询问一下吗
店家说:这个Ubuntu 不支持“深度学习、NPU”,按道理是不支持tensorflow,我不用这个板子做深度学习。我是用来做“传统计算机视觉”
我的QQ: 20256005,你可以加我,注明什么事情 请问,屏幕内容显示不全,左右好像被切断了一些,怎么解决决吗?:D
风火轮用户99109 发表于 2018-8-13 20:37
lebian系统支持opencl,我提取了部分文件,可以试一下。
链接: https://pan.baidu.com/s/1hy0VDMF_X6Vmwh ...
你好,想知道您vnc怎么使用的,我们使用远程之后运行ros_rviz很卡,请问怎么解决呢?
感觉像是没有全力运行的情况,如果直接在hikey970上运行,温度能到很高,
但现在温度只有50度。
页:
[1]