* [ptxdist] re-compile device tree (.dtb)
@ 2014-05-12 12:48 Sophie
2014-05-12 13:04 ` Juergen Borleis
0 siblings, 1 reply; 4+ messages in thread
From: Sophie @ 2014-05-12 12:48 UTC (permalink / raw)
To: ptxdist
Hi,
I made some changes in the device tree files. How is the best way to
recompile dtb ? I have try the command 'ptxdist clean dtb' and I got the
following message :
ptxdist: error: 'dtb' is not selected in
/home/scar/local/s4g_TQMa6x-BSP-REV.0101/selected_ptxconfig
What have I to do ?
Thanks !
Sophie
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] re-compile device tree (.dtb)
2014-05-12 12:48 [ptxdist] re-compile device tree (.dtb) Sophie
@ 2014-05-12 13:04 ` Juergen Borleis
2014-05-12 13:42 ` CARAYOL Sophie
0 siblings, 1 reply; 4+ messages in thread
From: Juergen Borleis @ 2014-05-12 13:04 UTC (permalink / raw)
To: ptxdist; +Cc: Sophie
Hi Sophie,
On Monday 12 May 2014 14:48:23 Sophie wrote:
> I made some changes in the device tree files. How is the best way to
> recompile dtb ? I have try the command 'ptxdist clean dtb' and I got the
> following message :
>
> ptxdist: error: 'dtb' is not selected in
> /home/scar/local/s4g_TQMa6x-BSP-REV.0101/selected_ptxconfig
>
> What have I to do ?
If you make changes to the file and just want PTXdist to recompile it run:
ptxdist drop dtc compile
ptxdist go
For historical reasons the package is called "dtc" instead of "dtb" which would
be better.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] re-compile device tree (.dtb)
2014-05-12 13:04 ` Juergen Borleis
@ 2014-05-12 13:42 ` CARAYOL Sophie
2014-05-12 13:53 ` Juergen Borleis
0 siblings, 1 reply; 4+ messages in thread
From: CARAYOL Sophie @ 2014-05-12 13:42 UTC (permalink / raw)
To: Juergen Borleis, ptxdist
OK Juergen,
I thought that the package dtc was the compiler for the device tree...
But when I do the command 'ptxdist go', it seems to pass in all the makefiles included u-boot for instance and not only the device tree...
Sophie
LACROIX Electronics Solutions QUIMPER
www.lacroix-electronics-solutions.com
Est-ce nécessaire d’imprimer ce courriel ?
-----Message d'origine-----
De : Juergen Borleis [mailto:jbe@pengutronix.de]
Envoyé : lundi 12 mai 2014 15:04
À : ptxdist@pengutronix.de
Cc : CARAYOL Sophie
Objet : Re: [ptxdist] re-compile device tree (.dtb)
Hi Sophie,
On Monday 12 May 2014 14:48:23 Sophie wrote:
> I made some changes in the device tree files. How is the best way to
> recompile dtb ? I have try the command 'ptxdist clean dtb' and I got
> the following message :
>
> ptxdist: error: 'dtb' is not selected in
> /home/scar/local/s4g_TQMa6x-BSP-REV.0101/selected_ptxconfig
>
> What have I to do ?
If you make changes to the file and just want PTXdist to recompile it run:
ptxdist drop dtc compile
ptxdist go
For historical reasons the package is called "dtc" instead of "dtb" which would be better.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis | Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
________________________________
[http://www.lacroix-electronics-solutions.com/sites/default/files/pictures/achievements/201401_MEDTECHPHARMA_LE_exhibit.png]
[http://www.lacroix-electronics.com/sites/default/files/pictures/Dossier_photos/Actualites_FR_UK_DE/Electronica.png]
Electronica in Munich (Germany), November 11-14, 2014
Join us at our stand A2 459
________________________________
Pour des raisons légales et de sécurité, les informations contenues dans ce message ne sont pas juridiquement contraignantes. Sur demande, nous vous adresserons une confirmation écrite nous engageant. Les informations contenues dans ce message électronique ont un caractère strictement confidentiel et sont exclusivement destinées à la personne à laquelle il est adressé. Toute divulgation, utilisation, diffusion ou reproduction de tout ou partie de ce message, ou des informations qu'il contient, est interdite. Ce message est destiné exclusivement à la personne à laquelle il est adressé ou son représentant. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de détruire ce message.
For legal and security reasons the information provided in this e-mail is not legally binding. Upon request we would be pleased to provide you with a legally binding confirmation in written form. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer..
Aus gesetzlichen und Sicherheitsgründen sind die in dieser Nachricht enthaltenen Informationen rechtlich unverbindlich. Auf Anfrage senden wir Ihnen eine verbindliche, schriftliche Bestätigung. Die in dieser E-Mail enthaltenen Informationen sind streng vertraulich und ausschließlich für den Empfänger bestimmt. Jede vollständige oder teilweise Veröffentlichung, Verwendung, Verbreitung oder Vervielfältigung dieser Nachricht oder der darin enthaltenen Informationen ist untersagt. Diese Nachricht ist ausschließlich für die Person bestimmt, an die sie adressiert ist, oder für ihren Vertreter. Sollten Sie diese Nachricht versehentlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie die Nachricht..
Disclaimer Lacroix Electronics
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] re-compile device tree (.dtb)
2014-05-12 13:42 ` CARAYOL Sophie
@ 2014-05-12 13:53 ` Juergen Borleis
0 siblings, 0 replies; 4+ messages in thread
From: Juergen Borleis @ 2014-05-12 13:53 UTC (permalink / raw)
To: ptxdist; +Cc: CARAYOL Sophie
Hi Sophie,
On Monday 12 May 2014 15:42:51 CARAYOL Sophie wrote:
> I thought that the package dtc was the compiler for the device tree...
Me too :) that is what "historical reasons" mean.
> But when I do the command 'ptxdist go', it seems to pass in all the
> makefiles included u-boot for instance and not only the device tree...
"ptxdist go" will build everything enabled but not be built yet. If your
PTXdist project isn't built yet, the "go" will do it. If it is already built,
the "go" will only build packages or stages which are marked to be re-build
(with the "drop" option).
> Est-ce nécessaire d’imprimer ce courriel ?
Who prints emails? ;)
> ________________________________
> Pour des raisons légales et de sécurité, les informations contenues dans
> ce message ne sont pas juridiquement contraignantes. Sur demande, nous vous
> adresserons une confirmation écrite nous engageant. Les informations
> contenues dans ce message électronique ont un caractère strictement
> [...] bla, bla, bla [...]
> ist untersagt. Diese Nachricht ist ausschließlich für die Person bestimmt,
> an die sie adressiert ist, oder für ihren Vertreter. Sollten Sie diese
> Nachricht versehentlich erhalten haben, informieren Sie bitte sofort den
> Absender und vernichten Sie die Nachricht.. Disclaimer Lacroix Electronics
???? :(
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-12 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-12 12:48 [ptxdist] re-compile device tree (.dtb) Sophie
2014-05-12 13:04 ` Juergen Borleis
2014-05-12 13:42 ` CARAYOL Sophie
2014-05-12 13:53 ` Juergen Borleis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox