|
From: | Stuart Hughes |
Subject: | Re: [Ltib] Using Ltib on non supported board |
Date: | Wed, 22 Jun 2011 09:04:36 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 |
Hi Wayne, I was the main (almost only) developer of LTIB back when I worked at Freescale. At the time I left, aside from some unpublished BSPs, the tools were the same. I'm not sure what has happened since I left (over 2 years ago), but I would say that if their BSP does what you want, stick with that; if not then Savannah CVS may be better in terms of getting help (if you are a customer of Freescale's they may help too). To help you with this question you really need to send a patch (diff) showing what you've changed and also the output of any failure messages. So far as the ltib kernel config processing goes, here's how it works: 1. First build: use the one in config/platform/_target_/ named in the choice selected when you run ./ltib -m config (or the one named in the config/platform/_target_/defconfig if you don't change anything). 2. Once the kernel has been built, an updated kernel .config file will be placed in config/platform/_target_/_kernel_config_name.dev. The reason for this is that: * Running the kernel configuration parser can (will) change the input kernel config file * You may have selected other options (if you ran: ./ltib -p kernel --configure There is some useful documentation on the website: http://ltib.org (the FAQ) and also in the doc directory in the LTIB source tree. It's worth scanning that for ideas. Bottom line; send a patch/actual output and the people on this list may be able to see what the issue is and help you. Regards, Stuart On 21/06/11 14:40, Wayne Tams wrote: Hi Stuart, |
[Prev in Thread] | Current Thread | [Next in Thread] |