![01-编译裸核.png 01-编译裸核.png](https://static.assets-stash.eet-china.com/forum/202407/05/172014849575273110135xmgyqg3ybnqmccuz.png)
然后我们列出可以编译的选项并对裸核进行编译
![2-编译完成.png 2-编译完成.png](https://static.assets-stash.eet-china.com/forum/202407/05/172014849836416110138ykugoo677zu0w33u.png)
编译完成之后我们可以看见编译成功了,我们可以在下面的路径找到生成的镜像文件,
![3-编译成功的镜像位置.png 3-编译成功的镜像位置.png](https://static.assets-stash.eet-china.com/forum/202407/05/172014850055132110140aoltg1nhrhj1j11l.png)
我们在tool工具包里面可以找到AiBurn的安装包,我们对这个烧写软件进行安装并且进行烧录
![4-安装下载工具.png 4-安装下载工具.png](https://static.assets-stash.eet-china.com/forum/202407/05/172014850223062110142gwsfsf1snfdswhfn.png)
烧写镜像的时候,我们现将USB链接到电脑,然后按下BOOT按键,最后按下RESET按键,我们就可以发现软件端可以识别到开发板
![5烧写镜像.png 5烧写镜像.png](https://static.assets-stash.eet-china.com/forum/202407/05/172014850696463110146v8rrnjss88trucrd.png)
这样我们就可以进行烧写了,烧写过程中切记不可断开电源和其他操作。
![6烧写过程中.png 6烧写过程中.png](https://static.assets-stash.eet-china.com/forum/202407/05/172014850945258110149hbb7op8aca7bibtt.png)
完成烧写之后,我们可以看到有何Success的提示。
![7-完成烧写.png 7-完成烧写.png](https://static.assets-stash.eet-china.com/forum/202407/05/172014851382909110153g7cfrok0pnc7krk8.png)
由于我们是裸机的程序,液晶端只有背光亮起,我们可以通过串口端来查看
![8-串口端显示.png 8-串口端显示.png](https://static.assets-stash.eet-china.com/forum/202407/05/172014851612479110156b660tou2jud6wm0m.png)
串口端的显示编译时间是24年的7月5日10点29,和我们编译的时间是移植的,说明我们的烧写以及编译都是成功的,到此我们的裸核测试完成了。