rzk has joined #imx6-dev
rz2k has quit [Ping timeout: 240 seconds]
malik has quit [Ping timeout: 240 seconds]
silviof has quit [Ping timeout: 240 seconds]
malik_ has joined #imx6-dev
silviof has joined #imx6-dev
Esmil has quit [Ping timeout: 255 seconds]
Esmil has joined #imx6-dev
raumzeit1 has joined #imx6-dev
rzk has quit []
raumzeit has quit [Ping timeout: 264 seconds]
otavio has quit [Ping timeout: 240 seconds]
ballock has quit [Ping timeout: 240 seconds]
ballock has joined #imx6-dev
luka_ has joined #imx6-dev
luka has quit [Ping timeout: 276 seconds]
otavio has joined #imx6-dev
silviof1 has joined #imx6-dev
cnxsoft has joined #imx6-dev
silviof has quit [Ping timeout: 240 seconds]
cnxsoft has quit [Ping timeout: 240 seconds]
WarheadsSE has quit [Ping timeout: 264 seconds]
WarheadsSE has joined #imx6-dev
silviof1 is now known as silviof
luka_ is now known as luka
luka is now known as Guest92667
Guest92667 is now known as luka
luka has quit [Changing host]
luka has joined #imx6-dev
cnxsoft has joined #imx6-dev
raumzeit1 has quit [Quit: Leaving.]
<Esmil> Er0l: I actually don't create a uImage. Newer u-boot's have a bootz that can read zImage's directly
<Esmil> *bootz command
<Er0l> hi Esmil thanks for reply. I followed your instructions, compiled kernel but I fail to boot it. I have used https://github.com/ajayramaswamy/u-boot-gk802 and built u-boot from there.
<Er0l> Esmil: do you have any pointers, what does your boot.scr look like with new u-boot ?
<Esmil> yeah, you'll need something like this
<Esmil> fatload mmc 0:1 $loadaddr dongle.img
<Esmil> fatload mmc 0:1 $fdt_addr dongle.dtb
<Esmil> bootz $loadaddr - $fdt_addr
<Er0l> Esmil: dongle.img is zImage from arch/arm/boot/ ?
<Esmil> Yes
<Er0l> Esmil: too bad I'm at work now, but I will try this when I get home :) spent whole day yesterday trying to boot uImage without success.
<Esmil> Ah, damn
<Esmil> Do you keep the kernel and device tree on fat or ext?
<Er0l> ext4
<Esmil> Ah, so you only use one partition and have the kernel under /boot?
<Er0l> yes
<Er0l> I am using debian jessie image provided by hste, but I wanted to update kernel to resolve few minor issues.
<Esmil> You can try that
<Esmil> It looks for a plain text file called uEnv.txt in the root of the first partition on the sd-card
<Esmil> This file should contain something like this
<Esmil> linux=boot/dongle.img
<Esmil> devicetree=boot/dongle.dtb
<Esmil> options=console=ttymxc3,115200n8 root=/dev/mmcblk0p1 ro rootwait
<Er0l> tnx, I will try it this afternoon and get back to you.
fossxplorer has joined #imx6-dev
cnxsoft has quit [Ping timeout: 240 seconds]
cnxsoft has joined #imx6-dev
diego_r has joined #imx6-dev
rz2k has joined #imx6-dev
rz2k has quit [Remote host closed the connection]
bard3307 has joined #imx6-dev
cnxsoft has quit [Ping timeout: 240 seconds]
diego_ has joined #imx6-dev
diego_r has quit [Disconnected by services]
diego_ is now known as diego_r
diego_ has joined #imx6-dev
diego_r has quit [Disconnected by services]
diego_ is now known as diego_r
Er0l has quit [Ping timeout: 276 seconds]
Er0l has joined #imx6-dev
jk_a has quit [Read error: Connection reset by peer]
cnxsoft has joined #imx6-dev
<Er0l> Esmil: tried it, but it does not read uEnv.txt it searches for boot.scr
cnxsoft has quit [Quit: cnxsoft]
<Esmil> Er0l: No, the u-boot.imx I linked shouldn't do that
<Esmil> Then I think you might have confused the files before dd'ing or used dd wrong or something
<Esmil> ..or maybe you did "env save"
<Esmil> ..and then the new u-boot.imx finds that environment and uses that
<Esmil> Then you need to env reset or something like that
<Er0l> I will dd your u-boot.imx again and re-test
<Er0l> dd if=u-boot.imx of=/dev/mmcblk0 bs=1k seek=1 && sync
<Er0l> ?
<Esmil> yeah, that looks right
<Er0l> U-Boot 2013.04-00043-g6f8a5be-dirty (May 12 2014 - 10:18:44)
<Er0l> this looks right
<Er0l> mmc0 is current device
<Er0l> ===> Executing load mmc 0:1 0x10800000 /boot/boot.scr
<Er0l> you were right
<Er0l> env save was the issue
<hste> Er0l: did u get the the kernel to boot?
<Er0l> hste: yes, but now I need to compile asix module for usb ethernet since wifi is not working
jk_ has joined #imx6-dev
<Er0l> hste: got asix ethernet adapter and also wifi working, so it's functional :)
<Er0l> Esmil: thanks for all the help
<hste> Er0l: have u replaced the vivante stuff on jessie?
<Er0l> hste: not yet, but that's on my list. I use it mostly as headless server
jas-hacks has joined #imx6-dev
diego_r has quit [Quit: Konversation terminated!]
projectg1s has joined #imx6-dev
projectgus has quit [Ping timeout: 252 seconds]
dv_ has quit [Ping timeout: 276 seconds]
dv_ has joined #imx6-dev
<Er0l> hste: I tried vivante stuff on jessie, but X will not start (EE) module ABI major version (14) doesn't match the server's version (15)
<hste> Er0l: did u just replace the libs?
<Er0l> hste: I used gpu-viv-bin-mx6q_1_3.10.17-1.0.0-hfp-r0.tar.xz and replaced the existing ones
<hste> Er0l: how is your xorl log file?
<Er0l> [ 50.429] (EE) module ABI major version (14) doesn't match the server's version (15)
<Er0l> [ 50.447] (EE) Failed to load module "vivante" (module requirement mismatch, 0)
<Er0l> [ 50.447] (EE) No drivers available.
<Er0l> this is the culprint like I said vivante driver version is not matching the server
<hste> Er0l: did u do an apt-get upgrade?
<Er0l> ii xserver-xorg 1:7.7+7 armhf X.Org X server
<Er0l> ii xserver-xorg-core 2:1.15.1-1 armhf Xorg X server - core server
<Er0l> ii xserver-xorg-dev 2:1.15.1-1 armhf Xorg X server - development files
<hste> Er0l: I think the vivante stuff is compiled for 1.14 and u got xorg 1.15
<Er0l> hste: I can roll back and check again
<hste> Er0l: If I remember there was some problems with GL linking in 1.15 so yocto had to revert to 1.14
<Er0l> hste: I'll need to dig up 1.14 packages from your .tar.xz file :)
<hste> Er0l: I tried and I got X running. I'm not at the monitor now but from my log it looks like it started. http://pastebin.com/rCedgaFX
<Er0l> hste: I need to look for the packages elsewhere, and I will check. I have monitor here connected.
<hste> Er0l: I tried upgrading xorg and then I got the same error as you
<Er0l> hste: which exact version of xorg is working for you ?
<hste> Er0l: 1.14.3
<hste> Er0l: but if u just want X and don't need the vivante stuff you can rename /etc/X11/xorg.conf and start x again
<Er0l> hste: tnx for the tip, but I just wanted to test X with vivante. I would probably go back to console after testing like I said I'm using it as server.
<Er0l> hste: what are you using your gk802 for ? mine is mainly web server + seedbox and it works really well
<hste> Er0l: then u could remove the vivante drm from the kernel to get more free ram
<hste> Er0l: I don't use it at moment. just for playing with distros, kernel etc
<Er0l> hste: that's cool also
<Er0l> hste: vivante module can not be loaded anyway:) so now I have more free ram
<hste> Er0l: I think it reserve some memory still
<Er0l> total used free shared buffers cached
<Er0l> Mem: 1007 894 113 7 10 611
<hste> Memory: 1024MB = 1024MB total
<hste> Memory: 769724k/769724k available, 278852k reserved, 0K highmem
<Er0l> some memory is probably reserved for framebuffer
jas-hacks has left #imx6-dev [#imx6-dev]
bfederau has quit [Read error: Connection reset by peer]
bfederau has joined #imx6-dev
raumzeit has joined #imx6-dev
bard3307 has quit [Quit: Page closed]
projectg1s is now known as projectgus
bfederau has quit [Remote host closed the connection]
bfederau has joined #imx6-dev
Er0l has quit [Ping timeout: 252 seconds]
Er0l has joined #imx6-dev