您尚未登录。

#3 Re: 全志 SOC » 《MangoPi-MQ 麻雀D1s上手教程》Tina系统编译烧录及基础分析 » 2021-12-20 14:46:12

谢谢分享,已编译出来并成功启动,不过没有屏,没有测试屏
编译环境:ubuntu   20.04.2
踩了跟这个一样的坑:【加精】在Ubuntu21.04中编译Tina SDKV1.01 版本 踩坑记录

#8 Re: 技术人生/软件使用技巧/破解经验/技术吐槽/灌水 » 2020年坑网第一帖,做一个LED全彩点阵的名片板怎么样 » 2020-01-06 18:25:28

metro 说:

我觉得可以考虑NXP LPC8N04官方开发板的demo,只要靠近支持NFC的设备就可以点亮LED点阵,同时还可以传递文字信息,最重要的是不需要电池就可以工作。

使用NXP LPC8N04官方开发板的demo的方法我已近试过了,
LPC8N04没有把从天线收集到的能源(Energy harvesting)输出的专用口,不过从datasheet上看可以使用IO口(PIO0_3, PIO0_7, PIO0_10 and PIO0_11)给外部设备供电:
PIO0 current source mode
    PIO0_3, PIO0_7, PIO0_10 and PIO0_11 are high-source pads that can deliver up to
20 mA to the load. These PIO pins can be set to either digital mode or analog current sink
mode. In digital mode, the output voltage of the pad switches between VSS and VDD. In
analog current drive mode, the output current sink switches between the values set by the
ILO and IHI bits. The maximum pad voltage is limited to 5 V.

以上来自LPC8N04 datasheet,一个IO口最多可以输出20mA,如果是3.3V的话(为甚么是3.3呢),可以输出最大3.3*0.02=0.066=66mW,
我随便找个墨水瓶的参数
    工作电压: 3.3V
    通信接口: 3-wire SPI、4-wire SPI
    外形尺寸: 90.1mm × 77.0mm × 1.18mm
    显示尺寸: 84.8mm × 63.6mm
    点        距: 0.212 × 0.212
    分  辨  率: 400 × 300
    显示颜色: 红、黑、白
    灰度等级: 2
    全局刷新: 15s
    刷新功耗: 26.4mW(typ.)
    待机功耗: <0.017mW
    可视角度: >170°
来自:http://www.waveshare.net/shop/4.2inch-e-Paper-B.htm
66mW > 26.4mW,从这参数来看不用外部电源,是可以使用LPC8N04做一个通过NFC修改墨水瓶的设备,

我实际测试结果是NXP LPC8N04官方开发板的demo 输出的电压只有1.8V(使用小米note3测试)驱动不起来,原因可能是我的手机输出功率问题,也可能是这块板子的天线没做好
FluxBB bbcode 测试

#11 Re: 全志 SOC » F1C100s入坑记录(linux kernel失败!sunxi-fel, u-boot正常。) » 2018-05-31 09:42:05

可以编译了,
原来我是放到虚拟机共享目录的,就会出现如下问题
    scripts/kconfig/conf  --silentoldconfig Kconfig

    *** Error during update of the configuration.

    make[2]: *** [silentoldconfig] Error 1
    make[1]: *** [silentoldconfig] Error 2
    make: *** No rule to make target `include/config/auto.conf', needed by `include/config/uboot.release'.  Stop.
后来我在非共享目录编译,就可以编译过了,

#12 Re: 全志 SOC » F1C100s入坑记录(linux kernel失败!sunxi-fel, u-boot正常。) » 2018-05-29 17:05:25

谢晕哥,
上面那个错误是lubuntu 14.04,下午我换成ubuntu 14.04,出现了新的错误:
wyl@wyl-VirtualBox:~/share/nano/u-boot$ ARCH=arm CROSS_COMPILE=arm-eabi- make licheepi_nano_spiflash_defconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#
wyl@wyl-VirtualBox:~/share/nano/u-boot$ ARCH=arm CROSS_COMPILE=arm-eabi- make
scripts/kconfig/conf  --silentoldconfig Kconfig

*** Error during update of the configuration.

make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/uboot.release'.  Stop.

#13 Re: 全志 SOC » F1C100s入坑记录(linux kernel失败!sunxi-fel, u-boot正常。) » 2018-05-29 12:10:33

我按照上面的步骤编译u-boot,出现如下错误:

scripts/kconfig/conf  --silentoldconfig Kconfig

*** Error during update of the configuration.

scripts/kconfig/Makefile:46: recipe for target 'silentoldconfig' failed
make[2]: *** [silentoldconfig] Error 1
Makefile:479: recipe for target 'silentoldconfig' failed
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'.  Stop.


请问什么问题,
Google不出来怎么解决

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn