I have spent many hours of my time trying to get a hdmi screen of 1360x768 to get working. I have not succeed in that. For my project i had bought a 7" 1024x600 lcd screen with touchscreen. The screen is now on its way to me, but i would like to get things started. I have read several post about the nasty problems with the screen resolution. the only resolution i have found that is working is 1920x1032 and 598x480. Why is it so damm hard to get those resolutions to work? I gave up fixing this problem in the current compiled android so I am downloading the kernel now and will try to makes some changes there and recompile. As stated by: https://community.freescale.com/thread/286878 http://www.solid-run.com/community/topic1634.html https://community.freescale.com/thread/306901 Apart from that: When will the power button be implemented, it's very annoying that i cant shut down! Why did the udoo designers used such extreme hard to find lvds connector? In my opinion it should be more easy to use another brands screen.
I am not able to compile. The manual for this procedure, found in the start manual of udoo, is wrong at a few point: 1: ncurses is not able for download 2: The manual states: "Once completed these steps, in “udoo-dev” folder there will be 3 binary files: File System, U-Boot and Kernel." but when i have done those steps i have multiple FOLDERS named: 4.4.2, arm-fsl-linux-gnueabi and kernel with the u-boot file. What to do?
While trying to compile the android system image ( with: make -j4), I get these errors: What is going on? including ./tools/external/fat32lib/Android.mk ... build/core/Makefile:32: warning: overriding commands for target `out/target/product/udoo/system/xbin/su' build/core/base_rules.mk:529: warning: ignoring old commands for target `out/target/product/udoo/system/xbin/su' build/core/Makefile:32: warning: overriding commands for target `out/target/product/udoo/system/etc/permissions/android.software.live_wallpaper.xml' build/core/base_rules.mk:529: warning: ignoring old commands for target `out/target/product/udoo/system/etc/permissions/android.software.live_wallpaper.xml' PRODUCT_COPY_FILES device/fsl/sabresd_6dq/fstab.freescale:root/fstab.freescale ignored. No private recovery resources for TARGET_DEVICE udoo host C++: validatekeymaps <= frameworks/base/tools/validatekeymaps/Main.cpp host C++: libinput <= frameworks/native/libs/input/Input.cpp host C++: libinput <= frameworks/native/libs/input/InputDevice.cpp host C++: libinput <= frameworks/native/libs/input/Keyboard.cpp /home/alex/Downloads/udoo-dev/4.4.2/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/bin/as: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory make: *** [out/host/linux-x86/obj/EXECUTABLES/validatekeymaps_intermediates/Main.o] Error 1 make: *** Waiting for unfinished jobs.... /home/alex/Downloads/udoo-dev/4.4.2/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/bin/as: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libinput_intermediates/InputDevice.o] Error 1 /home/alex/Downloads/udoo-dev/4.4.2/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/bin/as: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libinput_intermediates/Keyboard.o] Error 1 /home/alex/Downloads/udoo-dev/4.4.2/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/bin/as: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libinput_intermediates/Input.o] Error 1 alex@ubuntu:~/Downloads/udoo-dev/4.4.2$
It does work a lot beter in ubuntu 10.04. but after some time compiling i got these errors: host C: mkfs.ubifs <= external/mtd-utils/mkfs.ubifs/compr.c In file included from external/mtd-utils/mkfs.ubifs/devtable.c:47: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory In file included from external/mtd-utils/mkfs.ubifs/lpt.c:23: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:23: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory external/mtd-utils/mkfs.ubifs/compr.c:28:23: error: lzo/lzo1x.h: No such file or directory In file included from external/mtd-utils/mkfs.ubifs/compr.c:33: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:54, from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:23: external/mtd-utils/mkfs.ubifs/ubifs.h: In function ‘ubifs_idx_branch’:In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:54, from external/mtd-utils/mkfs.ubifs/compr.c:33: external/mtd-utils/mkfs.ubifs/ubifs.h: In function ‘ubifs_idx_branch’: external/mtd-utils/mkfs.ubifs/ubifs.h:427: warning: pointer of type ‘void *’ used in arithmeticexternal/mtd-utils/mkfs.ubifs/ubifs.h:427: warning: pointer of type ‘void *’ used in arithmetic In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:54, from external/mtd-utils/mkfs.ubifs/devtable.c:47: external/mtd-utils/mkfs.ubifs/ubifs.h: In function ‘ubifs_idx_branch’: external/mtd-utils/mkfs.ubifs/ubifs.h:427: warning: pointer of type ‘void *’ used in arithmetic In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:54, from external/mtd-utils/mkfs.ubifs/lpt.c:23: external/mtd-utils/mkfs.ubifs/ubifs.h: In function ‘ubifs_idx_branch’: external/mtd-utils/mkfs.ubifs/ubifs.h:427: warning: pointer of type ‘void *’ used in arithmetic In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:55, from external/mtd-utils/mkfs.ubifs/devtable.c:47: external/mtd-utils/mkfs.ubifs/key.h: In function ‘key_write’:In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:55, from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:23: external/mtd-utils/mkfs.ubifs/key.h: In function ‘key_write’: external/mtd-utils/mkfs.ubifs/key.h:148: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/key.h:148: warning: pointer of type ‘void *’ used in arithmetic In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:55, from external/mtd-utils/mkfs.ubifs/lpt.c:23: external/mtd-utils/mkfs.ubifs/key.h: In function ‘key_write’: external/mtd-utils/mkfs.ubifs/key.h:148: warning: pointer of type ‘void *’ used in arithmetic In file included from external/mtd-utils/mkfs.ubifs/mkfs.ubifs.h:55, from external/mtd-utils/mkfs.ubifs/compr.c:33: external/mtd-utils/mkfs.ubifs/key.h: In function ‘key_write’: external/mtd-utils/mkfs.ubifs/key.h:148: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c: In function ‘pack_pnode’: external/mtd-utils/mkfs.ubifs/lpt.c:219: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c:236: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c: In function ‘pack_nnode’: external/mtd-utils/mkfs.ubifs/lpt.c:252: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c:268: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c: In function ‘pack_ltab’: external/mtd-utils/mkfs.ubifs/lpt.c:284: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c:293: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c: In function ‘pack_lsave’: external/mtd-utils/mkfs.ubifs/lpt.c:308: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c:315: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c: In function ‘create_lpt’: external/mtd-utils/mkfs.ubifs/lpt.c:432: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c:484: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c:516: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/lpt.c:541: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/compr.c: In function ‘lzo_compress’: external/mtd-utils/mkfs.ubifs/compr.c:89: error: ‘lzo_uint’ undeclared (first use in this function) external/mtd-utils/mkfs.ubifs/compr.c:89: error: (Each undeclared identifier is reported only once external/mtd-utils/mkfs.ubifs/compr.c:89: error: for each function it appears in.) external/mtd-utils/mkfs.ubifs/compr.c:89: error: expected ‘;’ before ‘len’ external/mtd-utils/mkfs.ubifs/compr.c:92: error: ‘len’ undeclared (first use in this function) external/mtd-utils/mkfs.ubifs/compr.c:93: warning: implicit declaration of function ‘lzo1x_999_compress’ external/mtd-utils/mkfs.ubifs/compr.c:96: error: ‘LZO_E_OK’ undeclared (first use in this function) make: *** [out/host/linux-x86/obj/EXECUTABLES/mkfs.ubifs_intermediates/lpt.o] Error 1 make: *** Waiting for unfinished jobs.... external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c: In function ‘prepare_node’: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:712: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/compr.c: In function ‘init_compression’: external/mtd-utils/mkfs.ubifs/compr.c:198: error: ‘LZO1X_999_MEM_COMPRESS’ undeclared (first use in this function) external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c: In function ‘write_leb’: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:731: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c: In function ‘do_pad’: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:759: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:762: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:777: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:781: warning: pointer of type ‘void *’ used in arithmetic make: *** [out/host/linux-x86/obj/EXECUTABLES/mkfs.ubifs_intermediates/compr.o] Error 1 external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c: In function ‘add_node’: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:958: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:959: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:959: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c: In function ‘add_file’: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:1224: warning: pointer of type ‘void *’ used in arithmetic In file included from external/mtd-utils/mkfs.ubifs/devtable.c:49: external/mtd-utils/mkfs.ubifs/hashtable/hashtable_itr.h: At top level: external/mtd-utils/mkfs.ubifs/hashtable/hashtable_itr.h:32: warning: no previous prototype for ‘hashtable_iterator_key’ external/mtd-utils/mkfs.ubifs/hashtable/hashtable_itr.h:41: warning: no previous prototype for ‘hashtable_iterator_value’ external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c: In function ‘add_idx_node’: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:1643: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:1644: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:1644: warning: pointer of type ‘void *’ used in arithmetic external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c: In function ‘write_super’: external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:1902: warning: implicit declaration of function ‘uuid_generate_random’ external/mtd-utils/mkfs.ubifs/mkfs.ubifs.c:1906: warning: implicit declaration of function ‘uuid_unparse_upper’ make: *** [out/host/linux-x86/obj/EXECUTABLES/mkfs.ubifs_intermediates/devtable.o] Error 1 make: *** [out/host/linux-x86/obj/EXECUTABLES/mkfs.ubifs_intermediates/mkfs.ubifs.o] Error 1