We’ve create a custom carrier board for CN9130 based on ClearFog Pro board’s schematics.
The SOM boots perfectly in base (which is the model we have for testing) and boots ubuntu with no error, but when pluggin the SOM into our carrier board, we’re getting this error related to eMMC
BootROM - 2.03
Starting AP IOROM 1.02
Booting from eMMC 0
Found valid image at boot postion 0x004
lNOTICE: Starting binary extension
NOTICE: SVC: DEV ID: CN913x, FREQ Mode: 0x1
ERROR: SVC: Unsupported Frequency 0x1
w/o ecc; strap value=0
4GB capacity; strap value=0
mv_ddr: 14.0.0-gef2995c (May 30 2024 - 09:15:22)
SSCG_EN
mv_ddr: ddr freq 1 unsupported
error: mv_ddr_tdllk_get: unsupported data rate found
Synopsys DDR43 PHY Firmware version: A-2017.11
error: init_phy_pllctrl2_get: unsupported frequency found
error: init_phy_ardptrinitval_get: unsupported frequency found
error: init_phy_procodttimectl_get: unsupported frequency found
error: init_phy_caluclkinfo_get: unsupported frequency found
error: dmem_1d_2d_dram_freq_get: unsupported frequency found
error: mv_ddr_mr0_wr_get: unsupported t_wr value found
Training step/s sequence 31e failed
SNPS DDR: 1D training failed
SNPS DDR: training failed
error: mv_ddr_init failed
From a regular boot, the only parameter which changes is the FREQ Mode. In base board it’s 0x0 and in our board it is 0x1
Where does this value comes from? as SW1 and SW2 are for different purposes.
Thank you.