Quard Star Tutorial Versions Save

This project aims to build an Embedded Linux System, in order to analyze the chip from the power-on execution of the first instruction to the entire system running, based on qemu simulator development board. 本项目旨在真正从0开始构建嵌入式linux系统,为了剖析芯片从上电开始执行第一条指令到整个系统运行,基于qemu定制模拟器开发板。

v0.1.0

1 year ago
  • 优化大量脚本提高可读性和易用性
  • 完善GUI tools工具,基础功能完善可用状态
  • macos发布二进制版打包为application bundle

v0.0.3

1 year ago

修复了大量错误,并且目前quard star soc中的各类controller ip已经比较完善了,特此发布v0.0.3版本

  • rootfs更新为2G空间
  • 添加onenand flash emulator(uboot、kernel驱动支持)
  • 添加can controller emulator(kernel驱动支持)
  • 添加pwm/timer/adc emulator(kernel驱动支持)
  • 添加eth emulator (uboot、kernel驱动支持)
  • 添加lcdc emulator (uboot、kernel驱动支持)
  • 添加watchdog emulator (kernel驱动支持)

v0.0.2

2 years ago
  • busybox更新到1.33.2
  • kernel更新到5.10.108
  • opensbi更新到1.0
  • qemu更新到7.0.0
  • 添加macos二进制发布版本
  • 添加i2s硬件
  • 启动脚本添加avahi
  • 添加tap模拟网卡支持

v0.0.1

2 years ago
  • 首次发布。
  • qemu和quard stat tools的二进制发布版本,包含linux版本和windus x64版本,win64为实验性支持,强烈建议以使用linux版本在ubuntu2004版本使用,其他os若无法使用,建议clone源码自行编译,编译方法参考项目CI脚本。