Forum Discussion
tehjingy_Altera
Regular Contributor
3 years agoHi Adibbi
From the part number of the CV chip it should come with dual core.
It is weird that CPU1 is not coming online.
There are no settings to turn on/off the cpu core manually.
Which branch of the meta-intel-fpga layer that you are using? Is it the latest stable barnch?
In your current branch, could you check the device tree node for the Cyclone5 is following:
hps_0_sysmgr: sysmgr@0xffd08000 {
compatible = "altr,sys-mgr-15.0", "altr,sys-mgr", "syscon";
reg = <0xffd08000 0x00000400>;
cpu1-start-addr = <4291854532>; /* embeddedsw.dts.params.cpu1-start-addr type NUMBER */
}; //end sysmgr@0xffd08000 (hps_0_sysmgr)
4291854532 == 0xFFD080C4
Regards
Jingyang, Teh