您尚未登录。

#1 Re: 全志 SOC » V3S 串口设置高频波特率问题 » 2022-04-14 10:58:13

暂时无法解决高频波特率问题,使用USB转串口芯片进行高频波特率首发

#3 全志 SOC » V3S 串口设置高频波特率问题 » 2022-04-12 17:06:29

luott
回复: 1

串口设置高于115200波特率乱码,
在荔枝派zero的文档上看到配置为PLL6时钟源在内核内发送成功,但是接收出问题,导致内核卡死

#4 Re: 全志 SOC » 求助,自制V3S板子,一直处于Fel模式,使用的SD nand,spiflash没有引出 » 2022-03-23 14:51:44

哇酷小二 说:

你得想办法烧程序进去,否则就会进fel

这边测的SD卡的CLK引脚没有一点反应,但是使用fel下载系统到dram运行是可以检测到SD卡的

#7 Re: 全志 SOC » F1C100S如何关闭屏幕上的输出,只显示开机LOGO » 2021-07-30 15:41:40

填坑,在uboot给内核传递参数时,删除console=tty0 或改为console=zero

#11 全志 SOC » 求助 F1C200s配置UART2只能发,不能收,linux内核版本5.2 » 2021-07-15 14:55:39

luott
回复: 4

串口0和串口1能正常工作

dts配置

&uart0 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart0_pe_pins>;
	status = "okay";
};
&uart1 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart1_pa_pins>;
	status = "okay";
};
&uart2 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart2_pe_pins>;
	status = "okay";
};

dtsi配置

uart0_pe_pins: uart0-pe-pins {
        pins = "PE0", "PE1";
        function = "uart0";
};
uart1_pa_pins: uart1-pa-pins {
        pins = "PA2", "PA3";
        function = "uart1";
};
uart2_pe_pins: uart2-pe-pins {
        pins = "PE7", "PE8";
        function = "uart2";
};

启动日志

[    0.364037] printk: console [ttyS0] disabled
[    0.384360] 1c25000.serial: ttyS0 at MMIO 0x1c25000 (irq = 23, base_baud = 6250000) is a 16550A
[    0.775548] printk: console [ttyS0] enabled
[    0.780419] suniv-f1c100s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pa not found, using dummy regulator
[    0.813538] 1c25400.serial: ttyS1 at MMIO 0x1c25400 (irq = 24, base_baud = 6250000) is a 16550A
[    0.844140] 1c25800.serial: ttyS2 at MMIO 0x1c25800 (irq = 25, base_baud = 6250000) is a 16550A

#12 Re: 全志 SOC » 新画的板子在启动UBOOT时卡死 » 2021-06-29 08:35:13

sunxiang 说:

这个是V3S吗

这个是f1c200s的

#13 Re: 全志 SOC » 新画的板子在启动UBOOT时卡死 » 2021-06-28 17:16:12

自己填坑,在这一步基本确定进入了u-boot初始化sd卡了,问题就在于内存没启动,
在Kconfig内修改内存及主频频率,就能进入内核了,自己画的板子可能存在电源纹波或者其他干扰,导致高频紊乱

#14 全志 SOC » 新画的板子在启动UBOOT时卡死 » 2021-06-23 16:00:13

luott
回复: 3

在UBOOT中每次在检测MMC时就卡死
bh.png
这是哪出问题了啊,求帮助

页脚

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

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