qaz22
January 11, 2018, 12:57pm
1
Gouwa
January 11, 2018, 4:10pm
2
Hi, qaz22:
Actually, you can choose any standard USB to UART module for VIM, and the link you showed above should be works.
Enjoy!
qaz22
January 12, 2018, 1:09pm
3
potrei avere un firmware solo per cancellare mmc con solo u-boot al suo interno visto che mi si blocca sempre al 4% .
[15:04:19 670][Global][Inf]–Get system Info :
[15:04:19 670][Global][Inf]–Windows Version: Microsoft Windows 10, Bit: 64
[15:04:19 670][Global][Inf]–Scan usb device
[15:04:19 670][Global][Inf]–Aml scan WorldCup Device
[15:04:19 672][Global][Inf]–Host: Controller Enhanced Host USB per famiglia di chipset Intel® serie 7/C216 - 1E26
[15:04:19 672][Global][Inf]–DevPath:\?\pci#ven_8086&dev_1e26&subsys_50061458&rev_04#3&11583659&0&e8#{3abf6f2d-71c4-462a-8a92-1e6861e6af27}
[15:04:19 672][Global][…
grazie
I cannot get any USB-UART dongles to work with Ubuntu mate on VIM1. At least FTDI, pl2303, cp210x, ch341-uart are not recognized (not assigned to /dev/ttyX according to dmesg).
Could somebody list the USB-serial devices that are known to work on VIM1 please? Using Ubuntu mate Linux 4.9 31may 2018.
In case of somewhat similar problems a year ago with amd64 the kernel ugrade from 3.x to 4.13 helped. But at least FTDI was always recognized then.
Gouwa
August 4, 2018, 12:59pm
5
Do you mean that usb-uart on VIM device not Linux PC, right?
PL2303, CH341 should be support on Linux PC without any driver to be installed.
Yes, tried to use USB UART dongles on VIM1 with ubuntu mate 4.9 Khadas firmware.
N
numbqq
August 7, 2018, 2:01am
7
Hello ufneeme,
For linux 4.9 V180531
doesn’t support well, but I have enabled now,
So if you are a developer you can update the kernel.
If not, you can try linux 3.14 which is enabled.
Thanks.
thanks, 3.14 works for me.
khadas is a perfect thing… there is just one thing I wish - could the display rotation become enabled somehow as well?
found that ubuntu mate 3.14 image has a shortcoming - reboot will hang on some end job.
Is there an instruction somewhere how to update the kernel?
I would still like to try updating 4.9 (even if I’m not a kernel developer).
numbqq
August 10, 2018, 1:18am
10
It’s enabled in mainline linux.
This issue has been fixed. You need to update the kernel.
committed 04:03AM - 17 Jul 18 UTC
Please change to V180531 linux 4.9
image. And execute the following commands to update the kernel.
khadas@Khadas:~$ sudo systemctl stop watchdog
khadas@Khadas:~$ sudo systemctl disable watchdog
khadas@Khadas:~$ wget https://dl.khadas.com/Firmware/test/debs/linux-image-amlogic-s905x-4.9_0.3_arm64.deb
khadas@Khadas:~$ sudo dpkg -i linux-image-amlogic-s905x-4.9_0.3_arm64.deb
khadas@Khadas:~$ sudo reboot
Thanks.
got an error:
root@Khadas:~# dpkg -i linux-image-amlogic-s905x-4.9_0.3_arm64.deb
Selecting previously unselected package linux-image-amlogic-s905x-4.9.
(Reading database … 115775 files and directories currently installed.)
Preparing to unpack linux-image-amlogic-s905x-4.9_0.3_arm64.deb …
Unpacking linux-image-amlogic-s905x-4.9 (0.3) …
dpkg: error processing archive linux-image-amlogic-s905x-4.9_0.3_arm64.deb (–install):
trying to overwrite ‘/boot/config-4.9.40’, which is also in package linux-image-amlogic-s905x-linux-4.9 0.3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
linux-image-amlogic-s905x-4.9_0.3_arm64.deb
after reboot khadas logo is displayed, nothing else.
numbqq
August 10, 2018, 6:37am
13
ufneeme:
got an error:
root@Khadas:~# dpkg -i linux-image-amlogic-s905x-4.9_0.3_arm64.deb
Selecting previously unselected package linux-image-amlogic-s905x-4.9.
(Reading database … 115775 files and directories currently installed.)
Preparing to unpack linux-image-amlogic-s905x-4.9_0.3_arm64.deb …
Unpacking linux-image-amlogic-s905x-4.9 (0.3) …
dpkg: error processing archive linux-image-amlogic-s905x-4.9_0.3_arm64.deb (–install):
trying to overwrite ‘/boot/config-4.9.40’, which is also in package linux-image-amlogic-s905x-linux-4.9 0.3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
linux-image-amlogic-s905x-4.9_0.3_arm64.deb
Ooops, the kernel package name changed since last release. So you need to uninstall the old kernel and install the new kernel.
Uninstall the kernel:
$ sudo dpkg -r linux-image-amlogic-s905x-linux-4.9
Maybe you need to burn the image again…
After you burn the image, try to uninstall the old kernel first, and then install the new kernel.
Thanks.
what is the command for uninstalling the current kernel? (googling gave me answers to remove old unused kernels only)
numbqq
August 10, 2018, 6:52am
15
$ sudo dpkg -r linux-image-amlogic-s905x-linux-4.9
thanks, this helped. 4.9 seems to work fine for me now.
but related to mainline linux (to try screen rotation), I cannot see anything else but pre-alpha server for VIM1?
numbqq
August 10, 2018, 7:43am
17
Here are some test images: https://dl.khadas.com/Firmware/test/
Or you can try balbes150’s Armbian images with mainline kernel.
I decided to open a new topic since the old have accumulated a lot of obsolete data, which can confuse users.
To run all the images Armbian external drives, you must activate the multi-boot. One of the options is activated, you can read at this link.
Current Image Mate\XFCE+KODI (3.14.29) and Server
20170808
For those who already have images >20170628 you can only refresh the kodi package (download from the directory the deb on the website and install via “dpkg -i”
The main feature of…
pls ignore point2, was my mistake
numbqq
August 11, 2018, 2:04am
20
It’s stable version 4.17. No eMMC image for 4.17 now.
ufneeme:
mate 3.14 image on khadas firmware page has not changed imho, has still the same reboot issue.
Yes, it’s still V180531. If you want I can provide the kernel for you to update.
khadas@Khadas:~$ sudo systemctl stop watchdog
khadas@Khadas:~$ sudo systemctl disable watchdog
khadas@Khadas:~$ sudo dpkg -r linux-image-amlogic-s905x-linux-3.14
khadas@Khadas:~$ wget https://dl.khadas.com/Firmware/test/debs/linux-image-amlogic-s905x-3.14_0.3_arm64.deb
khadas@Khadas:~$ sudo dpkg -i linux-image-amlogic-s905x-3.14_0.3_arm64.deb
khadas@Khadas:~$ sudo reboot
Thanks.