+
Skip to content

Tags: xerdink/kernel

Tags

4.4.115-116-rockchip

Toggle 4.4.115-116-rockchip's commit message
arm64: dts: rockchip: fix ROCK Pi 4 device aliases

Signed-off-by: Stephen <stephen@vamrs.com>

4.19.193-26-rockchip

Toggle 4.19.193-26-rockchip's commit message
arm64: dts: rockchip: add radxa cm3 io board

Signed-off-by: Stephen <stephen@vamrs.com>

4.19.193-25-rockchip

Toggle 4.19.193-25-rockchip's commit message
arm64: dts: rk3568-rock-3-a: extend rknpu reserved memory

Problem: npu runtime error
  # export LD_LIBRARY_PATH=./lib/
  # ./rknn_ssd_demo model/ssd_inception_v2.rknn model/road.bmp
  Loading model ...
  rknn_init ...
  model input num: 1, output num: 2
  input tensors:
  index=0 name=Preprocessor/sub:0 n_dims=4 dims=[1 300 300 3] n_elems=270000 size=270000 fmt=0 type=3 qnt_type=2 fl=0 zp=0 scale=0.007812
  output tensors:
  index=0 name=concat:0 n_dims=4 dims=[1 1917 1 4] n_elems=7668 size=30672 fmt=0 type=0 qnt_type=2 fl=0 zp=53 scale=0.089455
  index=1 name=concat_1:0 n_dims=4 dims=[1 1917 91 1] n_elems=174447 size=697788 fmt=0 type=0 qnt_type=2 fl=0 zp=53 scale=0.143593
  rknn_run
  [   50.591159] RKNPU: soft reset
  E RKNN: [02:36:25.128] failed to submit!, op id: 1, op name: Conv:FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/separable_conv2d/depthwise, flags: 0x5, task start: 0, task number: 15, run task counter: 0, int status: 0
  rknn_run fail! ret=-1

Solution: extend rknpu reserved memory
  # export LD_LIBRARY_PATH=./lib/
  # ./rknn_ssd_demo model/ssd_inception_v2.rknn model/road.bmp
  Loading model ...
  rknn_init ...
  model input num: 1, output num: 2
  input tensors:
  index=0 name=Preprocessor/sub:0 n_dims=4 dims=[1 300 300 3] n_elems=270000 size=270000 fmt=0 type=3 qnt_type=2 fl=0 zp=0 scale=0.007812
  output tensors:
  index=0 name=concat:0 n_dims=4 dims=[1 1917 1 4] n_elems=7668 size=30672 fmt=0 type=0 qnt_type=2 fl=0 zp=53 scale=0.089455
  index=1 name=concat_1:0 n_dims=4 dims=[1 1917 91 1] n_elems=174447 size=697788 fmt=0 type=0 qnt_type=2 fl=0 zp=53 scale=0.143593
  rknn_run
  loadLabelName
  ssd - loadLabelName ./model/coco_labels_list.txt
  loadBoxPriors
  person @ (13 125 59 212) 0.984696
  person @ (110 119 152 197) 0.969119
  bicycle @ (171 165 278 234) 0.969119
  person @ (206 113 256 216) 0.964519
  car @ (146 133 216 170) 0.959264
  person @ (49 133 58 156) 0.606060
  person @ (83 134 92 158) 0.606060
  person @ (96 135 106 162) 0.464163

Signed-off-by: Stephen <stephen@vamrs.com>

5.10.69-9-amlogic

Toggle 5.10.69-9-amlogic's commit message
revert "arm64: dts: radxa zero: remove dai-link-0 node"

This reverts commit "fd159ba07d5cc71e6d9c11d9daf23a2a7d7543e9"

Signed-off-by: Stephen <stephen@vamrs.com>

4.19.193-24-rockchip

Toggle 4.19.193-24-rockchip's commit message
arm64: dts: rockchip: radxa-e25: add support for LTE EM05 modem

Signed-off-by: Stephen <stephen@vamrs.com>

5.10.69-8-amlogic

Toggle 5.10.69-8-amlogic's commit message
revert meson drv shutdown

Problem: connected with HDMI monitor, command reboot does not restart
the system.
[  OK  ] Started Reboot.
[  OK  ] Reached target Reboot.
[  141.734304] printk: systemd-shutdow: 24 output lines suppressed due to ratelimiting
[  141.794707] systemd-shutdown[1]: Syncing filesystems and block devices.
[  142.294581] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[  142.304272] systemd-journald[1448]: Received SIGTERM from PID 1 (systemd-shutdow).
[  142.343369] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[  142.353248] systemd-shutdown[1]: Unmounting file systems.
[  142.355617] [1762]: Remounting '/' read-only in with options '(null)'.
[  142.377999] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[  142.387765] systemd-shutdown[1]: All filesystems unmounted.
[  142.387897] systemd-shutdown[1]: Deactivating swaps.
[  142.393160] systemd-shutdown[1]: All swaps deactivated.
[  142.397933] systemd-shutdown[1]: Detaching loop devices.
[  142.405637] systemd-shutdown[1]: All loop devices detached.
[  142.408683] systemd-shutdown[1]: Detaching DM devices.
[  142.429138] kvm: exiting hardware virtualization
...STUCK...

Solution: remove shutdown function to meson_drm driver
[  OK  ] Started Reboot.
[  OK  ] Reached target Reboot.
[   24.509429] printk: systemd-shutdow: 24 output lines suppressed due to ratelimiting
[   24.569328] systemd-shutdown[1]: Syncing filesystems and block devices.
[   25.307349] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[   25.322408] systemd-journald[1439]: Received SIGTERM from PID 1 (systemd-shutdow).
[   25.361382] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[   25.371413] systemd-shutdown[1]: Unmounting file systems.
[   25.373722] [1755]: Remounting '/' read-only in with options '(null)'.
[   25.398110] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[   25.407865] systemd-shutdown[1]: All filesystems unmounted.
[   25.407992] systemd-shutdown[1]: Deactivating swaps.
[   25.413000] systemd-shutdown[1]: All swaps deactivated.
[   25.417991] systemd-shutdown[1]: Detaching loop devices.
[   25.425649] systemd-shutdown[1]: All loop devices detached.
[   25.428783] systemd-shutdown[1]: Detaching DM devices.
[   25.448956] kvm: exiting hardware virtualization
[   25.479811] reboot: Restarting system
bl31 reboot reason: 0xd
bl31 reboot reason: 0x0
system cmd  1.
...REBOOT...

Signed-off-by: Stephen <stephen@vamrs.com>

4.19.193-20-rockchip

Toggle 4.19.193-20-rockchip's commit message
arm64: dts: rockchip: enable pcie2x1 for Radxa E23

Signed-off-by: Stephen <stephen@vamrs.com>

4.19.193-19-rockchip

Toggle 4.19.193-19-rockchip's commit message
arm64: rockchip_linux_defconfig: enable R8125

Signed-off-by: Stephen <stephen@vamrs.com>

4.4.194-20-rockchip

Toggle 4.4.194-20-rockchip's commit message
arm64: rockchip_linux_defconfig: select iscsi_tcp function

Enable to build iscsi_tcp.ko module.

Signed-off-by: Ken <ken@radxa.com.com>

4.19.193-18-rockchip

Toggle 4.19.193-18-rockchip's commit message
arm64: dts: rockchip: use meaning device tree name

  1) Remove uncommon things from rk3566-radxa-rock-3-compute-module.dtsi
  2) Rename radxa cm3 and carrier boards.
  3) Enable NPU.

Signed-off-by: Stephen <stephen@vamrs.com>
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载