mangodb with imx93evk

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mangodb with imx93evk

230 Views
ranga_yn
Contributor II

i want to run mango db server with docker io on imx93evk. let me know how can i do the same.

root@imx93evk:~# uname -a

Linux imx93evk 6.1.36+g04b05c5527e9 #1 SMP PREEMPT Mon Sep  4 21:11:15 UTC 2023 aarch64 GNU/Linux

We need to install docker utils and docker.io  on this IMX board .These docker needs to pull mongod from dockerhub. Is there any specific way please let me know as apt-get is failing

Thanks,

ranga

 

0 Kudos
6 Replies

192 Views
ranga_yn
Contributor II

Hello team,

I flashed the SD card with  6.6.3 - default image

root@imx93evk:/etc/apt# cat /etc/os-release
ID=fsl-imx-xwayland
NAME="NXP i.MX Release Distro"
VERSION="6.6-nanbield (nanbield)"
VERSION_ID=6.6-nanbield
VERSION_CODENAME="nanbield"
PRETTY_NAME="NXP i.MX Release Distro 6.6-nanbield (nanbield)"
CPE_NAME="cpe:/o:openembedded:fsl-imx-xwayland:6.6-nanbield"

uname -a
Linux imx93evk 6.6.3-lts-next-gccf0a99701a7 #1 SMP PREEMPT Thu Feb 29 08:37:44 UTC 2024 aarch64 GNU/Linux

flashed by below steps:

sudo dd if=imx-image-full-imx93evk.wic of=/dev/mmcblk0 bs=1M && syncl

 

let me know how to proceed to have docker io on this board so that later - have the mangodb.

 

0 Kudos

196 Views
ranga_yn
Contributor II

Hello Community,

Thanks for the input as i wanted to flash on SD card let me know the maximum size SD supported and flashing on the SD card steps. which image i have to download from this default package [LF_v6.6.3-1.0.0_images_IMX93EVK].

imx-image-full-imx93evk.wic

or

imx-image-multimedia-imx93evk.wic

please let me know the steps. 

0 Kudos

183 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

You have to download the full-image to use docker and memory is 32GB

Regards

0 Kudos

180 Views
ranga_yn
Contributor II

Thanks for the input,

could you please let me know the next steps - Below is the board with flashed image now.

Last login: Thu Apr 25 10:23:31 2024 from 172.24.41.142
root@imx93evk:~# cat /etc/os-release
ID=fsl-imx-xwayland
NAME="NXP i.MX Release Distro"
VERSION="6.6-nanbield (nanbield)"
VERSION_ID=6.6-nanbield
VERSION_CODENAME="nanbield"
PRETTY_NAME="NXP i.MX Release Distro 6.6-nanbield (nanbield)"
CPE_NAME="cpe:/o:openembedded:fsl-imx-xwayland:6.6-nanbield"
root@imx93evk:~# uname -a
Linux imx93evk 6.6.3-lts-next-gccf0a99701a7 #1 SMP PREEMPT Thu Feb 29 08:37:44 UTC 2024 aarch64 GNU/Linux
root@imx93evk:~#

 

Does the default image support or i have to build the source - with recipe included.

 

Thanks,

ranga

 

 

 

 

0 Kudos

201 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

If you are yocto you have to download using wget and the page of dockerhub, but the version 6.6.3 support docker you can download and install on your board from:

https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for...

 

Regards

0 Kudos

73 Views
ranga_yn
Contributor II

Hello NXP,

Thanks for the input. Currently i am building the imx93EVK source and added mongodb  as the below changes local.conf.

DISTRO_FEATURES:append = "mongodb"

but how to change the mongo db recipe to build with version -6.0.8 . An specific guide to change the current bb file to support this version on build time.

 

thanks,

 

0 Kudos