Jump to content

deskwizard

Members
  • Posts

    6
  • Joined

  • Last visited

  1. Alright, I was missing the proper setting in the fex file... solved. I do have one issue left though, any way to stop CEC from grabbing the TV output? I had to shut down the board to be able to stay on another output. Clues welcome!
  2. Hi everyone, I am having issues with video output on my A20-micro when using legacy kernel. I get the proper output from uboot, but when it starts to load the kernel, I get some garbage on the screen, then nothing. I had a look through the forums to no avail. My boot logs are uploaded to http://sprunge.us/dGhS From what I see, the default kernel command line seems to be correct for my purpose. The system is up and running as I can login through serial and SSH. I tried setting the resolution with a10disp but I got the following response: "Cannot change HDMI mode because HDMI is not enabled." Anyone has a clue on what I am missing ? Thanks, DW
  3. As for the wifi automatic configuration, it's in the same file, a little lower. Here is what mine looks like as reference, there's a couple details that aren't mentionned, like the SSID requiring quotes. # Wireless adapter #1 auto wlan0 iface wlan0 inet dhcp wpa-ssid "WIFI_SSID" wpa-psk 9a7c22f1277fe84d694fdas765f67dsa856fas785fds9e78d9b288d412be01e516 The command to generate the key is listed in the file below the wifi settings. Beware, don't copy paste the result as it is not formatted properly, use the results only. I just tested it with WPA2 and it booted and connected wifi flawlessly. Deskwizard
  4. Hi latinhawk, For the network configuration, have a look at: http://www.armbian.com/documentation/ You just have to edit the configuration file, or better yet, make a new one and symlink it to /etc/network/interfaces . Commenting out the eth0 section will solve your problem with the boot stopping if ethernet is unplugged. I just tested it and it works perfectly now (doesn't stop booting). Connecting wifi would be in the same file I am guessing, but I haven't tested that yet. Deskwizard
  5. Hi Igor, Thanks for the quick reply. Unfortunately that did not work. I'm going to try mainstream instead of legacy but I think I will get the same result as the kernel compiles ok, but libvdpau fails... missing headers maybe? I'll look into that when I have more free time I'll have a look at what repository it clones and have a look in case I could fix. Charles
  6. Good morning, I am trying to compile the lastest sources for the olinuxino-a20-micro and it fails on building libvdpau. VM guest is Ubuntu Mate 14.04 Here is what the actual error is (I left out the rest of the console log since it was fine): Cloning into '/home/deskwizard/A20-armbian/output/cache/sdcard/tmp/libvdpau-sunxi'... remote: Counting objects: 609, done. remote: Compressing objects: 100% (26/26), done. remote: Total 609 (delta 15), reused 1 (delta 1), pack-reused 582 Receiving objects: 100% (609/609), 299.91 KiB | 0 bytes/s, done. Resolving deltas: 100% (407/407), done. Checking connectivity... done. cc -MD -MP -MQ device.o -fpic -fvisibility=hidden -Wall -O3 -c device.c -o device.o cc -MD -MP -MQ presentation_queue.o -fpic -fvisibility=hidden -Wall -O3 -c presentation_queue.c -o presentation_queue.o cc -MD -MP -MQ surface_output.o -fpic -fvisibility=hidden -Wall -O3 -c surface_output.c -o surface_output.o cc -MD -MP -MQ surface_video.o -fpic -fvisibility=hidden -Wall -O3 -c surface_video.c -o surface_video.o cc -MD -MP -MQ surface_bitmap.o -fpic -fvisibility=hidden -Wall -O3 -c surface_bitmap.c -o surface_bitmap.o cc -MD -MP -MQ video_mixer.o -fpic -fvisibility=hidden -Wall -O3 -c video_mixer.c -o video_mixer.o cc -MD -MP -MQ decoder.o -fpic -fvisibility=hidden -Wall -O3 -c decoder.c -o decoder.o decoder.c: In function 'vdp_decoder_create': decoder.c:63:7: error: 'VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE' undeclared (first use in this function) case VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE: ^ decoder.c:63:7: note: each undeclared identifier is reported only once for each function it appears in decoder.c:64:7: error: 'VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH' undeclared (first use in this function) case VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH: ^ decoder.c: In function 'vdp_decoder_query_capabilities': decoder.c:188:7: error: 'VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE' undeclared (first use in this function) case VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE: ^ decoder.c:189:7: error: 'VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH' undeclared (first use in this function) case VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH: ^ make: *** [decoder.o] Error 1 cp: cannot stat ‘/home/deskwizard/A20-armbian/output/cache/sdcard/tmp/libvdpau-sunxi/libvdpau_sunxi.so.1’: No such file or directory Any pointers on what the issue might be or ways to figure it out ? Thanks, Deskwizard
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines