|
本帖最后由 manfred1984 于 2014-12-21 21:55 编辑
周末研究了下终于成功了,感觉文档还是太散。整理下方便后人:
刷的是这个版本: fedora20-nand-lxde-vga.img.gz
1. mount /dev/nanda /mnt
2. 安装sunxi-tools:
yum install libusbx-devel
git clone https://github.com/linux-sunxi/sunxi-tools
make
3. 编译完成后进入 sunxi-tools 的目录:
$./bin2fex /mnt/script.bin 1.fex
$vi 1.fex (and change screen0_output_mode to your resolution, mine is 0 )
$./fex2bin 1.fex /mnt/script.bin
4. 重启后大功告成!
P.S. 分辨率清单如下,自己改自己需要的
;screenx_output_mode (used for vga output, 0:1680*1050 1:1440*900 2:1360*768 3:1280*1024 4:1024*768 5:800*600 6:640*480 10:1920*1080 11:1280*720)
|
|