| .gitignore | ||
| buildroot_001.txt | ||
| README.md | ||
wmt_f1c_study
My F1C200s and F1C100s study
steward-fu/lichee-nano
- search baidupan, steward-fu_lichee-nano
- f1c100s_rt-thread.zip
- melis-master.zip
- sunxi-tools.7z
- etc...
- (where???, seems deleted) https://github.com/steward-fu/lichee-nano
- https://github.com/steward-fu/archives/releases?page=7
- https://github.com/steward-fu/archives/releases/tag/lichee-nano
- https://github.com/steward-fu/website/releases?q=lichee-nano&expanded=true
芒果派r3, dfrobot, uname -a
Linux mangopi-r3 5.4.92 #1 Tue May 11 10:39:00 CST 2021 armv5tejl GNU/Linux
search baidupan, sysimage-nand-120mb.zip (behide lcpi_factory.rar)
Build hello program for Linux mangopi-r3 5.4.92, get a.out
- search baidupan, armv5-eabi--glibc--stable-2020.08-1.tar.bz2
https://toolchains.bootlin.com
select armv5eabi and glibc - https://www.icode9.com/content-3-279874.html
arm-linux-gcc -mcpu=arm926ej-s a.c
same as: arm-linux-gcc -mcpu=arm926ej-s a.c -static
same as: arm-linux-gcc a.c
same as: arm-linux-gcc a.c -static - hello program
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}
- search baidupan, arm-2014.05-29-arm-none-linux-gnueabi-i686-mingw32.tar.bz2
- search baidupan, arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
- 荔枝派Nano使用gcc-linaro-7.2.1进行交叉编译得到的可执行文件,一运行就"segmentation fault"
https://whycan.com/t_3265.html
建议用: arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
https://sourcery.mentor.com/GNUToolchain/package12813/public/arm-none-linux-gnueabi/arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
http://sources.buildroot.net/toolchain-external-codesourcery-arm/arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
ubuntu18.04 x64需要安装32bit的依赖包:
sudo apt-get install lib32ncurses5 lib32z1 -y
一样问题,用晕哥说的 arm-2014.05-29-arm-none-linux-gnueabi 测试可以;
下了 arm-2014.05-29-arm-none-linux-gnueabi-i686-mingw32.tar.bz2
在windows下eclipse里编译app,放到板里能正常运行; - https://elinux.org/ARMCompilers
Flash Linux firmware, and copy file a.out to file system
- https://mangopi.org/f1c_flashrom
- mpi-r-tools.zip, zadig-2.5.exe, Device, Create New Device, Allwinner FEL Device, USB ID: 1F3A EFE8, Install Driver
- mpi-r-tools.zip, zadig-2.5.exe, Device, Create New Device, Allwinner DFU Device, USB ID: 1F3A 1010, Install Driver
- no TF, hold press BOOT and press RST
- from-fel-to-dfu.bat
- dfu-util.exe -R -a all -D output\images\sysimage-nand.img (use sysimage-nand-120mb.zip)
- reset, and connect board's USB OTG to PC, wait a minute, get a storage driver (named Widora MangoPi R3)
- Copy elf file (a.out) to storage driver (mangopi-r3), copy to /root
- Connect board's USB TTL to PC, use putty to get tty console.
- chmod +x a.out && ./a.out
- NOTE: Using zadig to install Allwinner FEL Device and DFU Device will break PhoenixSuit firmware burn function, sometimes you need to uninstall it if not used
- 注意注意:安装FEL和DFU可能会导致PhoenixSuit无法使用(看不到进度条从而无法烧录),如果出现这种情况需要卸载USB驱动后再使用PhoenixSuit
【荔枝派Nano】F1C100S的串口
https://www.bilibili.com/read/cv9912248/
https://gitee.com/cai_xl/F1C100S_examples
fb-test, fbset
ARM9/ARM11裸机开发笔记1之MDK开发环境和点亮LED
http://www.openedv.com/forum.php?mod=viewthread&tid=45055
F1C100s_with_Keil_RTX4_emWin5
裸机工程: https://github.com/hongxuyao/F1C100s_with_Keil_RTX4_emWin5
https://gitee.com/xuyao2020/F1C100s_with_Keil_RTX4_emWin5
https://www.amobbs.com/thread-5708471-1-1.html
https://www.amobbs.com/thread-5731101-1-1.html
--c99
E:\Keil_v4\ARM\Segger\emWin\Include
E:\Keil_v4\ARM\Segger\emWin\Lib\GUI_ARM_L.lib
F1C100s_with_Keil_RTX4_emWin5_spl_v1.rar
FIXME: Only ddr running (program lost after resetting), not available for nand flash
https://github.com/glorycoder/F1C100s_with_Keil_RTX4_emWin5
https://github.com/motoedy/RTX4-emWin-on-F1C100s
see https://github.com/nminaylov/F1C100s_LVGL
f1c200s(tiny200) linux+emwin稳定运行
https://whycan.com/t_4739.html
https://github.com/xiaofengvskuye/f1c200s_emwin/blob/master/Sample/SimpleDemo/main.c
rt-thread
https://github.com/vvhh2002/f1c100s_rt-thread
https://github.com/vvhh2002/lv7_rtthread_f1c100s
https://github.com/VeiLiang/BoloRTT
https://whycan.com/p_33590.html
F1C100s_projects, 'u-boot, fatload mmc, go'
- https://github.com/nminaylov/F1C100s_projects
https://github.com/nminaylov/F1C100s_LVGL
https://github.com/motoedy/minimal_f1c100s_fb_zlggui - see, f1c200s lcd_test.bin
https://github.com/weimingtom/wmt_lvgl_study
f1c100s, nor flash, licheepi nano, 荔枝派nano
我把荔枝派nano,f1c100s nor flash版烧录过程跑通了。
我用的开发板是荔枝派nano,不过需要做手脚,而且这个开发板出厂不支持录音,
如果要录音的话最好用芒果派r3,但芒果派r3的nand flash版不能用sunxi-fel直接烧录,
我还在想这个如何解决。关于荔枝派nano,由于出厂是无法直接烧录nor flash的(板载的w25q128),
需要搭额外的电路,我的做法如下,仅供参考:用一个母对公杜邦线接在GND脚上,
用一个导线一头弯钩接在w25q128的1脚上(最靠近芯片白色圆点的那个脚),
另一头接在母对公杜邦线,这两根杜邦线接在一起(通过面包板),
通过usb线接通开发板,即可进入FEL模式,启动后,需要马上在面包板上断开上述的两根杜邦线,
否则w25q128会无法片选使能。然后就可以spiflash-read和spiflash-write了,
可以读出官方的ROM可写入自己的ROM
f1c200s, nor flash (also with nand flash, but fail to run widora's mangopi nand rom), 小淘气科技
- 我购买了小淘气科技的F1C200s开发板(带nor和nand flash),没有买代码。
这个板相当于荔枝派nano(UART0是调试输出),但也可以兼容芒果派r3(需要改接UART1,即PA2收PA3发,才能看到调试输出)。
另外,虽然带有nand flash(通过跳帽来选择),但我试过无法运行芒果派r3的nand flash rom,
可能是因为nand flash的芯片型号不同,待考。屏幕是接屏线的,下方的排针其实是空出来,没有接到屏幕。
兼容800x480分辨率(我买的是这个分辨率),即可以忽略掉触摸功能和屏线,屏幕输出是不受影响的。
带有喇叭,在屏幕转接板的背面,可以拔掉线,或者用耳机来避免声音过大(当然一般情况下不会用到声音输出) - search baidupan, F1C100S开发板资料, F1C100S开发板硬件资料.rar
F1C200S, 小淘气
- search baidupan, F1C100S_keil开发文件
- 有两个,较小的那个在这里:https://download.csdn.net/download/w343241644/16727273
- 较大的带LVGL
- see also F1C100s_with_Keil_RTX4_emWin5_spl_v1.rar, with MDK4
全志F1C200S F1C100S 介绍
https://blog.csdn.net/tunqimai9331/article/details/95938903
关于荔枝派(LiChee Pi)Nano初体验中的114514个坑
https://www.stlee.tech/2020/06/25/关于荔枝派(LiChee%20Pi)Nano初体验中的114514个坑/ https://github.com/Icenowy/linux/archive/f1c100s-480272lcd-test.zip
【荔枝派Nano】F1C100S的boothead和BROM, 哔哩哔哩专栏
https://www.bilibili.com/read/cv9477324/
mangopi r3
https://mangopi.org/mangopi_r
https://github.com/mangopi-sbc/buildroot-mangopi-r
dfrobot, mangopi r3
https://wiki.dfrobot.com.cn/_SKU_DFR0780_MangoPi-R3#target_6
https://wiki.dfrobot.com/MangoPi_R3_SKU_DFR0780
SO YOU WANT TO BUILD AN EMBEDDED LINUX SYSTEM?
ARM9开发板对比(英文)
https://jaycarlson.net/embedded-linux/
F1C100S/F1C200S系统构建
https://littlevgl.readthedocs.io/en/latest/Doc/03.F1C100S_Linux/F1C100S_Linux.html
ARM9/ARM11裸机开发笔记1之MDK开发环境和点亮LED
http://www.openedv.com/forum.php?mod=viewthread&tid=45055
F1C100s with Keil RTX4 + emWin5
https://gitee.com/xuyao2020/F1C100s_with_Keil_RTX4_emWin5
用Keil开发ASM9128T,让你坐拥RTX+TCPnet+emWin中间件
https://www.amobbs.com/thread-5708471-1-1.html
福利来了:基于F1C100s完美运行RTX4+emWin
https://www.amobbs.com/thread-5731101-1-1.html
f1c200s(tiny200) linux+emwin稳定运行
https://whycan.com/t_4739.html
https://github.com/xiaofengvskuye/f1c200s_emwin/blob/master/Sample/SimpleDemo/main.c
荔枝派Nano使用gcc-linaro-7.2.1进行交叉编译得到的可执行文件,一运行就"segmentation fault"
https://whycan.com/t_3265.html
(未整理的链接)
- https://gitee.com/LicheePiNano/F1C100S_MDK
https://gitee.com/LicheePiNano/F1C100s_with_Keil_RTX4_emWin5
https://gitee.com/LicheePiNano/lv7_rtthread_f1c100s
https://littlevgl.readthedocs.io/en/latest/Doc/04.MDK开发F1C100S/MDK_F1C100S.html#mdk-emwin-rtt - https://whycan.com/t_1522_2.html
https://bitbucket.org/qq516333132/c600/src/lcd_test/
https://github.com/mirkerson/c600 - https://github.com/hcly/f1c100s
https://github.com/motoedy/RTX4-emWin-on-F1C100s
https://github.com/motoedy/minimal_f1c100s_fb_zlggui
https://github.com/hongxuyao/F1C100s_with_Keil_RTX4_emWin5 - https://github.com/armfly/H7-TOOL_STM32H7_App
- https://blog.csdn.net/p1279030826/article/details/112850119
https://github.com/Lichee-Pi/u-boot - https://gitee.com/zhangheyang/f1c100s_rt-thread
https://gitee.com/jiang_xing/f1c100s_rt-thread
https://gitee.com/qq49707555/projects - https://gitee.com/jxmlegend/f1c100s_u-boot
https://gitee.com/cai_xl/F1C100S_examples/tree/master - https://steward-fu.github.io/website/mcu.htm
https://steward-fu.github.io/website/mcu/f1c100s/jlink_dram.htm
todo: download this:
https://github.com/steward-fu/lichee-nano/releases
https://www.eevblog.com/forum/projects/building-an-hmi-based-on-f1c200s-and-xboot/
https://steward-fu.github.io/website/mcu/f1c100s/asm_setup.htm - https://oshwhub.com/LSW12315/f1c100s_copy
https://www.cnblogs.com/XZHDJH/articles/13607465.html
https://oshwhub.com/LSW12315/f1c100score_copy
https://h.bilibili.com/135640708 - http://www.cxyzjd.com/searchArticle?qc=全志f1c100s&page=1
http://www.cxyzjd.com/article/b7376811/109442307
https://blog.csdn.net/b7376811/article/details/109442307 - https://github.com/henrycoding/linux-52-f1c200s
https://www.cnx-software.com/2020/04/04/widora-tiny200-allwinner-f1c200s-arm9-development-board-support-dvp-camera-up-to-512mb-sd-nand-flash/
https://github.com/henrycoding/uboot-f1c100s - ssd210, ssd201
A311D - https://github.com/florpor/licheepi-nano
https://github.com/unframework/licheepi-nano-buildroot
https://www.seeedstudio.com/Sipeed-Lichee-Nano-Linux-Development-Board-16M-Flash-WiFi-Version-p-2893.html
https://www.licheepizero.us - https://github.com/Icenowy/sunxi-tools
http://nano.lichee.pro/step_by_step/two_sunxi-tools.html - https://github.com/LiShanwenGit/F1C100S-config
https://github.com/LiShanwenGit/MelonPI-MINI/tree/master/documents - https://github.com/yilanjueding123/quanzhiwork
- https://blog.csdn.net/p1279030826/article/details/113370239
https://www.bilibili.com/read/cv9477324
https://gitee.com/LicheePiNano/F1C100S_MDK
F1C100S添加SPI LCD液晶驱动
https://www.cnblogs.com/listenscience/p/13619930.html
全志F1C100S usb裸机驱动移植1
http://www.iipcb.com/blog/F1C100S_USB_DriverDebug1.html - https://www.szc188.com/2021/06/25/f1c100s/【f1c100s】编译下载工具/
http://www.360doc.com/content/20/0930/02/71044033_938238986.shtml
新手玩荔枝派 f1c100s nano折腾笔记(四)
fbv
https://www.codeleading.com/article/66075573279/
横米游戏机SDK
https://github.com/jeason1997/MiyooSDK/tree/master/demo
https://github.com/jeason1997/MiyooSDK/blob/master/demo
关于芒果派R3无法插入屏线线头的问题
上次我买的dfrobot的f1c200s开发板芒果派r3,它的翻盖fpc连接器怎么放都放不进去屏线,
今天我解决了这个问题。其实很简单,买那种蓝色屏线头然后用延长板转接就行,放不进去是因为屏线不够硬,
那个插座要很用力才能放进去,如果屏线的线头不够硬,是没办法把屏线放进去芒果派r3的连接器中,
而蓝色端的的那种fpc延长线反倒可以
尝试从一开发F1C100s应用 (使用lsz命令)
- https://whycan.com/t_4266.html
- lrzsz-0_12_20_tar.gz
- SecureCRT.zip
- (with shell) $ lrz (or linux rz, sz command)
- https://blog.csdn.net/mynamepg/article/details/81118580
- with buildroot
Target packages --->
Networking applications --->
[v] lrzsz
Planck-Pi, f1c200s
- https://github.com/peng-zhihui/Planck-Pi
- https://github.com/maker-community/Planck-Pi-IoT
【自制Linux单板电脑】我复刻了稚晖君的Planck-Pi
https://www.bilibili.com/video/BV1Fh4y127X7
智能虚仪电子研发室, LVGL 8.0 port
- https://oshwhub.com/lg508612189/f1c200s-chuan-kou-ping-ban
- https://github.com/hongxuyao/F1C100s_with_Keil_RTX4_emWin5
- LVGL 8.0, see baidupan, F1C200s_V1_2_1.zip
qemu-f1c100s
以前的笔记
-
其实我星期天的时候在F1C200s开发板和4.3寸屏上跑通了网上高手(whycan)开源的无操作系统开发模板工程:F1C100s_with_Keil_RTX4_emWin5-spl-separated这个例子,只不过我只能在内存运行,不知道用何种方法烧录到nand flash上(就是重启会丢失)——其实这个例子是有版权问题的,首先这个工程可以用mdk4编译(需要加上--c99开关),而MDK4是付费的,而RTX4和emWin则是mdk4里面自带的软件,而RTX4需要另外付费(emwin是一个GUI库,可以依赖于RTX4,所以需要付费RTX才能使用)
-
我购买了小淘气科技的F1C200s开发板(带nor和nand flash),没有买代码。这个板相当于荔枝派nano(UART0是调试输出),但也可以兼容芒果派r3(需要改接UART1,即PA2收PA3发,才能看到调试输出)。另外,虽然带有nand flash(通过跳帽来选择),但我试过无法运行芒果派r3的nand flash rom,可能是因为nand flash的芯片型号不同,待考。屏幕是接屏线的,下方的排针其实是空出来,没有接到屏幕。兼容800x480分辨率(我买的是这个分辨率),即可以忽略掉触摸功能和屏线,屏幕输出是不受影响的。带有喇叭,在屏幕转接板的背面,可以拔掉线,或者用耳机来避免声音过大(当然一般情况下不会用到声音输出)
-
昨天试了一下,把f1c200s的u-boot的sd卡运行模式跑通了(fatload命令),不过nand flash的引导方法仍然没有头绪。fatload有个几个缺点,是要先保证tf卡是FAT文件系统,这个可能有点坑,因为可能会提示缺分区表(我是拿PSP2000去格式化TF卡),其次,需要先引导到u-boot,这里有个技巧,就是先按住BOOT按钮reset进入FEL,然后通过from-fel-to-dfu.bat进入DFU模式,而其实所谓的DFU模式就是U-BOOT,只不过会卡住等待,这时候在串口控制台按Ctrl+C中断即可回到U-BOOT命令行,然后通过fatload mmc 0:1 80000000 lcd_test.bin 和go 80000000即可运行(参考nminaylov/F1C100s_projects),我更想知道能否用类似的方法引导nand flash的代码,如果可以的话就可以解决nand引导问题
-
如果没用过芒果派r3之类的f1c200s,可能会觉得奇怪为什么很多人都是通过bare metal方式(无操作系统)去开发,那是因为它跑Linux内核的话会启动得很慢——有可能是因为通过nand 128MB去引导系统,文件系统也是nand flash,会导致写入速度过慢,从而导致busybox启动速度非常慢。当然还因为f1c本身性能比较低下,当然还有别厂的arm9处理器比这个还慢,如果换成v3s会快几倍,所以有一批人是专门研究v3s而不是研究f1c
-
所以,我猜测有可能是因为toolchains.bootlin.com的linux和gcc的版本比较新,所以编译出来的a.out才可以正常运行?我测试的f1c200s widora linux版本也很高。当然也不排除是因为bootlin的armv5 gcc是基于buildroot来编译的,因为它的文件前缀就有buildroot字样 ?
-
我试了一下,如果想在f1c200s的linux下运行hello,有一个相对简单的方法,就是下载toolchains.bootlin.com的armv5交叉工具链:armv5-eabi--glibc--stable-2020.08-1,然后直接gcc即可(也可以加上参数-mcpu=arm926ej-s,效果是一样的;工具链不支持windows),我试过树莓派和linaro的工具链即使加上-mcpu=arm926ej-s都不行。或者可以通过buildroot,未试验。
-
我最近买了两块f1c200s的开发板(whycan论坛上经常出现的一个东西),分别是dfrobot和艾尔赛。dfrobot的版本(nand 120MB版)不带麦克风,需要自己烧录固件。而艾尔赛的版本是带固件带麦克风的。使用相同的固件。我惊奇地发现widora的固件支持模拟U盘,通过OTG口可以模拟出一个类似安卓设备的东西,然后可以写入和复制文件系统里面的文件,这样对于开发来说非常方便,因为可以直接把elf文件拷贝进去然后在串口命令行执行
-
除了我之前说的芯灵思全志SIN-V3S可以录音以外(基于全志v3s),其实芒果派R3也可以(基于全志f1c200s),只不过找它的官网是找不到相关的信息,倒是在dfrobot的资料库中可以找到,可以通过一个命令行tinycap实现录音,而这个命令行是出自一个开源项目tinyalsa,可以在github上找到这个项目的源代码,通过buildroot编译进固件
EasyUSB
- https://github.com/VeiLiang/EasyUSB
- 创建一个易于使用和移植的usb驱动工程,支持一些常用的SOC芯片。目前支持的芯片列表:全志F1C100S, 全志V3s
MyLibrary, gpio-f1c100s.h
f1c100s-boot
xboot
- https://github.com/xboot/xboot
- https://github.com/tongjinlv/my_xboot
- https://github.com/Vasili-Sk/xboot-f1c200s
- https://github.com/xboot/xboot/blob/master/src/arch/arm32/mach-f1c100s/start.S
- https://github.com/xboot/xboot/blob/master/src/arch/arm32/mach-f1c200s/README.md
- https://github.com/xboot/xboot/blob/master/src/arch/arm32/mach-f1c200s/start.S
micropython_for_f1c100s
f1c100s-linux
suda-f1c100s
【自制】圆梦Linux小电脑, f1c200s
- https://www.bilibili.com/video/BV1nN411S7BC
- https://github.com/xddcore/Zero_Linux_Board
- 【自制|开源】小白也可以轻松复现的Linux小电脑
- https://www.bilibili.com/video/BV17u411V7ws
寒假制作了一个Linux小玩具, f1c200s
(TODO) liulianpi, 榴莲派, f1c100s + nor spi flash
- search baidupan, LiuLianPi_F1C100S_Sch_V1.pdf
- 榴莲派编译手册.pdf
- linux.tar.gz
- https://wiki.sipeed.com/soft/Lichee/zh/Nano-Doc-Backup/build_sys/build_flash_copy.html
基于 Linux 的 Buildroot 制作根文件系统 -- rootfs
榴莲派固件编译
- 编译榴莲派Linux 5失败,但Linux 4成功
Linux4版nor flash:
flashimg_nano_480_272_linux_4.15.0-rc8_uclibc.bin
出厂固件nor flash:
liulianpi_factory_20231013.7z
编译步骤,Linux 4.15.0: https://github.com/Icenowy/linux.git;https://github.com/Icenowy/linux/tree/f1c100s-480272lcd-test
https://whycan.com/t_3138_2.html
suda-f1c100s linux 5
https://gitee.com/forsun/suda-f1c100s/blob/master/docs/tutorials/tutorial-spiflash.md
suda-f1c100s linux 4
https://gitee.com/qq1847123212/SUDA_F1C100S/tree/master/kernel
原来如此,可能是这样子,荔枝派nano官方是Linux 4,但Mangopi r3和r2(tiny200)是Linux 5(而且是嵌入到buildroot中),我之前没想起来是因为Mangopi r3是nand flash,只有tiny200是nor flash
除了Tiny200是Linux 5(似乎,基于buildroot编译),还有一个文档化更详细的,叫suda-f1c100s,也是Linux 5版的f1c100s,我觉得可以试试。之前编译榴莲派提供的Linux 5代码但运行失败,但如果编译Linux 4则可以,我想试试其他方法。还有一些人是基于sdcard的,如Planck-Pi,暂时不研究
- f1c lvgl编译运行
在榴莲派f1c100s上运行lvgl_demo (v7)和图片背景的lvgl,效果如下。我测试过只能通过buildroot的交叉工具链编译或者用arm-none-linux工具链静态链接(动态不行,需要加上-mcpu=arm926ej-s -mfloat-abi=soft开关),才可能运行成功,用编译Linux的工具链反而不行 。通过tf卡传入elf文件,并且扩展文件系统
lvgl_demo_nor_flash_uclibc
简单,用buildroot生成的工具链编译:
lv_port_linux_frame_buffer_f1c_480_br_uclibc_v1.tar.gz
静态链接才可运行:
lv_port_linux_frame_buffer_f1c_480_none_v1.tar.gz
buildroot带图片版:
lv_port_linux_frame_buffer_f1c_480_image_br_uclibc_v1.tar.gz - (480 g++ ipc)
用榴莲派f1c100s运行qt4示例digitalclock和nes模拟器(infones),静态链接版,大概15M,Linux 4版系统固件,效果如下。用ubuntu14 32位编译,需要打开buildroot的工具链的c++和wchar配置开关,并且打开Linux 4内核的system v ipc配置开关。由于静态链接elf文件和字体文件太大了,塞不进nor flash内,我这里是用tf卡执行(字体则使用软连接)。nes模拟器帧率低于d1s和树莓派zero
licheenano_480_ubuntu140432_v3_g++_ipc.tar.gz
里面的qt4nes - 榴莲派f1c100s Linux 5版
fb-test
榴莲派f1c100s编译运行linux 5版固件(编译自aodzip buildroot版),fb-test运行效果如下。这个固件和Linux 4版的区别有这些:(1)编译Python更花时间,如果单独编译u-boot和linux更快(2)toolchain->rootfs->u-boot->linux->pack(3)make sipeed_lichee_nano_defconfig默认配置(4)一次就编译出三种ROM,sdcard/nand/nor,显示屏分辨率480272(5)rootfs加了比较多的东西,例如gdbserver, fbtest, tinyplay
sysimage-nor_480_272_aodzip_nano.img
f1c100s, gitee
- https://gitee.com/LicheePiNano/lv7_rtthread_f1c100s
- https://gitee.com/LicheePiNano/F1C100S_MDK/blob/master/SRC/main.c
F1C100S_examples
全志F1C100s使用记录:u-boot & linux & rootfs 编译与烧录测试(基于SD卡)
- https://blog.csdn.net/Naisu_kun/article/details/123142958
- https://www.codetd.com/article/14276740
- https://www.codeleading.com/article/46302421939/
- https://github.com/peng-zhihui/Planck-Pi
- search bing : f1c100s
f1c100s-gpio-tools
(TODO, TODO) MiyooCFW
- https://github.com/TriForceX/MiyooCFW
- (TODO, TODO) 待研究,目前q8的两个自制tf卡固件都可以在Sup M3上拿到串口控制台登录(虽然按键不适配), 但测试过无法在榴莲派等f1c100s开发板上运行,所以可能需要研究怎么编译这个固件让其可以运行在开发板上
- q8_od_jutleys_no_roms.img.7z and q8_od_jckl_no_roms.img.7z
(dead) see https://github.com/steward-fu/archives/releases?q=q8&expanded=true
see https://github.com/steward-fu/website/releases?q=q8&expanded=true - https://steward-fu.github.io/website/handheld.htm#q8
- How to run MiyooCFW on Sup M3, see
https://github.com/weimingtom/q90_playground
sup m3, MiyooCFW-2.0.0-Beta-7fc5140.zip, musl
隔了好几个月,我终于摸索出怎么在sup m3上正确配置运行MiyooCFW的方法。
其实很简单,就是要多修改options.cfg这个文件才行。
(1)首先要穷举console.cfg中的CONSOLE_VARIANT值,
我选择了CONSOLE_VARIANT=m3_r61520(参考firstboot文件),
可以显示(为了跳过安装程序,需要把firstboot改名,例如firstboot.skip),
但屏幕还是会反色
(2)如何解决反色问题呢,答案在firstboot里,
firstboot里面提到一个配置文件options.cfg,
这个文件不容易找到是因为需要tf卡通过掌机去连PC,
而不是通过读卡器连PC,这样就可以看到main盘符,
然后修改里面options.cfg的配置INVERT=0,
然后重启即可得到正常颜色的MiyooCFW
(3)由于sup m3的按键不太适应MiyooCFW,
所以只能勉强用,但framebuffer应该正常了
- Sup M3, 2.8inch (3inch?), 320x240, 24pin ???
miyoo-toolchain
- miyoo-toolchain-v2.0.0-arm-buildroot-linux-musleabi_sdk-buildroot.tar.gz