Re: [yocto] TI AM62x based EV charger platform with Pionix UI s/w Image build problem. #apt #bitbake #distro #poky

2023-11-28 Thread Zoran
Hello Sairaj,

You should do df command and explore how much of your /home or /
partitions (have no idea how the system was installed) is left.

Maybe you have a problem with the limited free space on your SSD/HDD?

You should have at least 60GB or even more disk space available to do
one successful YOCTO build.

Two cent worth answer,
Zee
___


On Tue, Nov 28, 2023 at 7:00 AM  wrote:
>
> Hi team,
>
>
>
> we are trying to build TI AM62x EVSE SDK referring to 
> https://github.com/PionixPublic/ti-am62x-evse-sdk  we have tried building in 
> virtual machine and now we are trying to build in Linux  host pc with 500gb 
> of storage and 16gb ram but still bitbake runs till 99 percentage   and last 
> module Nodejs takes forever to run system experiences a freeze. Tried 
> multiple times running the bitbake but still problem remains same .
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61767): https://lists.yoctoproject.org/g/yocto/message/61767
Mute This Topic: https://lists.yoctoproject.org/mt/102846254/21656
Mute #distro:https://lists.yoctoproject.org/g/yocto/mutehashtag/distro
Mute #poky:https://lists.yoctoproject.org/g/yocto/mutehashtag/poky
Mute #apt:https://lists.yoctoproject.org/g/yocto/mutehashtag/apt
Mute #bitbake:https://lists.yoctoproject.org/g/yocto/mutehashtag/bitbake
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] TI AM62x based EV charger platform with Pionix UI s/w Image build problem. #apt #bitbake #distro #poky

2023-11-27 Thread Federico Pellegrin
Hi,
nodejs is very, *very*, heavy to build due to it's complex C++ code. I
would suggest you to limit the number of parallel builds supported: this
may slow down other (lighter) builds but will avoid going out of memory for
heavy ones such as node.

This can be done by putting in your local configuration
(build/conf/local.conf or replace "build" with your build directory)
directives like:

BB_NUMBER_THREADS = '4'
PARALLEL_MAKE = '-j 4'

(this limits to 4, you can play on this depending on number of cores and
amount of RAM of course)

hth,
Federico


Il giorno mar 28 nov 2023 alle ore 07:00  ha scritto:

> Hi team,
>
>
> we are trying to build TI AM62x EVSE SDK referring to
> https://github.com/PionixPublic/ti-am62x-evse-sdk  we have tried building
> in virtual machine and now we are trying to build in Linux  host pc with
> 500gb of storage and 16gb ram but still bitbake runs till 99 percentage
>   and last module Nodejs takes forever to run system experiences a freeze.
> Tried multiple times running the bitbake but still problem remains same .
> 
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61765): https://lists.yoctoproject.org/g/yocto/message/61765
Mute This Topic: https://lists.yoctoproject.org/mt/102846254/21656
Mute #distro:https://lists.yoctoproject.org/g/yocto/mutehashtag/distro
Mute #poky:https://lists.yoctoproject.org/g/yocto/mutehashtag/poky
Mute #apt:https://lists.yoctoproject.org/g/yocto/mutehashtag/apt
Mute #bitbake:https://lists.yoctoproject.org/g/yocto/mutehashtag/bitbake
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] TI AM62x based EV charger platform with Pionix UI s/w Image build problem. #apt #bitbake #distro #poky

2023-11-27 Thread sairajlp99
Hi team,

we are trying to build TI AM62x EVSE SDK referring to 
https://github.com/PionixPublic/ti-am62x-evse-sdk ( 
https://github.com/PionixPublic/ti-am62x-evse-sdk ) we have tried building in 
virtual machine and now we are trying to build in Linux  host pc with 500gb of 
storage and 16gb ram but still bitbake runs till 99 percentage   and last 
module Nodejs takes forever to run system experiences a freeze. Tried multiple 
times running the bitbake but still problem remains same .

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61764): https://lists.yoctoproject.org/g/yocto/message/61764
Mute This Topic: https://lists.yoctoproject.org/mt/102846254/21656
Mute #distro:https://lists.yoctoproject.org/g/yocto/mutehashtag/distro
Mute #poky:https://lists.yoctoproject.org/g/yocto/mutehashtag/poky
Mute #apt:https://lists.yoctoproject.org/g/yocto/mutehashtag/apt
Mute #bitbake:https://lists.yoctoproject.org/g/yocto/mutehashtag/bitbake
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-