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>;
};

 

posted @ 2021-09-27 21:12  shejie  阅读(955)  评论(0)    收藏  举报