f1c100s 128MB W25N01G spi nand调试记录
镜像使用说明 镜像位置images文件夹
uboot-with-spl-usb.bin FEL模式下使用的uboot镜像
uboot-with-spl-spinand.bin spi nand启动使用的uboot镜像
FEL模式下使用标准sunxi-fel执行如下命令
sunxi-fel uboot uboot-with-spl-usb.bin write 0x80000000 uboot-with-spl-spinand.bin
【f1c100s spi nand启动调试记录】由于sunxi-fel直接写spi nand代码没有调试过,所以直接将uboot镜像传到内存后写入spi nand
执行完成,等待u-boot倒计时完后会自动将uboot-with-spl-spinand.bin写入spi nand中
FEL模式日志
U-Boot SPL
推荐阅读
- linux 多网卡发送udp广播
- 搭建本地服务器
- linux busybox中文显示修改说明
- linux系统|数据备份--dump
- git pull all branch
- Ubuntu18.04下搭建go开发环境
- Ubuntu 软件安装、查找、卸载--apt-get、apt-cache命令安全