Other Parts Discussed in Thread: DA8XX, TPS65217, OMAPL138, AM3359, AM3352
Hi all,
I'm trying to boot the Arago linux distribution builded with the new release of sdk7.0 on a custom board , based on beaglebone black design.
I've recompiled the kernel (with the omap2plus_defconfig ), the device tree am335x-boneblack.dtb and everything is shown in http://processors.wiki.ti.com/index.php/Linux_Kernel_Users_Guide
I would like to prepare an SD card to start up the board with the proper kernel, filesystem and so on .
By means of the Uart0 port , i can see the messages of the boot process.
It seems that the uImage is properly recognized , the process goes but .... this error appears:
systemd[1] failed to insert module 'autofs4'
and the old angstrom ditribution begin to boot (without success!)
I Am not able to understand the reason of thi error. because all ( maybe ) the modules are installed in
/home/marco/ti-sdk-am335x-evm-07.00.00.00/targetNFS/lib/modules/3.12.10-ti2013.12.01/kernel
ther are 4 folders with proper modules.
what I'm doing wrong?!
Any help is greatly appreciated.
Marco