摘要:1. 根据upgrade工具,对文件命名作了一下调整, kernel改名为zimage, initrd.gz改名为initramfs.igz,user.tar.gz改为home.tar.gz. 2. 添加查看固件创建时间功能。 3. 添加可自选header来创建固件文件。 http://files.cnblogs.com/zhongzf/SmartQ5Extractor_v2.4.zip
阅读全文
05 2009 档案
摘要:it seems that while Q5 startup, plug in the power supply, then it will (or can) load the kernel in the NAND; while with the battery, it will load the kernel in the \SmartQ5 file. if it's tenable, then...
阅读全文
摘要:1. 对SD卡进行分区,分4个区,1. vfat, 2. ext3, 3. ext3, 4. swap.以4G卡为例,参见下图: 2. 下载最新固件。http://www.brsbox.com/filebox/down/fc/8959e1c17db6d9ab358943f424b01e47 (密码: as34jd435j6i5e65u39m) 3. 使用“SmartQ5固件工具” (下载地址...
阅读全文
摘要:根据之前的分析结果,修改了u-boot.bin的启动参数,把刷机的启动项改为从sd卡上启动,即root=/dev/mmcblk1p2 rootwait splash. 再将sd卡分好区,将rootfs.tar.gz和user.tar.gz解压到相应的分区,并修改root分区下的/etc/fstab文件,将分区设置正确。 按“Alt"开机,Q5就从SD上启动系统了。
阅读全文