buildroot-tiny200 icon indicating copy to clipboard operation
buildroot-tiny200 copied to clipboard

Buildroot Package for F1C100s/200s

Results 9 buildroot-tiny200 issues
Sort by recently updated
recently updated
newest added

It no longer builds, fresh install: >>> host-m4 1.4.18 Building Making all in . Making all in examples Making all in lib GEN alloca.h GEN configmake.h GEN arg-nonnull.h GEN warn-on-use.h...

I need to make i8080 lcd driver for f1c100s, but in kernel there is no driver for this part of tcon controller. I think I can use dma , but...

默认 od 版本为 5.1,$(od --help | grep 'endia') 执行时会返回 0,从而直接退出该脚本,导致后续的判断及错误提示信息无作用。 更改为判断 grep 返回值方式即可。

Fix for "Multiple definition" error happening with newer gcc Same as described here: https://whycan.com/t_6015.html The file is applying this patch: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/%2b/726 Tested, working.

Hi we have a partially working image based on the V2 firmware from MangoPi https://github.com/mangopi-sbc/buildroot-mangopi-r However OTG doesn't work, lsusb prints no info at all with a usb wifi dongle...

Please consider submitting your patches to mainline u-boot someday, even just parts of it would be helpful for future-proofing.

Hello there, would you mind submitting the following patches to the upstream someday? Mainline linux really could use some improvements on X-Powers PMU support and those flash related stuff. Thank...

c-stack.c:55:26: error: missing binary operator before token "(" 55 | #elif HAVE_LIBSIGSEGV && SIGSTKSZ < 16384

Hi I am working on a F1C100s board (Lichee Nano) and got the TV out working by disabling the LCD panel. However, I noticed that the data format for /dev/fb0...