跳过到主内容
< 所有主题
打印

HI CV300 学习笔记

烧录固件使用云盘未尝试成功,PDK里的出厂固件

uboot 参数配置

setenv bootargs 'mem=128M console=ttyAMA0,115200 root=/dev/mtdblock2 rootfstype=jffs2 rw mtdparts=hi_sfc:1M(boot),4M(kernel),-(rootfs)'
setenv ipaddr 192.168.31.88;setenv serverip 192.168.31.184;setenv gatwayip 192.168.31.1;setenv netmask 255.255.255.0;
setenv bootcmd 'sf probe 0;sf read 0x82000000 0x100000 0x400000;bootm 0x82000000';
saveenv;

[aliyun_chatbot title="AI小助手" placeholder="请输入问题…" welcome_message="你好!有什么可以帮你的吗?" show_clear="yes"]