Yes confirmed that work, but there is weird info when loading uImage from microSD. Part type is for sure not DOS, it is an ext4 and it boots from this cardâŚ
kvim#setenv bootargs "console=ttyAML0,115200 root=/dev/mmcblk0p1 rootwait=1 rootdelay=2 rw ipv6.disable=1 init=/usr/bin/init"
kvim#ext4load mmc 0:1 ${loadaddr} /boot/uImage
card in
init_part() 278: PART_TYPE_DOS
[mmc_init] mmc init success
21760576 bytes read in 4677 ms (4.4 MiB/s)
kvim#ext4load mmc 0:1 $dtb_mem_addr /boot/dtbs/amlogic/meson-gxl-s905x-khadas-vim.dtb
19699 bytes read in 27 ms (711.9 KiB/s)
kvim#ping 8.8.8.8
Speed: 100, full duplex
Using dwmac.c9410000 device
Abort
ping failed; host 8.8.8.8 is not alive
kvim#bootm ${loadaddr} - $dtb_mem_addr
can you push local changes of u-boot to nougat branch? because in github repository I dont see where ext4 was enabled
@Terry there is a big issue within this rom. I am not sure why but it did break the permission on microSD card which I have had for boot ArchLinuxArm. No data lost but owner is changed to something from Android.
I am not sure if I have had microSD durning flash of eMMC but in any way the ROM and ROM boot process should not change this. I know that i saw information that Android found microSD and if I would like to (brows, eject or setup the storage). I selected browse, which did not work. So i guess there is something wrong in image.
Now I need to recreate this microSDâŚ
prove (i dont have 1023 as user or group in my ArchLinuxArm installation):
[root@khadasvimpro /]# ls -al
total 72
drwxr-xr-x 18 1023 1023 4096 Jun 13 09:03 .
drwxr-xr-x 18 1023 1023 4096 Jun 13 09:03 âŚ
drwxrwxr-x 3 1023 1023 4096 Jun 13 09:03 Android
lrwxrwxrwx 1 1023 1023 7 Apr 1 03:33 bin -> usr/bin
drwxr-xr-x 3 1023 1023 4096 Jun 13 08:27 boot
drwxr-xr-x 15 root root 3020 Jun 13 09:01 dev
drwxr-xr-x 41 1023 1023 4096 Feb 1 02:09 etc
drwxr-xr-x 3 1023 1023 4096 May 27 23:09 home
lrwxrwxrwx 1 1023 1023 7 Apr 1 03:33 lib -> usr/lib
drwx------ 2 1023 1023 16384 May 25 15:41 lost+found
drwxr-xr-x 2 1023 1023 4096 Apr 1 03:33 mnt
drwxr-xr-x 3 1023 1023 4096 Jun 10 00:30 opt
dr-xr-xr-x 130 root root 0 Jan 1 1970 proc
drwxr-xâ 3 1023 1023 4096 Jun 13 09:01 root
drwxr-xr-x 17 root root 480 Jun 13 20:33 run
lrwxrwxrwx 1 1023 1023 7 Apr 1 03:33 sbin -> usr/bin
drwxr-xr-x 4 1023 1023 4096 Apr 1 03:33 srv
dr-xr-xr-x 12 root root 0 Jan 1 1970 sys
drwxrwxrwt 9 root root 180 Jun 13 20:33 tmp
drwxr-xr-x 8 1023 1023 4096 Jun 13 08:30 usr
drwxr-xr-x 12 1023 1023 4096 Feb 1 02:09 var
[root@khadasvimpro /]# ls -al Android/
total 16
drwxrwxr-x 3 1023 1023 4096 Jun 13 09:03 .
drwxr-xr-x 18 1023 1023 4096 Jun 13 09:03 âŚ
drwxrwxr-x 3 1023 1023 4096 Jun 13 09:03 data
[root@khadasvimpro /]# ls -al Android/data/
.nomedia com.google.android.gms/
[root@khadasvimpro /]# ls -al Android/data/
I did and I enabled PVR addon pvr.vdr.vnsi which connect to VDR running in same Network. But LiveTV in HD is lagging/skipping frames with Khadas VIM Pro (using Ethernet). Watching same LiveTV in HD over Windows notebook (same Kodi version and PVR addon) is working without glitches.
As I live in Europe i changed Android resolution to 1080p@50Hz. There were so many force close of Resolution settings up that I could not count them. Do someone Test this image before release?
If you have any suggestion how to make this better let me know to test it. Otherwise this image isnât working here.
Not to mention this problem with changing owner of microSD which break my ArchLinuxArm resolution @Terry I hope i will get answer about this topic.
@Terry regarding changing owner when microSD is inserted. Does this code below do this? I marked the serial console output with command âchownâ which is for changing ownership, but the rest of command I donât understand.
@Terry or someone from Khadas Support can you check this and fix?
kvim:/ $
kvim:/ $
[ 7882.485012@2] [aml_is_card_insert] card IN
_ 7882.588031@2] normal card in
[ 7882.588157@0] [aml_is_card_insert] card IN
[ 7882.589425@2] [aml_is_card_insert] card IN
[ 7882.949410@0] sd: new high speed SD card at address b368
[ 7882.949612@0] sd: clock 50000000, 4-bit-bus-width
I gave up on Ubuntu until gpu drivers become available, i did flash Nougat yesterday, i still receive message âsystem ui has stoppedâ.
I did receive it with Nougat version from april, i hoped to avoid it with your latest build, because i didnât have such issues with Marshmallow.
Problem is that the message repeats every few seconds, it wonât stop until i reboot or shut down the device.
It happens on daily basis, sometimes it works for few hours without showing up, and i canât figure out what can be the cause of this, i tried looking in the settings, but i donât see a solution.
@Terry I am not sure what does this with âYou can modify some filesâ help me? Can you explain it a bit more.
In my opinion no OS should change owner/permission of an medium from which is not booted (in my case with micro SD card), so this is for me Android Nougat bug in image you use to be able to read this micro SD card. I am not sure if does this with Marshmallow to.