@Mitko https://zhidao.baidu.com/question/1547190917555376067.html 原来这就是保加利亚呀? 我笑了 嘻嘻,你这么做得原因看来有历史的原因呢!!
这个有点意思,第一次听说保加利亚。
做一个转接7寸Lcd的小板子: https://whycan.cn/t_2099.html
参考@晕哥另外一个帖子: https://whycan.cn/t_1522.html
###挂载###
mount /dev/sda -t vfat /mnt/u/# cp /mnt/data/138¿î39.XPX /mnt/u/
cp: can't create '/mnt/u/138¿î39.XPX': Invalid argument
拷贝文件(gbk文件名)到U盘出现错误,
找到这个网页,终于解决 https://blog.csdn.net/luoleicn/article/details/5309967
两种方式:
一种是通过终端手动挂载加上参数: -o iocharset=utf8
如:# mount /dev/sdb1 -t vfat /mnt/usb/ -o iocharset=utf8
第二种是通过加入内核支持在File systems ---> DOS/FAT/NT Filesystems --->中有两项修改为:
(936) Default codepage for FAT
(utf8) Default iocharset for FAT
codepage其实是charset encoding的别称,而936是GBK编码。详见http://en.wikipedia.org/wiki/Codepage。
为了支持cp936,你必须在打开对它的支持,在File systems ---> -*- Native language support --->Simplified Chinese charset (CP936, GB2312)
iocharset通过man mount来查看解释不再赘述。
阿里巴巴看到有人卖芯片: https://detail.1688.com/offer/574196878150.html
但是卖板子的还没那么快吧,
毕竟是工业级的AI芯片.
比如 sun8i-v3s-licheepi-zero.dts
&ohci0 {
status = "okay";
};&uart0 {
pinctrl-0 = <&uart0_pins_a>;
pinctrl-names = "default";
status = "okay";
};&uart1 {
pinctrl-0 = <&uart1_pins_a>;
pinctrl-names = "default";
status = "okay";
};&uart2 {
pinctrl-0 = <&uart2_pins_a>;
pinctrl-names = "default";
status = "okay";
};&usb_otg {
dr_mode = "otg";
status = "okay";
};
就是上面这个 okay 和 & 没搞明白.
https://github.com/littlevgl/lvgl/blob/master/lv_hal/lv_hal_tick.h
/* Define a custom attribute to `lv_tick_inc` function */
就是说如果用户给这个函数另外定义了一个属性(attribute), 就使用自定义的。
如果没有定义,那么就使用默认的(空定义).
drivers/bus/imx-weim.c: dev_dbg(&pdev->dev, "failed to find weim-cs-gpr\n");
drivers/bus/vexpress-config.c: dev_dbg(parent, "Registered bridge '%s', parent node %p\n",
drivers/bus/vexpress-config.c: dev_dbg(dev, "Parent node %p, looking for %p\n",
drivers/bus/simple-pm-bus.c: dev_dbg(&pdev->dev, "%s\n", __func__);
drivers/bus/simple-pm-bus.c: dev_dbg(&pdev->dev, "%s\n", __func__);
https://github.com/andrewkiluk/RSA-Library
RSA-Library
This is a C library for RSA encryption. It provides three functions for key generation, encryption, and decryption. Detailed descriptions of these functions are provided in the header file rsa.h.
I make no claim that any good encyrption practices are used here. Probably don't use this for any production purposes.
Created by Andrew Kiluk
源码在此!
大神,你玩过飞思卡尔K21?
https://whycan.cn/t_717.html
那你按照这个安装gcc 7.2.1,然后看能否编译通过,希望看到好消息。
2) 安装arm linux 工具链:
ubuntu14.04 x64下载这个工具链: gcc-linaro-7.2.1-2017.11-x86_64_arm-eabi.tar.xz
一般解压缩到 /usr/local/ 目录,
然后把目录 export PATH=/usr/local/gcc-linaro-7.2.1-2017.11-x86_64_arm-eabi/bin:$PATH 添加到 /etc/profile, 或者 ~/.bashrc 文件
晕哥,主线支持摄像头吗
海豚?派不是主线,是全志官方的 linux3.4
daydayup 说:qwert1213131 说:官方回复是创建一个定时器任务,定时更新图片
嗯嗯,我试一试。
这个不错,非常感谢!