当前位置: 首页 > news >正文

做网站为什么要建站点商业品牌网

做网站为什么要建站点,商业品牌网,asp.net mvc 手机网站,苏州建设是哪家公司文章目录 一 串口打印1 借助串口助手2 dmesg自带时间3 内核显示时间信息4 借助initcall_debug二 图形花显示1 bootgraph工具使用2 Bootchart工具使用3 Grabserial工具使用一 串口打印 1 借助串口助手 2 dmesg自带时间 root@xboard:~# dmesg [ 0.000000] Booting Linux on …

文章目录

    • 一 串口打印
      • 1 借助串口助手
      • 2 dmesg自带时间
      • 3 内核显示时间信息
      • 4 借助initcall_debug
    • 二 图形花显示
      • 1 bootgraph工具使用
      • 2 Bootchart工具使用
      • 3 Grabserial工具使用


一 串口打印

1 借助串口助手

在这里插入图片描述

在这里插入图片描述

2 dmesg自带时间

root@xboard:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.4.70-00016-gdd67dc4a0c6b (ub-1001@ub1001-Vostro-3890) (gcc version 9.2.0 (GCC)) #46 SMP PREEMPT Mon Dec 4 15:41:16 CST 2023
[    0.000000] Machine model: NXP i.MX8MM SMARC 2.0 Computer-on-Module
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000078000000, size 640 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000bdffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xbdbdc500-0xbdbddfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000bdffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000b7ffffff]
[    0.000000]   node   0: [mem 0x00000000b8400000-0x00000000bdffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bdffffff]
[    0.000000] On node 0 totalpages: 515072
[    0.000000]   DMA32 zone: 8064 pages used for memmap
[    0.000000]   DMA32 zone: 0 pages reserved
[    0.000000]   DMA32 zone: 515072 pages, LIFO batch:63
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 24 pages/cpu s58904 r8192 d31208 u98304
[    0.000000] pcpu-alloc: s58904 r8192 d31208 u98304 alloc=24*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 507008
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk1p2 rootwait rw loglevel=5 fbcon=logo-pos:center
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1333432K/2060288K available (18172K kernel code, 1494K rwdata, 7220K rodata, 2944K init, 1049K bss, 71496K reserved, 655360K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 128 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: no VLPI support, no direct LPI support
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
[    0.000000] ITS: No ITS available, not enabling LPIs
[    0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x44c with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[    0.000003] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[    0.000380] Console: colour dummy device 80x25
[    0.000447] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
[    0.000454] pid_max: default: 32768 minimum: 301
[
http://www.yayakq.cn/news/344235/

相关文章:

  • 河南做网站找谁WordPress如何导入本地插件
  • 百度网页收录企业网站排名优化公司
  • 大连住房和城乡建设部网站wordpress 笔记本主题下载
  • 网站建设与维护论文福州网站制作外包
  • 网站关键词分隔符做团购的网站
  • 学网站开发怎么样青岛网站建设方案书
  • 网站的常用技术有哪些百度seo推广价格
  • 网站建设app哪个好用wix怎么做网站
  • 怎么查询最新网站做网站有哪些费用
  • 做宣传的网站有哪些代理财务记账公司
  • dede 子网站利用ps做兼职的网站
  • 网站开发要懂英文吗简书 wordpress 搭建
  • 外贸网站 wordpress石碣东莞网站建设
  • 网站空间 .de资源网站优化排名软件
  • 淄博网站建设设计公司龙岗网站建设公司哪家口碑好
  • 网站素材模板旅游成立网站的意义
  • 做网站办公照片上海网站建设技术托管
  • 教育类手机网站模板下载网站建设属于会计哪个科目
  • 甘肃省建设局官方网站西安哪家公司制作响应式网站建设
  • 温州网站建设 seowordpress大学最新模板下载地址
  • 网站备案要关闭吗做电脑壁纸的网站
  • 常州公诚建设项目管理有限公司官方网站阿里云做网站步骤
  • 品牌型网站建设解决方案个人网页设计html加js代码
  • 商务网站建设实验什么叫seo
  • 网站程序结构wordpress的登录
  • 建设网站需要花钱吗亲子装网站建设
  • 市建设局网站的综合业务管理平台建设网站目的及功能定位
  • 中国万网网站建设过程北海市住房和城乡建设局网站
  • 上海网站关键词图片转视频在线制作
  • 申请网页空间的网站湖北高端网站建设价格