Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2024-02-13 Thread Milan Zamazal
Hi Gilles, Gilles Talis writes: > Hi Milan, > > > Le mar. 30 janv. 2024 à 15:55, Milan Zamazal a écrit : >> >> Fabio Estevam writes: >> >> > Hi Milan, >> > >> > On Tue, Jan 30, 2024 at 9:22 AM Milan Zamazal wrote: >> > >> >> Well, after trying both the SD cards again with fresh

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2024-02-12 Thread Gilles Talis
Hi Milan, Le mar. 30 janv. 2024 à 15:55, Milan Zamazal a écrit : > > Fabio Estevam writes: > > > Hi Milan, > > > > On Tue, Jan 30, 2024 at 9:22 AM Milan Zamazal wrote: > > > >> Well, after trying both the SD cards again with fresh reinstallations, it > >> works > >> with a 32 GB card and I

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2024-01-30 Thread Milan Zamazal
Fabio Estevam writes: > Hi Milan, > > On Tue, Jan 30, 2024 at 9:22 AM Milan Zamazal wrote: > >> Well, after trying both the SD cards again with fresh reinstallations, it >> works >> with a 32 GB card and I get the error above with a 64 GB card. Is it >> possible >> that there is something

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2024-01-30 Thread Fabio Estevam
Hi Milan, On Tue, Jan 30, 2024 at 9:22 AM Milan Zamazal wrote: > Well, after trying both the SD cards again with fresh reinstallations, it > works > with a 32 GB card and I get the error above with a 64 GB card. Is it possible > that there is something wrong with SDXC cards? Does the change

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2024-01-29 Thread Milan Zamazal
Milan Zamazal writes: > Gilles Talis writes: > >> Hi Milan, >> >> Le jeu. 7 déc. 2023 à 11:09, Milan Zamazal a écrit : >> >>> Peng Fan writes: >>> >>> > On 5/24/2023 3:21 AM, Gilles Talis wrote: >>> >> Add support for the Polyhex Debix Model A SBC board. >>> >> It is an industrial grade

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2023-12-15 Thread Gilles Talis
Hi Milan, Thanks for testing the patch! Glad that you could get it to work! Hi Fabio, Le mer. 13 déc. 2023 à 12:22, Fabio Estevam a écrit : > On Thu, Dec 7, 2023 at 2:15 PM Milan Zamazal wrote: > > > > Peng Fan writes: > > > > > On 5/24/2023 3:21 AM, Gilles Talis wrote: > > >> Add support for

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2023-12-13 Thread Fabio Estevam
On Thu, Dec 7, 2023 at 2:15 PM Milan Zamazal wrote: > > Peng Fan writes: > > > On 5/24/2023 3:21 AM, Gilles Talis wrote: > >> Add support for the Polyhex Debix Model A SBC board. > >> It is an industrial grade single board computer based on > >> NXP's i.MX 8M Plus. > >> Currently supported

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2023-12-12 Thread Milan Zamazal
Gilles Talis writes: > Hi Milan, > > Le jeu. 7 déc. 2023 à 11:09, Milan Zamazal a écrit : > >> Peng Fan writes: >> >> > On 5/24/2023 3:21 AM, Gilles Talis wrote: >> >> Add support for the Polyhex Debix Model A SBC board. >> >> It is an industrial grade single board computer based on >> >>

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2023-12-11 Thread Gilles Talis
Hi Milan, Le jeu. 7 déc. 2023 à 11:09, Milan Zamazal a écrit : > Peng Fan writes: > > > On 5/24/2023 3:21 AM, Gilles Talis wrote: > >> Add support for the Polyhex Debix Model A SBC board. > >> It is an industrial grade single board computer based on > >> NXP's i.MX 8M Plus. > >> Currently

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2023-12-07 Thread Milan Zamazal
Peng Fan writes: > On 5/24/2023 3:21 AM, Gilles Talis wrote: >> Add support for the Polyhex Debix Model A SBC board. >> It is an industrial grade single board computer based on >> NXP's i.MX 8M Plus. >> Currently supported interfaces are: >> - Serial console >> - Micro SD >> - eQOS and FEC

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2023-05-24 Thread Peng Fan
On 5/24/2023 3:21 AM, Gilles Talis wrote: Add support for the Polyhex Debix Model A SBC board. It is an industrial grade single board computer based on NXP's i.MX 8M Plus. Currently supported interfaces are: - Serial console - Micro SD - eQOS and FEC Ethernet imx8mp-debix-model-a.dts is

[PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2023-05-23 Thread Gilles Talis
Add support for the Polyhex Debix Model A SBC board. It is an industrial grade single board computer based on NXP's i.MX 8M Plus. Currently supported interfaces are: - Serial console - Micro SD - eQOS and FEC Ethernet imx8mp-debix-model-a.dts is taken from Linux 6.3. Signed-off-by: Gilles Talis