Hi,
Refer https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms for Cortex R52 FVP
Please provide me the steps to build linux for Cortex R52 FVP. Kind regards, Ayan
Porting steps
Install a cross-development environment.Setup the board and ensure that the serial port is working so we can print data through the serial port.Download and install the Linux kernel, most of the porting work will be done at this level.Add board specific code into the kernel tree.Build a kernel image to run on the boardTest that early kernel printk is workingGet the real printk working with the serial console.For a new board, a new board-specific directory should be added as well as support for interrupt handling, kernel timer services and mapping for memory areas.Ethernet drivers are usually the next drivers to focus on as they enable setup of NFS root file system to get access to user utilities and applications.Filesystem can be provided in different forms which are listed on LinuxFilesystem
This may help you,
Rachel Gomez