I have no idea how to edit a .DTS file. I mean, how could I know the unit address, the registers, the pins, etc... ?
Yes yes I've seen them. Well, I simply forgot to put my own interface file in /etc/network/ ... OK, I downloaded a PDF about the kernel device...
Hm, it seems that most of the drivers aren't available in that kernel. I don't even have a lan interface...
Yes it was still exactly the same. I built my own ARM toolchain with buildroot and it works perfectly. So at least I can boot :) Now, I'd like to...
OK it didn't solve my problem. My last chance is to build a toolchain with Buildroot so I'll be pretty sure it will find the libs.
Hm, I guess I used the wrong header files version number in buildroot. I changed my toolchain but I didn't change this in the config file. [IMG]
Hm. It still doesn't find the libc.so.6. I'll try tomorrow to build a new rootfs with the last version of Buildroot. Now I'm using the v2014.08.
Because SPI isn't new at all. I don't think it is available in a newer version of the kernel if the UDOO team didn't write the SPI driver. So yes,...
OK. So I guess this is impossible to use the SPI of the UDOO yet in Linux ?
I do have /lib/libc.so.6 in my rootfs. [IMG]
Where do you set the bootargs in U-Boot (I'm quite new with it) ? I tried : setenv bootargs "init=/init" but I still have the same output.
I use Buildroot to build my rootfs. OK thanks, I'll try tomorrow.
OK this is better, the kernel at least try to boot :) Unfortunately, I get a kernel panic after a few second. ... [ 1.703488] EXT4-fs...
My boot.txt looks like that: setenv mmcargs 'setenv bootargs console=${console},${baudrate} root=${mmcroot} ${hdmi_patch} fbmem=24M...
I used this script to build my SD card (this works perfecly with the Kernel_Unico): #!/bin/bash # Make sure only root runs this script if [[...
I see something like this: UDOO board => run loadfdt Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** UDOO board => run...
Here is what I did : UDOO board => setenv fdt_addr 0x12000000 UDOO board => setenv loadaddr 0x10800000 UDOO board => boot mmc0 is current device...
Here is my output: UDOO board => env print baudrate=115200 boot_fdt=try bootcmd=mmc dev ${mmcdev};if mmc rescan; then if run loaduimage; then run...
Hi, Yes your kernel compiles now with the Linaro toolchain. But it doesn't solves my problem to boot the kernel. Here is the output I get:...
It works perfeclty with that kernel : https://github.com/UDOOboard/Kernel_Unico I downloaded U-Boot on the UDOO website :...
Separate names with a comma.