PFGO
June 25, 2019, 7:20am
1
Hi Community,
I use the cm3+ modul i get following error:
DRAM: 948 MiB
RPI: Board rev 0x10 outside known range
RPI Unknown model (0xa02100)
MMC: mmc@7e202000: 0, sdhci@7e300000: 1
Loading Environment from FAT… WARNING at drivers/mmc/bcm2835_sdhost.c:408/bcm2835_send_command()!
WARNING at drivers/mmc/bcm2835_sdhost.c:408/bcm2835_send_command()!
*** Warning - bad CRC, using default environment
Is the CM3+ Modul already supported?
mirzak
June 25, 2019, 7:22am
2
How did you build this image?
PFGO
June 25, 2019, 7:23am
3
This way:
DEVICE_TYPE="raspberrypi3"
ARTIFACT_NAME="t-image-mender2.0-1.0"
MENDER_DISK_IMAGE="T-plc-md2.0-1.0.sdimg"
RAW_DISK_IMAGE="input/t-plc-golden-md2.0-1.0.img"
DEMO_HOST_IP="192.168.50.117"
./docker-mender-convert from-raw-disk-image --raw-disk-image $RAW_DISK_IMAGE --mender-disk-image $MENDER_DISK_IMAGE --device-type $DEVICE_TYPE --artifact-name $ARTIFACT_NAME --bootloader-toolchain arm-buildroot-linux-gnueabihf --storage-total-size-mb 7448 --demo-host-ip $DEMO_HOST_IP
Edit: @mirzak : apply syntax highlighting
mirzak
June 25, 2019, 7:28am
4
It seems that CM3+ is not supported in the U-boot version we are currently using in mender-convert, which is 2018.07.
It is lacking this commit,
PFGO
June 25, 2019, 7:31am
5
Hi mirzak,
thank you for the answer - so there is currently no fast way to get this solved?
Is it possible to fix this with commercial support?
Thanks
mirzak
June 25, 2019, 7:34am
6
thank you for the answer - so there is currently no fast way to get this solved?
One either has to update U-boot or backport the necessary patches.
Is it possible to fix this with commercial support?
This is definitely a possibility.
Hello, I would like to use cm3 + to use mender-convert in a buster image, has this topic of this thread been corrected, or is it still necessary to modify it on the board?
mirzak
October 16, 2019, 9:03am
9
mender-convert
is still using U-Boot 2018.07 which does not contain the necessary parts for CM3+ support.
So the comments still stand.
if img is generated from yocto could it work? if the meta of mender is included?
we have mender-server 2.1 hosted locally.
What branch do you recommend for cm3 + to create yocto recipe?
Thank you very much for your help, and congratulations for the project.
mirzak
October 16, 2019, 9:10am
11
I think you would need to use the warrior
branch to support CM3+.
Try the steps described here Raspberry Pi Compute Module 3 , but set BRANCH="warrior"
instead of sumo
which is currently described in the post.
Ok!, thanks for your help mirzak
I try it.
mirzak
January 29, 2020, 6:22pm
13
The upcoming release of mender-convert is using U-Boot version 2019.01 and this should have been resolved,
Instructions should be identical as Raspberry Pi 3 Model B/B+ Raspbian
1 Like