renesas-rcar / meta-renesas

MIT License
52 stars 80 forks source link

R-Car E3 #14

Closed Samuellee1986 closed 5 years ago

Samuellee1986 commented 5 years ago

I'am try to compile image for R-CarE3 under your guide, but failed with the following information:

MACHINE=r8a77990 is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file.

Please help me with what other configures I should modify.

patersonc commented 5 years ago

Hello @Samuellee1986, You need to set MACHINE to a valid value. The supported machine names can be found in meta-renesas/meta-rcar-gen3/conf/machine/.

For R-Car E3, the supported platform is "Ebisu", so assuming you're using Roko or newer you should set MACHINE=ebisu.

Kind regards, Chris

Samuellee1986 commented 5 years ago

Hello @Samuellee1986, You need to set MACHINE to a valid value. The supported machine names can be found in meta-renesas/meta-rcar-gen3/conf/machine/.

For R-Car E3, the supported platform is "Ebisu", so assuming you're using Roko or newer you should set MACHINE=ebisu.

Kind regards, Chris

Thank you very mush, I Just found the reason too and begin to compile

patersonc commented 5 years ago

Happy days :)