sudo cat /sys/kernel/debug/clk/clk_summary|grep clk_npu_dsu0# 实机运行如下(npu当前的频率为750MHz)cat@lubancat:~$ sudo cat /sys/kernel/debug/clk/clk_summary|grep clk_npu_dsu0 clk_npu_dsu00307500000000050000cat@lubancat:~$ 查看DDR频率 ...
userspace > /sys/class/devfreq/fde40000.npu/governor # 设置频率 echo 900000000 > /sys/kernel/debug/clk/clk_scmi_npu/clk_rate # 查看当前npu频率 cat /sys/class/devfreq/fde40000.npu/cur_freq cat /sys/kernel/debug/clk/clk_summary |
7,1581,6064017,-;SELinux: initialized (dev mmcblk0p14, type vfat), uses mountpoint labeling 13,1582,6066657,-;init: write_file: Unable to open '/sys/kernel/debug/tracing/tracing_on': No such file or directory 13,1583,6067824,-;init: Starting service 'logd'... 13,1584,6077834,-;i...
More recently, U-Boot has added the Kbuild infrastructure used by the Linux kernel, allowing you to use the "make menuconfig" command to configure your build. Selection of Processor Architecture and Board Type: --- For all supported boards there are ready-to-use default configurations available...
More recently, U-Boot has added the Kbuild infrastructure used by the Linux kernel, allowing you to use the "make menuconfig" command to configure your build. Selection of Processor Architecture and Board Type: --- For all supported boards there are ready-to-use default configurations available...
Now booting the IOS XE kernel %IOSXEBOOT-4-BOOT_PARAMETER: (rp/0): Booting with custom BOOT_PARAM setting %IOSXEBOOT-4-BOOT_PARAMETER: (rp/0): Hardware watchdog timer disabled in ROMMON %IOSXEBOOT-4-DEBUG_CONF: (rp/0): Using DEBUG_CONF file /misc/scratch/debug.conf Feb 13...
Now booting the IOS XE kernel %IOSXEBOOT-4-BOOT_PARAMETER: (rp/0): Booting with custom BOOT_PARAM setting %IOSXEBOOT-4-BOOT_PARAMETER: (rp/0): Hardware watchdog timer disabled in ROMMON %IOSXEBOOT-4-DEBUG_CONF: (rp/0): Using DEBUG_CONF file /misc/scratch/debug.conf Feb 13 13:...
系统中注册的regulator和consumer之间关系或者regulator之间的关系,可以查看下/sys/kernel/debug/regulator/regulator_summary文件,下面图片显示了IO 电源域和regulator之间的关系:9.4. 实验 下面我们简单编写一个驱动,向内核注册一个regulators,电压范围为500000µV到1350000µV。 配套源码和设备树插件位于linux_driver/powe...
# 编译kerneldeb文件./build.sh kerneldeb# 编译extboot分区./build.sh extboot 编译生成的设备树文件和设备树源文件在同一目录下,如LubanCat-2板卡, 其设备树源文件是arch/arm64/boot/dts/rockchip/rk3568-lubancat-2.dts, 编译后生成的设备树文件是arch/arm64/boot/dts/rockchip/rk3568-luban...
cat /sys/class/net/can0/tx_queue_len 默认缓冲区大小只有10,每秒最多发4000帧,如果帧率再高缓冲区将没有多余的空间,提示No buffer space available 修改缓冲区大小可以增加发送速率上限,执行以下命令: 1 echo4096> /sys/class/net/can0/tx_queue_len ...