This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

66AK2H12关于安装k2-fw-initrd.cpio.gz问题



自制板

sdk 6.03

请问k2-fw-initrd.cpio.gz这个文件安装的地址是0x88080000,以下是按照手册 

中u-boot做的修改

setenv init_fw_rd_net 'dhcp ${rdaddr} ${tftp_root}/${name_fw_rd}; run set_rd_spec'
setenv set_rd_spec 'setenv rd_spec ${rdaddr}:${filesize}'
setenv name_fw_rd 'k2-fw-initrd.cpio.gz'

setenv bootcmd 'run envboot; run init_fw_rd_${boot} run_mon run_kern'
请问是哪里有错误吗谢谢。