We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I am using Foudation in FVP. I get files from linaro with bl31.bin , fip.bin , Image e ramdisk.img . Workinh without problem.
I compile trusted firmware and i have tested with the news bl1.bin e fib.bin .
The first tests the boot dont read kernel. I change parameters to compile trusted firmware and now read the kernel but
have a kernel panic with a message unable to mount root fs.
I change only bl1.bin e fip.bin.
I run
/home/serfau/dir-arm/Foundation_Platformpkg/models/Linux64_GCC-9.3/Foundation_Platform \--cores=4 \--no-secure-memory \--visualization \--use-real-time \--gicv3 \--data=/home/serfau/tfa/arm-trusted-firmware/build/fvp/release/bl1.bin@0x0 \--data=/home/serfau/tfa/arm-trusted-firmware/build/fvp/release/fip.bin@0x8000000 \--data=Image@0x80080000 \--data=foundation-v8-gicv3.dtb@0x82000000 \--data=ramdisk.img@0x84000000 \--arm-v8.0
i compile trusted firmware with
CROSS_COMPILE=/home/serfau/tfa/arm-gnu-toolchain-13.2.Rel1-x86_64-aarch64-none-elf/bin/aarch64-none-elf- \make PLAT=fvp DEBUG=0 \ARM_LINUX_KERNEL_AS_BL33=1 \PRELOADED_BL33_BASE=0x80080000 \ARM_PRELOADED_DTB_BASE=0x82000000 \ARM_ROTPK_LOCATION=regs \ARM_TSP_RAM_LOCATION=tdram \FVP_USE_GIC_DRIVER=FVP_GICV3 \all fip
Anyone help-me ?
Thanks