参考1: https://whycan.cn/t_2388.html (荔枝派zero/小智极客S3/V3s使用sunxi-fel 借 u-boot 启动 Linux系统, 无需 spi flash / TF 卡)
Run_F1C100s_LicheePi_Nano.bat
"bin\sunxi-fel.exe" -p uboot u-boot-sunxi-with-spl.bin write 0x80008000 zImage write 0x80C00000 suniv-f1c100s-licheepi-nano-with-lcd.dtb write 0x80D00000 rootfs.cpio.uboot
@echo "download complete! now run linux ..."
@sleep 5
默认串口是 UART0(PE0, PE1)
离线
晕哥 说:迪卡 说:rootfs.cpio.uboot是啥
根文件系统
请教晕哥,这个根文件系统有大小限制没,它存到哪了(没spiflash/tf卡)?
还有你用的啥终端,能显示彩色字体。。。
有限制,具体限制多少还不清楚, 是 gzip 压缩的 initramfs,
Linux 最终会解压到指定内存区域作为 rootfs,
终端是 mobaxterm 的免费版.
mobaxterm 功能相当强大: https://whycan.cn/t_2057.html
离线