zynq 使用uart16550串口作为调试串口卡在starting kernel
1.手动编译FSBL文件,并上传到./images/linux文件夹中
2.petalinux-config 中 "Linux Components Selection" disable "First Stage Bootloader".
3.检查地址将system_top.dtsi中的
memory { device_type = "memory"; reg = <0x0 0x40000000>; };
修改为
memory { device_type = "memory"; reg = <0x0 0x20000000>; };

浙公网安备 33010602011771号