Tool/software:
We are currently trying to setup a som using the am62p5 processor. We have successfully booted u-boot, however we hang during kernel boot.
We first hang at this line due to PARAVIRT:
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
Disabling PARAVIRT gets us to hang at this line:
[ 2.392841] optee: probing for conduit method.
We are unsure of what exactly is causing this issue, however a notable difference between our board and the ti evm (whose u-boot and kernel configuration we are using for reference) is that our board only has 2GB of RAM while the evm has 8GB.
Is there something in the way u-boot or the kernel are setup / configured for the am62p5 processor that depends on there being more then 2 GB of RAM available?
Thank you,
Joshua Bourgeot