* [Buildroot] Same 32-bit image for 64-bit and 32-bit platforms
@ 2021-12-27 8:40 Juan A. Rubio
2021-12-27 8:59 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Juan A. Rubio @ 2021-12-27 8:40 UTC (permalink / raw)
To: buildroot
Hi,
I'm looking for information on whether it's possible to produce and
use the same Buildroot image and associated sdk for two different
boards, one based on an imx6 and the other on imx8. Is this something
that Buildroot supports at all? do I need two separate Buildroot
environments/builds, one for the 32-bit imx6 and another for the
64-bit imx8?
Thanks,
Juan
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Buildroot] Same 32-bit image for 64-bit and 32-bit platforms
2021-12-27 8:40 [Buildroot] Same 32-bit image for 64-bit and 32-bit platforms Juan A. Rubio
@ 2021-12-27 8:59 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-12-27 8:59 UTC (permalink / raw)
To: Juan A. Rubio; +Cc: buildroot
Hello Juan,
On Mon, 27 Dec 2021 09:40:00 +0100
"Juan A. Rubio" <jarubio2001@gmail.com> wrote:
> I'm looking for information on whether it's possible to produce and
> use the same Buildroot image and associated sdk for two different
> boards, one based on an imx6 and the other on imx8. Is this something
> that Buildroot supports at all? do I need two separate Buildroot
> environments/builds, one for the 32-bit imx6 and another for the
> 64-bit imx8?
You will need different Buildroot builds yes, but you can use a single
Buildroot source tree. Basically, your i.MX6 system will need one
Buildroot configuration (.config file / defconfig file) and your i.MX8
system will need another Buildroot configuration (another .config file
/ defconfig file).
You can build both configurations in parallel based on the same
Buildroot source tree using "out of tree" build, see
https://buildroot.org/downloads/manual/manual.html#_building_out_of_tree.
Hope this helps,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-27 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-27 8:40 [Buildroot] Same 32-bit image for 64-bit and 32-bit platforms Juan A. Rubio
2021-12-27 8:59 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox