Jump to content

pongo2g

Members
  • Posts

    11
  • Joined

  • Last visited

  1. Hi, i will integrate a touchscreen ft5x_ts, resolution of 1024x600, gpu and uart0 debug. My system says that can't not found filesystem. Please take a look to the picture. I use: ubuntu 1404 lts server amd64 without gui and cubieboard2. If i compile it without modifiy boot.cmd it works. Red is modified. setenv bootargs "console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait rootfstype=ext4 cgroup-enable=memory swapaccount=1 sunxi_ve_mem_reserve=190 sunxi_g2d_mem_reserve=16 sunxi_no_mali_mem_reserve sunxi_fb_mem_reserve=32 hdmi.audio=EDID:0 disp.screen0_output_mode=1024x600p60 panic=10 consoleblank=0 enforcing=0 loglevel=1" In the attachment (pdf) is the complete log and boot.cmd. install_log_boot_cmd.pdf What i need to do and what make i wrong? Some days before it works with my modification. And i had sometimes that are one server connection was lost and i couldn't load some packages at compiling and it aborted. But it was every time the same server with different packages (around 77%). kind regards, martin
  2. ok, this worked, yay! One error remained but looks not critical: ln: failed to create symbolic link '/home/tom/output/cache/sdcard/usr/lib/vdpau/libvdpau_sunxi.so.1': File exists Now I'll have to do some tests with the image, but that probably won't happen this year... Thanks for your quick support!
  3. I have deleted all folders, only the compile.sh was left, so everything was reloaded. Currently I'm not near that machine, I will provide the output later. Anyway thanks to both of you for your assistance! €dit: "git status" shows I was on branch "second"! I have overlooked that in case of a fresh download I need to descend to lib first. Will give it another try now. 2nd €dit: "git clone --depth 1" does only contain the "second" branch, my previous assumption was wrong. I couldn't switch to the master branch, git always told me it doesn't know this. Now I changed the line to "git clone -b master -- depth 1 [...]". Next try.
  4. I have only added "git checkout master" above the last "if" block to compile.sh because I want to have a stable "starting point" before I try any experiments.
  5. yes: tom@ubuntu:~$ cd lib tom@ubuntu:~/lib$ git branch * master second
  6. I have removed lib, output and source directories to start from scratch, but I still see the error? (This time I started "sudo ./compile.sh 2>compile.log" - below the last lines) autoreconf: Leaving directory `.' fbdev.c: In function 'FBDevPciProbe': fbdev.c:289:9: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] fbdev.c: In function 'FBDevProbe': fbdev.c:348:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] fbdev.c: In function 'FBDevPreInit': fbdev.c:467:2: warning: passing argument 3 of 'fbdevHWInit' discards 'const' qualifier from pointer target type [enabled by default] /usr/include/xorg/fbdevhw.h:21:23: note: expected 'char *' but argument is of type 'const char *' Cloning into '/home/tom/output/cache/sdcard/tmp/libvdpau-sunxi'... fatal: Not a git repository (or any of the parent directories): .git decoder.c: In function ‘vdp_decoder_create’: decoder.c:63:7: error: ‘VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE’ undeclared (first use in this function) 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) decoder.c:73:7: error: ‘VDP_DECODER_PROFILE_HEVC_MAIN’ undeclared (first use in this function) decoder.c: In function ‘vdp_decoder_query_capabilities’: decoder.c:195:7: error: ‘VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE’ undeclared (first use in this function) decoder.c:196:7: error: ‘VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH’ undeclared (first use in this function) decoder.c:205:7: error: ‘VDP_DECODER_PROFILE_HEVC_MAIN’ undeclared (first use in this function) decoder.c:206:16: error: ‘VDP_DECODER_LEVEL_HEVC_5’ undeclared (first use in this function) make: *** [decoder.o] Error 1 cp: cannot stat ‘/home/tom/output/cache/sdcard/tmp/libvdpau-sunxi/libvdpau_sunxi.so.1’: No such file or directory What am I doing wrong?
  7. unfortunately not: Checking connectivity... done. fatal: Not a git repository (or any of the parent directories): .git cc —MD -MP —M0 device.o —fpic -fvisibility=hidden —Hall -03 —c device.c -o device.o cc -MD -MP -M0 presentation_queue.o -fpic —fvisibility:hidden -Hall -03 —c presentation_queue.c -o presentation_queue.o cc -MD -MP -H0 surface_output.o -fpic -fvisibility=hidden -Hall -03 —c surface_output.c —o surface_output.o cc —MD -MP -M0 surface_video.o —fpic —fvisibility=hidden -Hall -03 —c surface_video.c —o surface_video.o cc —MD -MP —M0 surface_bitmap.o —fpic -fvisibility=hidden —Hall -03 —c surface_bitmap.c —o surface_bitmap.o cc —MD -MP —M0 uideo_mixer.o —fpic —fvisibility=hidden —Hall -03 —c video_mixer.c —o video_mixer.o cc -MD -MP -H0 decoder.o -fpic -fvisibility=hidden -Hall -03 —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) 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) decoder.c:73:7: error: ‘VDP_DECODER_PROFILE_HEVO_MAIN’ undeclared (first use in this function) decoder.c: In function ‘vdp_decoder_query_capabilities’: decoder.c:19S:7: error: ‘VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE’ undeclared (first use in this function) decoder.c:196:?: error: ‘VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH’ undeclared (first use in this function) decoder.c:20S:?: error: ‘VDP_DECODER_PROFILE_HEVO_MAIN’ undeclared (first use in this function) decoder.c:206:16: error: ‘VDP_DECODER_LEVEL_HEVC_5’ undeclared (first use in this function) make: *** [decoder.o] Error 1 cp: cannot stat ‘/home/tom/output/cache/sdcard/tmp/libvdpau—sunxi/libvdpau_sunxi.so.1’: No such file or directory [ o.K. ] Installing external applications [ USB redirector ] [ o.K. ] Installing external applications [ RT8192 driver ] (Screenshot taken during the important part and converted by OCR, so there may be typos) The same errors still occur - also you can see the git error on top I mentioned before. Oh - I forgot to mention, trying to compile for Cubieboard2, Debian Wheezy (3.4 kernel version), with Desktop.
  8. hmmm, I followed the steps mentioned here: http://www.armbian.com/using-armbian-tools/ ...so I assume this is the "cleanest" source I can get. I haven't digged too deep into how the scripts interact, so I didn't find where and how libvdbau is cloned and compiled yet - I hoped there would be an easy fix. BTW, I really like this tool!
  9. Hi, I'm running into the same issue using the automatic build script. How/where do I have to apply this "git checkout" so the compilation will run successfully? BTW, I noticed shortly before the error message mentioned in the 1st post the following message in between: fatal: Not a git repository (or any of the parent directories): .git This happens in general when not in the correct directory - may be these problems are related? Unfortunately I cannot show the position during compiling process, because the installer.log does not contain this output and the script breaks my desktop somehow (Ubuntu 14.04 LTS standard installation): After I have run it, most standard commands like "cat" make the terminal window close itself, so I need to work from console where I have no scroll buffer...
  10. Hi, i use banana pi, cubieboard2 and olimex A20 Olinux Lime2 and how can i set the saveenv? It don't react on keyboard.
  11. HI, i get the failure "***warning - bad CRC, using default environment" and the system don't boot. I tested it with an banana pi, cubieboard2 and olimex A20 Olinux Lime2 and all the same failure. Of course with the specific image. I flashed the image with ubuntu 14.04 lts (no virtual maschine) with dd bs=1M if=filename.raw of=/dev/sdb. I using the direkt letter of the drive sdb and not the specific partition sdb1. The windows flash tool dont works, i get an error when click on "copy", whats that, missing framework? What i make wrong?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines