Hello!
I have the UltraZed-EV System-on-Module Starter Kit.
I have the petalinux-2019.1 and UltraZed-EV Carrier Card—PetaLinux 2019.1 Enhanced BSP.
I created a project and checked that the root file system type is initramfs.
And It was built successfully after these steps.
I set a switch to jtag mode (On-On-On-On) and upload u-boot via command: petalinux-boot --jtab --u-boot.
I set the server IP of the TFTP server and executed the command "run netboot" in the u-boot console.
The image is uploaded, and the kernel was started.
The kernel was hanged on after these lines:
console [ttyPS0] enabled at MMIO 0xff000000 (irq = 46, base_baud = 6249999) is a xuartps
[ 3.535829] console [ttyPS0] enabled
[ 3.539420] bootconsole [cdns0] disabled
[ 3.539420] bootconsole [cdns0] disabled
[ 3.547328] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 47, base_baud = 6249999) is a xuartps
The full console log is attached.
I have the same issue for the project for the SD card.
The switch was set to OFF-ON-OFF-ON for that rootfs type.
Maybe I missed some steps?
Anyone can give some advice?
Thanks in advance.