最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

mongodb - Installation of FIWARE Orion Context Broker (OCB) in Raspberry Pi model 4 (RP4) - Stack Overflow

programmeradmin0浏览0评论

The instructions at

.md

have allowed us to install the OCB and mongoDB on a raspbery pi 4, although we have had to modify the suggested docker-compose.yml file as follows:

  • It says that version: "3" is "obsolete"
  • The mongo:6.0 image is not available for the ARM processor of the RP4. If we use mongo:4.4.18, which is the latest version supported for the RP4 ARM processor, it works. We are using docker 27.3.1 version.

We have found some issues when updating the RP4 software. We believe the issue is with mongoDB and its support for the ARM processor on the RP4 that is ARMv8-A, but we have the following warning (note we are using mongo:4.4.18, other versions are not RP4 compatible):

mongo-1 | WARNING: MongoDB 5.0+ requires ARMv8.2-A or higher, and your current system does not appear to implement any of the common features for that!

Are there known issues with mongo versions? Is it possible to use higher versions of mongo in RP4?

We also have to use other generic enablers, like quantumleap, cygnus, crateDB, and IoTAgents. Is it possible to include its installation in the tutorial in

.md

Thanks in advance.

发布评论

评论列表(0)

  1. 暂无评论