This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
Talk:Cubox-i
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (
~~~~
).
When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}}
so it will show up in the list of open discussions.Tip for reducing git clone footprint
I use depth=1 with git to don't use all the SD card space. At the kernel compilation: dts/imx6q-cubox-i.dtb not found. I need make zImage, not just make.
To install I have use debian image, format the partion, put gentoo but kept debian kernel.
In my case, the CONFIG: EARLY_PRINTK have help me to debug some problem. — The preceding unsigned comment was added by Alpha one x86 (talk • contribs) March 5, 2014
- Hi, please remember to sign contributions to discussion pages. --Maffblaster (talk) 21:14, 27 February 2017 (UTC)
Building the kernel requires a cross-compile environment.
Unless, of course, you are executing the build on another cubox...
See: http://www.gentoo.org/proj/en/base/embedded/handbook/index.xml?part=1&chap=4#doc_chap1
The git repository for u-box expects to be built with "arm-linux-gcc", catch is that crossdev doesn't understand it:
!!! WARNING - Cannot auto-configure CHOST arm-linux-gcc !!! You should edit /usr/arm-linux-gcc/etc/portage/make.conf !!! by hand to complete your configuration
Sans some more specific information on how to set up the cross compile environment, u-boot is broken. — The preceding unsigned comment was added by Lembark (talk • contribs) 16:25, August 8, 2014