Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-09-16 Thread Ravikant
Hello Markus, I was going through the .bb files for odroid-3.8.y at the link given by you. It uses tools/hardkernel/genBscr.sh but somehow i am not able to find this file with the kernel code. Can you please guide me on where to get this file and what it does? Just for trying i commented it out

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-08 Thread Dr. Markus Eich
Problem solved. It was an error in the boot.ini (u-boot). Changing the SERIAL_CONSOLE or kernel config params (like CONFIG_FHANDLE=y) did not change much. Problem was hidden in the boot params. In the boot.ini I used setenv bootcmd fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-07 Thread Khem Raj
On 14-08-06 10:26:23, Gary Thomas wrote: On 2014-08-06 10:13, Dr. Markus Eich wrote: Dear all, I am trying to build an image for the Odroid XU, featuring the Samsung Octa 5 CPU I managed to build everything needed (modules, kernel, u-boot, etc.) The recipes can be found at:

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-07 Thread Dr. Markus Eich
Hi Gary, unfortunately, this didn't help much. I have compiled the kernel with the CONFIG_FHANDLE=y. I have also set all configs given in http://dominion.thruhere.net/koen/cms/recommended-kernel-config-options-for-a-modern-angstrom-system To pinpoint the error down, I have tried the kernel

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-07 Thread Gary Thomas
On 2014-08-07 06:51, Dr. Markus Eich wrote: Hi Gary, unfortunately, this didn't help much. I have compiled the kernel with the CONFIG_FHANDLE=y. I have also set all configs given in http://dominion.thruhere.net/koen/cms/recommended-kernel-config-options-for-a-modern-angstrom-system To

[yocto] Building yocto for Odroid XU. No login after boot.

2014-08-06 Thread Dr. Markus Eich
Dear all, I am trying to build an image for the Odroid XU, featuring the Samsung Octa 5 CPU I managed to build everything needed (modules, kernel, u-boot, etc.) The recipes can be found at: https://github.com/MarkusEich/meta-odroid. The last problem (hopefully last :-) I have is that I

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-06 Thread Gary Thomas
On 2014-08-06 10:13, Dr. Markus Eich wrote: Dear all, I am trying to build an image for the Odroid XU, featuring the Samsung Octa 5 CPU I managed to build everything needed (modules, kernel, u-boot, etc.) The recipes can be found at: https://github.com/MarkusEich/meta-odroid. The last