'2026/09'에 해당되는 글 27건

  1. 15:00:05 espeak-ng TTS
  2. 14:45:09 festival lite TTS
  3. 10:25:19 luckfox mini plus
  4. 2026.09.06 주말도 피곤
  5. 2026.09.05 삼성 정품(?) fm 되는 usb-c 이어폰
  6. 2026.09.04 피아노 강좌
  7. 2026.09.04 blender sculpting - trim
  8. 2026.09.04 musescore
  9. 2026.09.04 blender 객체 중심에 오게 하기
  10. 2026.09.04 blender spot light
Linux/Ubuntu2026. 9. 7. 15:00

claude에게 festival로 한글 발음 해달라고 시키니 추천해준 프로그램

[링크 : https://discuss.pytorch.kr/t/espeak-ng-100-espeak-fork/4272]

[링크 : https://github.com/espeak-ng/espeak-ng]

 

teensy 4.0 보드를 위한 (cortex-M7@600Mhz) 포트가 있다고 하는데.. 아니 그 가격(5만원)이면 라즈베리 에서 돌리는게 쌀지도?

[링크 : https://github.com/vindar/espeak-ng_T4/]

    [링크 : https://forum.pjrc.com/index.php?threads/espeak-ng-tts-library-ported-to-teensy-4.77001/]

 

근데 -v ko 있나 없나 영어식 발음인건 여전한데...?

-p 50 -s 175 이 기본이고

-p 는 0~99 사이값.

-s는 분당 단어 갯수라 딱히 제한은 없는듯?

$ espeak-ng "hello"
$ espeak-ng "안녕하세요"
$ espeak-ng -v ko "안녕하세요"
$ espeak-ng -v ko -p 70 -s 300 "안녕하세요"

 

$ espeak-ng --help

eSpeak NG text-to-speech: 1.50  Data at: /usr/lib/x86_64-linux-gnu/espeak-ng-data

espeak-ng [options] ["<words>"]

-f <text file>   Text file to speak
--stdin    Read text input from stdin instead of a file

If neither -f nor --stdin, then <words> are spoken, or if none then text
is spoken from stdin, each line separately.

-a <integer>
   Amplitude, 0 to 200, default is 100
-d <device>
   Use the specified device to speak the audio on. If not specified, the
   default audio device is used.
-g <integer>
   Word gap. Pause between words, units of 10mS at the default speed
-k <integer>
   Indicate capital letters with: 1=sound, 2=the word "capitals",
   higher values indicate a pitch increase (try -k20).
-l <integer>
   Line length. If not zero (which is the default), consider
   lines less than this length as end-of-clause
-p <integer>
   Pitch adjustment, 0 to 99, default is 50
-s <integer>
   Speed in approximate words per minute. The default is 175
-v <voice name>
   Use voice file of this name from espeak-ng-data/voices
-w <wave file name>
   Write speech to this WAV file, rather than speaking it directly
-b    Input text encoding, 1=UTF8, 2=8 bit, 4=16 bit 
-m    Interpret SSML markup, and ignore other < > tags
-q    Quiet, don't produce any speech (may be useful with -x)
-x    Write phoneme mnemonics to stdout
-X    Write phonemes mnemonics and translation trace to stdout
-z    No final sentence pause at the end of the text
--compile=<voice name>
   Compile pronunciation rules and dictionary from the current
   directory. <voice name> specifies the language
--compile-debug=<voice name>
   Compile pronunciation rules and dictionary from the current
   directory, including line numbers for use with -X.
   <voice name> specifies the language
--compile-mbrola=<voice name>
   Compile an MBROLA voice
--compile-intonations
   Compile the intonation data
--compile-phonemes=<phsource-dir>
   Compile the phoneme data using <phsource-dir> or the default phsource directory
--ipa      Write phonemes to stdout using International Phonetic Alphabet
--path="<path>"
   Specifies the directory containing the espeak-ng-data directory
--pho      Write mbrola phoneme data (.pho) to stdout or to the file in --phonout
--phonout="<filename>"
   Write phoneme output from -x -X --ipa and --pho to this file
--punct="<characters>"
   Speak the names of punctuation characters during speaking.  If
   =<characters> is omitted, all punctuation is spoken.
--sep=<character>
   Separate phonemes (from -x --ipa) with <character>.
   Default is space, z means ZWJN character.
--split=<minutes>
   Starts a new WAV file every <minutes>.  Used with -w
--stdout   Write speech output to stdout
--tie=<character>
   Use a tie character within multi-letter phoneme names.
   Default is U+361, z means ZWJ character.
--version  Shows version number and date, and location of espeak-ng-data
--voices=<language>
   List the available voices for the specified language.
   If <language> is omitted, then list all voices.
--load     Load voice from a file in current directory by name.
-h, --help Show this help.

'Linux > Ubuntu' 카테고리의 다른 글

festival lite TTS  (0) 2026.09.07
ubuntu 22.04 24.04 설치 파티션 차이  (0) 2026.07.09
hp 2760p 우분투 26.02 설치 실패  (0) 2026.06.23
ubuntu 26.04 + 595.71.05 + CUDA 13.2  (0) 2026.06.17
festival - a text-to-speech system(TTS)  (0) 2026.05.06
Posted by 구차니
Linux/Ubuntu2026. 9. 7. 14:45

festival이 무거워서 가벼운 버전으로 만든거라는데..

mcu에서 돌릴수 있을 정도로 가벼운진 모르겠다.

[링크 : https://github.com/festvox/flite]

 

플래시가 좀 많이 필요한데 일단 esp32에서 돌아가는 듯?

[링크 : https://github.com/pschatzmann/arduino-flite]

'Linux > Ubuntu' 카테고리의 다른 글

espeak-ng TTS  (0) 2026.09.07
ubuntu 22.04 24.04 설치 파티션 차이  (0) 2026.07.09
hp 2760p 우분투 26.02 설치 실패  (0) 2026.06.23
ubuntu 26.04 + 595.71.05 + CUDA 13.2  (0) 2026.06.17
festival - a text-to-speech system(TTS)  (0) 2026.05.06
Posted by 구차니
embeded/luckfox2026. 9. 7. 10:25

중간 결과

- rndis 연결 실패

- uart 아니고 ttl

- 카메라 연결하면 정상부팅 못함 (SC3336 , 3MP)

pico ultra는 256MB / 8GB, 5M@30p 인데 반해

pico plus는 64MB / 128MB, 4M@30p 이다.

[링크 : https://wiki.luckfox.com/Luckfox-Pico-Plus-Mini]

[링크 : https://wiki.luckfox.com/Luckfox-Pico-Ultra/]

 

boot 안누르고 켜면 usb쪽은 전원만 공급되고 별다른 메시지나 tty 장치로 인식되진 않는다.

로그 보려면 결국에는 ttl 2 usb가 있어야 한단 말인데..

[ 1078.331129] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[ 1078.459427] usb 1-2: New USB device found, idVendor=2207, idProduct=110c, bcdDevice= 1.00
[ 1078.459446] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0

 

이상하게 먼가 걸려있다가 늦게 뜬다. 머지?

$ lsusb -v -d 2207:110c

Bus 001 Device 010: ID 2207:110c Fuzhou Rockchip Electronics Company 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x2207 Fuzhou Rockchip Electronics Company
  idProduct          0x110c 
  bcdDevice            1.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0020
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              400mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      6 
      bInterfaceProtocol      5 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1

cannot read device status, Resource temporarily unavailable (11)

 

 

boot 누르지 않고 부팅시에는 아래와 같이 rndis가 뜬다.

[ 1249.278957] usb 1-2: new high-speed USB device number 11 using xhci_hcd
[ 1249.406378] usb 1-2: New USB device found, idVendor=2207, idProduct=0019, bcdDevice= 3.10
[ 1249.406397] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1249.406405] usb 1-2: Product: rk3xxx
[ 1249.406410] usb 1-2: Manufacturer: rockchip
[ 1249.406415] usb 1-2: SerialNumber: ca8ebbd389df2126
[ 1249.473826] rndis_host 1-2:1.0 usb0: register 'rndis_host' at usb-0000:00:14.0-2, RNDIS device, e6:cd:d4:2b:60:c6
[ 1249.474223] usbcore: registered new interface driver rndis_host
[ 1249.484915] rndis_host 1-2:1.0 enxe6cdd42b60c6: renamed from usb0

 

읭.. 아이피 안 잡히는데?

$ ifconfig
enxe6cdd42b60c6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::201f:ab45:678e:15d5  prefixlen 64  scopeid 0x20<link>
        ether e6:cd:d4:2b:60:c6  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 

음.. 장치식별자가 다르게 떴네?

$ lsusb -v -d 2207:0019

Bus 001 Device 011: ID 2207:0019 Fuzhou Rockchip Electronics Company rk3xxx
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x2207 Fuzhou Rockchip Electronics Company
  idProduct          0x0019 
  bcdDevice            3.10
  iManufacturer           1 rockchip
  iProduct                2 rk3xxx
  iSerial                 3 ca8ebbd389df2126
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0062
    bNumInterfaces          3
    bConfigurationValue     1
    iConfiguration          4 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass        224 Wireless
      bFunctionSubClass       1 Radio Frequency
      bFunctionProtocol       3 RNDIS
      iFunction               7 RNDIS
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      3 RNDIS
      iInterface              5 RNDIS Communications Control
      ** UNRECOGNIZED:  05 24 00 10 01
      ** UNRECOGNIZED:  05 24 01 00 01
      ** UNRECOGNIZED:  04 24 02 00
      ** UNRECOGNIZED:  05 24 06 00 01
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               9
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass        10 CDC Data
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              6 RNDIS Ethernet Data
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass     66 
      bInterfaceProtocol      1 
      iInterface              9 ADB Interface
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

 

 

---

부트로그

판매된 상태 그대로 해봤는데 root/luckfox. buildroot 버전으로 되어있나 보다

DDR V1.10 ec2fae0c96 wesley.yao 22/11/15-10:58:09                               
S5P1                                                                            
fc27                                                                            
F                                                                               
DDRConf1                                                                        
DDR2, BW=16 Col=10 Bk=4 CS0 Row=13 CS=1 Die BW=16 Size=64MB                     
528MHz                                                                          
DDR bin out                                                                     
                                                                                
U-Boot SPL board init                                                           
U-Boot SPL 2017.09 (Jul 10 2024 - 15:27:08)                                     
unrecognized JEDEC id bytes: ff, ef, aa                                         
Trying to boot from MMC2                                                        
MMC: no card present                                                            
mmc_init: -123, time 2                                                          
spl: mmc init failed with error: -123                                           
Trying to boot from MTD1                                                        
ENVF: Primary 0x00000000 - 0x00040000                                           
ENVF: OK                                                                        
Trying fit image at 0x400 sector                                                
## Verified-boot: 0                                                             
## Checking uboot 0x00200000 (lzma @0x00400000) ... sha256(c2f767e435...) + shaK
## Checking fdt 0x0025bed0 ... sha256(51bba657c3...) + OK                       
Total: 241.332 ms                                                               
                                                                                
Jumping to U-Boot(0x00200000)                                                   
                                                                                
                                                                                
U-Boot 2017.09 (Jul 10 2024 - 15:27:08 +0800)                                   
                                                                                
Model: Rockchip RV1106 EVB Board                                                
PreSerial: 2, raw, 0xff4c0000                                                   
DRAM:  64 MiB                                                                   
Sysmem: init                                                                    
Relocation Offset: 03d85000                                                     
Relocation fdt: 02dfacb0 - 02dfede0                                             
CR: M/C/I                                                                       
Using default environment                                                       
                                                                                
Bootdev(atags): mtd 1                                                           
ENVF: Primary 0x00000000 - 0x00040000                                           
ENVF: OK                                                                        
PartType: ENV                                                                   
DM: v2                                                                          
No misc partition                                                               
boot mode: normal                                                               
FIT: no signed, no conf required                                                
DTB: rk-kernel.dtb                                                              
HASH(c): OK                                                                     
Model: Luckfox Pico Plus                                                        
CLK: (uboot. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)               
  apll 816000 KHz                                                               
  dpll 528000 KHz                                                               
  gpll 1188000 KHz                                                              
  cpll 1000000 KHz                                                              
  aclk_peri_root 400000 KHz                                                     
  hclK_peri_root 200000 KHz                                                     
  pclk_peri_root 100000 KHz                                                     
  aclk_bus_root 300000 KHz                                                      
  pclk_top_root 100000 KHz                                                      
  pclk_pmu_root 100000 KHz                                                      
  hclk_pmu_root 200000 KHz                                                      
Net:   eth0: ethernet@ffa80000                                                  
Hit key to stop autoboot('CTRL+C'):  0                                          
## Booting FIT Image at 0x290da80 with size 0x002ec200                          
Fdt Ramdisk skip relocation                                                     
No misc partition                                                               
## Loading kernel from FIT Image at 0290da80 ...                                
   Using 'conf' configuration                                                   
## Verified-boot: 0                                                             
   Trying 'kernel' kernel subimage                                              
     Description:  unavailable                                                  
     Type:         Kernel Image                                                 
     Compression:  uncompressed                                                 
     Data Start:   0x02916a80                                                   
     Data Size:    3027200 Bytes = 2.9 MiB                                      
     Architecture: ARM                                                          
     OS:           Linux                                                        
     Load Address: 0x00008000                                                   
     Entry Point:  0x00008000                                                   
     Hash algo:    sha256                                                       
     Hash value:   66929aa0a4d3f91d2b47fa6dae6865e75d0a7a606cda288fb10179af657e7
   Verifying Hash Integrity ... sha256+ OK                                      
## Loading fdt from FIT Image at 0290da80 ...                                   
   Using 'conf' configuration                                                   
   Trying 'fdt' fdt subimage                                                    
     Description:  unavailable                                                  
     Type:         Flat Device Tree                                             
     Compression:  uncompressed                                                 
     Data Start:   0x0290e280                                                   
     Data Size:    34771 Bytes = 34 KiB                                         
     Architecture: ARM                                                          
     Load Address: 0x00c00000                                                   
     Hash algo:    sha256                                                       
     Hash value:   3692950246bab0e95c7f3f38c32aeedfaf37f07237d386d6a68d993ddadc1
   Verifying Hash Integrity ... sha256+ OK                                      
   Loading fdt from 0x0290da80 to 0x00c00000                                    
   Booting using the fdt blob at 0x00c00000                                     
   Loading Kernel Image from 0x02916a80 to 0x00008000 ... OK                    
   kernel loaded at 0x00008000, end = 0x002eb100                                
   Using Device Tree in place at 00c00000, end 00c0b7d2                         
Adding bank: 0x00000000 - 0x04000000 (size: 0x04000000)                         
Total: 602.555 ms                                                               
                                                                                
Starting kernel ...                                                             
                                                                                
[    0.000000] Booting Linux on physical CPU 0x0                                
[    0.000000] Linux version 5.10.110 (hxj@luckfox-System-Product-Name) (arm-ro4
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c53c7d  
[    0.000000] CPU: div instructions available: patching division code          
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructie
[    0.000000] OF: fdt: Machine model: Luckfox Pico Plus                        
[    0.000000] Memory policy: Data cache writeback                              
[    0.000000] cma: Reserved 24576 KiB at 0x02800000                            
[    0.000000] Zone ranges:                                                     
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]           
[    0.000000] Movable zone start for each node                                 
[    0.000000] Early memory node ranges                                         
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]          
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff] 
[    0.000000] CPU: All CPU(s) started in SVC mode.                             
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16256     
[    0.000000] Kernel command line: user_debug=31 storagemedia=mtd androidboot.)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, li)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, lin)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off          
[    0.000000] Memory: 33684K/65536K available (3784K kernel code, 319K rwdata,)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1       
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16                  
[    0.000000] random: get_random_bytes called from start_kernel+0x1fb/0x360 wi0
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).            
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
[    0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398s
[    0.000019] Switching to timer-based delay loop, resolution 41ns             
[    0.000421] Console: colour dummy device 80x30                               
[    0.000467] Calibrating delay loop (skipped), value calculated using timer f)
[    0.000485] pid_max: default: 4096 minimum: 301                              
[    0.000658] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, line)
[    0.000674] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes,)
[    0.001297] CPU: Testing write buffer coherency: ok                          
[    0.001837] Setting up static identity map for 0x81c0 - 0x81f8               
[    0.002257] devtmpfs: initialized                                            
[    0.009055] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5
[    0.009246] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[    0.009270] futex hash table entries: 16 (order: -5, 192 bytes, linear)      
[    0.009362] pinctrl core: initialized pinctrl subsystem                      
[    0.010224] NET: Registered protocol family 16                               
[    0.010665] DMA: failed to allocate 0 KiB pool for atomic coherent allocation
[    0.011467] thermal_sys: Registered thermal governor 'step_wise'             
[    0.011476] thermal_sys: Registered thermal governor 'user_space'            
[    0.011728] cpuidle: using governor menu                                     
[    0.011762] Registered FIQ tty driver                                        
[    0.024771] rockchip-gpio ff380000.gpio: probed /pinctrl/gpio@ff380000       
[    0.025554] rockchip-gpio ff530000.gpio: probed /pinctrl/gpio@ff530000       
[    0.026294] rockchip-gpio ff550000.gpio: probed /pinctrl/gpio@ff550000       
[    0.027025] rockchip-gpio ff560000.gpio: probed /pinctrl/gpio@ff560000       
[    0.027134] rockchip-pinctrl pinctrl: probed pinctrl                         
[    0.036453] fiq_debugger fiq_debugger.0: IRQ uart_irq not found              
[    0.036477] fiq_debugger fiq_debugger.0: IRQ wakeup not found                
[    0.036761] printk: console [ttyFIQ0] enabled                                
[    0.036993] Registered fiq debugger ttyFIQ0                                  
[    0.039062] SCSI subsystem initialized                                       
[    0.039294] usbcore: registered new interface driver usbfs                   
[    0.039344] usbcore: registered new interface driver hub                     
[    0.039395] usbcore: registered new device driver usb                        
[    0.039642] mc: Linux media interface: v0.10                                 
[    0.039689] videodev: Linux video capture interface: v2.00                   
[    0.040866] Advanced Linux Sound Architecture Driver Initialized.            
[    0.041629] rockchip-cpuinfo cpuinfo: SoC            : 11031000              
[    0.041653] rockchip-cpuinfo cpuinfo: Serial         : 3c6d8f8ee95e4dd0      
[    0.042024] rockchip,rknpor-powergood ff000000.syscon:rknpor-powergood: prob!
[    0.042808] clocksource: Switched to clocksource arch_sys_counter            
[    0.050354] NET: Registered protocol family 2                                
[    0.050543] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linea)
[    0.051023] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096)
[    0.051080] TCP established hash table entries: 1024 (order: 0, 4096 bytes, )
[    0.051111] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear) 
[    0.051132] TCP: Hash tables configured (established 1024 bind 1024)         
[    0.051256] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)       
[    0.051301] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)  
[    0.051451] NET: Registered protocol family 1                                
[    0.051964] RPC: Registered named UNIX socket transport module.              
[    0.051984] RPC: Registered udp transport module.                            
[    0.051992] RPC: Registered tcp transport module.                            
[    0.051999] RPC: Registered tcp NFSv4.1 backchannel transport module.        
[    0.053222] Initialise system trusted keyrings                               
[    0.053455] workingset: timestamp_bits=30 max_order=14 bucket_order=0        
[    0.057550] squashfs: version 4.0 (2009/01/31) Phillip Lougher               
[    0.058376] NFS: Registering the id_resolver key type                        
[    0.058447] Key type id_resolver registered                                  
[    0.058465] Key type id_legacy registered                                    
[    0.058531] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.             
[    0.059024] Key type asymmetric registered                                   
[    0.059051] Asymmetric key parser 'x509' registered                          
[    0.059077] io scheduler mq-deadline registered                              
[    0.059543] rockchip-usb2phy ff3e0000.usb2-phy: IRQ index 0 not found        
[    0.064429] dma-pl330 ff420000.dma-controller: Loaded driver for PL330 DMAC-0
[    0.064461] dma-pl330 ff420000.dma-controller:       DBUFF-128x8bytes Num_Ch6
[    0.065317] rockchip-pvtm ff240000.pvtm: pvtm@0 probed                       
[    0.065537] rockchip-pvtm ff390000.pvtm: pvtm@0 probed                       
[    0.066165] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled         
[    0.071109] random: fast init done                                           
[    0.071252] random: crng init done                                           
[    0.082400] brd: moduleSeeding 2048 bits and crediting                       
 loSaving 2048 bits of creditable seed for next boot                            
aded                                                                            
[    0.089031] loop: module loaded                                              
[    0.091499] spi-nand spi2.0: Winbond SPI NAND was found.                     
[    0.091529] spi-nand spi2.Starting syslogd: 0: 128 MiB, block size: 128 KiB,4
[    0.092911] 7 cmdlinepart partitions found oOK                               
n MTD device spi-nand0                                                          
[    0.092933] Creating 7 MTD partitions on "spi-nand0":                        
[    0.092965] 0x000000000000-0x000000040000 : "env"                            
[    0.094955] 0x000000040000-0x000000080000 Starting klogd: : "idblock"        
[    0.097043] 0x000000080000-0x000000100000 : "uboot"                          
[    0.098950] 0OK                                                              
x000000100000-0x000000500000 : "boot"                                           
[    0.101077] 0x000000500000-0x000002300000 : "oem"                            
[    0.103210] 0x000002300000-0x000002d00000 : "userdata"                       
[    0.105286] 0x000002d00000-0x000007d00000 : "rootfs"                         
[    0.108812] rk_gmac-dwmac ffa80000.ethernet: IRQ eth_lpi not found           
[    0.109010] rk_gmac-dwmac ffa80000.ethernet: PTP uses main clocRunning sysctk
[    0.109067] rk_gmac-dwmac ffa80000.ethernet: no regulator found              
[    0.109083] rk_gmac-dwmac ffa80000.ethernet: clock input or output? (input). 
[    0.109093] rk_gmac-dwmac ffa80000.ethernet: Can not read property: tx_delay.
[    0.109103] rk_gmac-dwmac ffa80000.ethernet: set tx_delay to 0xffffffff      
[    0.109112] rk_gmac-dwmac ffa80000.ethernet: Can not read property: rx_delay.
[    0.109121] rk_gmac-dwmac ffa80000.ethernet: set rx_delay to 0xffffffff      
[    0.109197] rk_gmac-dwmac ffa80000.ethernet: integrated PHY? (yes).          
[    0.109214] rk_gmac-dwmac ffa80000.ethernet: cannot get clock mac_clk_rx     
[    0.109227] rk_gmac-dwmac ffa80000.ethernet: cannot get clock mac_clk_tx     
[    0.109258] rk_gmac-dwmac ffa80000.ethernet: cannot get clock clk_mac_speed  
[    0.109267] rk_gmac-dwmac ffa80000.ethernet: clock input froOK               
m PHY                                                                           
[    0.109534] rk_gmac-dwmac ffa80000.ethernet: init for RMII                   
[    0.109761] rk_gmac-dwmac ffa80000.ethernet: UserPopulating /dev using udev:1
[    0.109794] rk_gmac-dwmac ffa80000.ethernet:         DWMAC4/5                
[    0.109808] rk_gmac-dwmac ffa80000.ethernet: DMA HW capability register suppd
[    0.109819] rk_gmac-dwmac ffa80000.ethernet: RX Checksum Offload Engine suppd
[    0.109827] rk_gmac-dwmac ffa80000.ethernet: TX Checksum insertion supported 
[    0.109835] rk_gmac-dwmac ffa80000.ethernet: Wake-Up On Lan supported        
[    0.109843] rk_gmac-dwmac ffa80000.ethernet: TSO supported                   
[    0.109851] rk_gmac-dwmac ffa80000.ethernet: Enable RX Mitigation via HW Watr
[    0.109860] rk_gmac-dwmac ffa80000.ethernet: TSO feature enabled             
[    0.109872] rk_gmac-dwmac ffa80000.ethernet: Using 40 bits DMA width         
[    0.117749] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver       
[    0.118161] usbcore: registered new interface driver usb-storage             
[    0.118386] gadgetfs: USB Gadget filesystem, version 24 Aug 2004             
[    0.118449] Mass Storage Function, version: 2009/09/11                       
[    0.118474] LUN: removable file: (no medium)                                 
[    0.118514] no file given for LUN0                                           
[    0.118570] udc ffb00000.usb: failed to start g_mass_storage: -22            
[    0.119107] i2c /dev entries driver                                          
[    0.120691] i2c i2c-4: 1 i2c clients have been registered at 0x30            
[    0.121160] i2c i2c-4: 2 i2c clients have been registered at 0x30            
[    0.122325] usbcore: registered new interface driver uvcvideo                
[    0.122348] USB Video Class driver (1.1.1)                                   
[    0.123675] rockchip-thermal ff3c8000.tsadc: tsadc is probed successfully!   
[    0.125184] cpu cpu0: failed to register system monitor                      
[    0.125703] Synopsys Designware Multimedia Card Interface Driver             
[    0.126748] dwmmc_rockchip ffaa0000.mmc: IDMAC supports 32-bit address mode. 
[    0.126815] dwmmc_rockchip ffaa0000.mmc: Using internal DMA controller.      
[    0.126834] dwmmc_rockchip ffaa0000.mmc: Version ID is 270a                  
[    0.126885] dwmmc_rockchip ffaa0000.mmc: DW MMC controller at irq 47,32 bit o
[    0.128103] dtbocfg: 0.1.0                                                   
[    0.128179] dtbocfg: OK                                                      
[    0.130541] rv1106-acodec ff480000.acodec: current soc_id: rv1103            
[    0.130669] rv1106-acodec ff480000.acodec: Use pa_ctl_gpio and pa_ctl_delay_0
[    0.132603] NET: Registered protocol family 17                               
[    0.132727] Key type dns_resolver registered                                 
[    0.133787] Loading compiled-in X.509 certificates                           
[    0.134519]                                                                  
[    0.134559] *****************************************************************
[    0.134569] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE         *
[    0.134576] **                                                              *
[    0.134582] **  WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNE*
[    0.134588] **                                                              *
[    0.134595] ** This means that this kernel is built to expose clk operations*
[    0.134602] ** such as parent or rate setting, enabling, disabling, etc.    *
[    0.134607] ** to userspace, which may compromise security on your system.  *
[    0.134614] **                                                              *
[    0.134620] ** If you see this message and you are not debugging the        *
[    0.134626] ** kernel, report this immediately to your vendor!              *
[    0.134633] **                                                              *
[    0.134639] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE         *
[    0.134646] *****************************************************************
[    0.139659] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz,)
[    0.155143] input: adc-keys as /devices/platform/adc-keys/input/input0       
[    0.224541] ubi0: attaching mtd6                                             
[    0.410622] ubi0: scanning is finished                                       
[    0.415841] ubi0: attached mtd6 (name "rootfs", size 80 MiB)                 
[    0.415870] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes   
[    0.415880] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048    
[    0.415889] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096  
[    0.415907] ubi0: good PEBs: 640, bad PEBs: 0, corrupted PEBs: 0             
[    0.415918] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 18
[    0.415929] ubi0: max/mean erase counter: 3/0, WL threshold: 4096, image seq0
[    0.415940] ubi0: available PEBs: 0, total reserved PEBs: 640, PEBs reserved0
[    0.417286] ALSA device list:                                                
[    0.417324]   #0: rv-acodec                                                  
[    0.417997] ubi0: background thread "ubi_bgt0d" started, PID 54              
[    0.418278] UBIFS (ubi0:0): Mounting in unauthenticated mode                 
[    0.458242] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rooe
[    0.458274] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O s
[    0.458288] UBIFS (ubi0:0): FS size: 76820480 bytes (73 MiB, 605 LEBs), jour)
[    0.458298] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)               
[    0.458311] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID C0F1l
[    0.459698] VFS: Mounted root (ubifs filesystem) readonly on device 0:14.    
[    0.461056] devtmpfs: mounted                                                
[    0.461292] Freeing unused kernel memory: 200K                               
[    0.461311] Kernel memory protection not selected by kernel config.          
[    0.461349] Run /sbin/init as init process                                   
[    0.470270] process '/bin/busybox' started with executable stack             
[    0.553321] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 57 
[    0.865309] udevd[87]: starting version 3.2.7                                
[    0.883630] udevd[87]: specified group 'input' unknown                       
[    0.884758] udevd[87]: specified group 'kvm' unknown                         
[    0.911391] udevd[88]: starting eudev-3.2.7                                  
[    1.423720] udevd[99]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dy
[    1.424925] udevd[98]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dy
[    1.430435] udevd[100]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /y
[    1.460574] udevd[105]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /y
[    1.473155] udevd[106]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /y
[    1.478034] udevd[107]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /y
[    1.485157] udevd[108]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /y
done                                                                            
/etc/init.d/S20linkmount info: mount point path [IGNORE] not found, skip...     
***********/dev/ubi4_0 not exist***********                                     
***********/dev/ubi4 not exist***********                                       
[    1.923025] ubi4: attaching mtd4                                             
[    1.993176] ubi4: scanning is finished                                       
[    2.002030] ubi4: attached mtd4 (name "oem", size 30 MiB)                    
[    2.002062] ubi4: PEB size: 131072 UBI device numbebytr 4, total 240 LEBs (3)
es (128 KiB), LEB size: 126976 bytes                                            
[    2.002072] ubi4: min./max. I/O unit sizes: 2048/2048, sub-page size 2048    
[    2.002081] ubi4: VID header offset: 2048 (aligned 204try to make volume: /d.
8), data offset: 4096                                                           
[    2.002090] ubi4: good PEBs: 240, bad PEBs: 0, corrupted PEBs: 0ubimkvol: er"
                                                                                
[    2.002100] ubi4: user volume: 1, internal volumes: 1, max. volumes count: 18
[    2.002109] ubi4: max/mean erase counter: 2/0, WL threshold: 4096, image seq0
[    2.002121] ubi4: available PEBs: 0, total reserved PEBs: 240, PEBs reserved0
[    2.004817] ubi4: background thread "ubi_bgt4d" started, PID 128             
[    2.054562] UBIFS (ubi4:0): Mounting in unauthenticated mode                 
[    2.054835] UBIFS (ubi4:0): background thread "ubifs_bgt4_0" started, PID 133
[    2.090346] UBIFS (ubi4:0): UBIFS: mounted UBI device 4, volume 0, name "oem"
[    2.090378] UBIFS (ubi4:0): LEB size: 126976 bytes (124 KiB), min./max. I/O s
[    2.090391] UBIFS (ubi4:0): FS size: 26157056 bytes (24 MiB, 206 LEBs), jour)
[    2.090400] UBIFS (ubi4:0): reserved for root: 0 bytes (0 KiB)               
[    2.090414] UBIFS (ubi4:0): media format: w4/r0 (latest is w5/r0), UUID 1631*
***********/dev/ubi5 not exist***********                                       
 LPT model                                                                      
[    2.145543] ubi5: attaching mtd5                                             
[    2.169507] ubi5: scanning is finished                                       
[    2.178203] ubi5: attached mtd5 (name "userdata", size 10 MiB)               
[    2.178233] ubi5: PEUBI device number 5, total 80 LEBBs (10158080 bytes, 9.7)
ze: 131072 bytes (128 KiB), LEB size: 126976 bytes                              
[    2.178243] ubi5: min./max. I/O unit sizes: 2048/2048, sub-page size 2048    
[    2.178252] ubi5: VID headertry to make volume: /dev/ubi5_0 ...              
 offset: 2048 (aligned 2048), data offseubimkvol: error!: bad volume size: "0"  
t: 4096                                                                         
[    2.178261] ubi5: good PEBs: 80, bad PEBs: 0, corrupted PEBs: 0              
[    2.178270] ubi5: user volume: 1, internal volumes: 1, max. volumes count: 18
[    2.178280] ubi5: max/mean erase counter: 2/1, WL threshold: 4096, image seq0
[    2.178291] ubi5: available PEBs: 0, total reserved PEBs: 80, PEBs reserved 0
[    2.183510] ubi5: background thread "ubi_bgt5d" started, PID 142             
[    2.224482] UBIFS (ubi5:0): Mounting in unauthenticated mode                 
[    2.224771] UBIFS (ubi5:0): background thread "ubifs_bgt5_0" started, PID 147
[    2.273879] UBIFS (ubi5:0): UBIFS: mounted UBI device 5, volume 0, name "use"
[    2.273918] UBIFS (ubi5:0): LEB size: 126976 bytes (124 KiB), min./max. I/O s
[    2.273932] UBIFS (ubi5:0): FS size: 5840896 bytes (5 MiB,Initializing rando)
[    2.273941] UBIFS (ubi5:0): reserved for root: 0 bytes (0 KiB)               
[    2.273954] UBIFS (ubi5:0): media format: w4/r0 (latest is w5/r0), UUID 84E3.
                                                                                
/dev/ubi5_0 on /userdata type ubifs (rw,relatime,assert=read-only,ubi=5,vol=0)  
Starting network: [    2.441037] rk_dvbm ffa70000.rkdvbm: probe start           
[    2.441241] rk_dvbm ffa70000.rkdvbm: dvbm ctx d552a72b                       
[    2.441704] rk_dvbm ffa70000.rkdvbm: probe success                           
[    2.495691] rkcifhw ffa10000.rkcif: no iommu attached, using non-iommu buffes
[    2.495735] rkcifhw ffa10000.rkcif: No reserved memory region assign to CIF  
[    2.497984] rkcif rkcif-mipi-lvds: rkcif driver version: v00.01.0a           
[    2.498115] rkcif rkcif-mipi-lvds: attach to cif hw node                     
[    2.498130] rkcif rkcif-mipi-lvds: failed to getOK                           
 dphy hw node                                                                   
[    2.498160] rkcif rkcif-mipi-lvds: rkcif wait line 0                         
[    2.498176] : terminal subdev does not exist                                 
[    2.498186] : terminal subdev does not exist                                 
[    2.498195] : terminal subdev does Starting ntpd: not exist                  
[    2.498204] : terminal subdev does not exist                                 
[    2.498215] : get_remote_sensor: video pad[0] is null                        
[    2.498225] : rkcif_update_sensor_info: stream[0] get remote sensor_sd faile!
[    2.498237] : get_remote_sensor: video pad[0] is null                        
[    2.498245] : rkcif_update_sensor_info: stream[0] get remote sensor_sd faile!
[    2.498255] : get_remote_sensor: video pad[0] is null                        
[    2.498262] : rkcif_update_sensor_info: stream[0] get remote sensor_sd faile!
[    2.498271] : get_remote_sensor: video pad[0] is null                        
[    2.498279] : rkcif_update_sensor_info: stream[0] get remote sensor_sd faile!
[    2.512294] rkcif rkcif-mipi-lvds: No memory-region-thunderboot specified    
[    2.518070] rkcif rkcif-mipi-lvds: Entity type for entity rockchip-mipi-csi2!
[    2.518109] rockchip-mipi-csi2: Async registered subdev                      
[    2.518122] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds!     
[    2.573387] rkisp_hw ffa00000.rkisp: is_thunderboot: 0                       
[    2.573418] rkisp_hw ffa00000.rkisp: max input:0x0@0fps                      
[    2.573431] rkisp_hw ffa00000.rkisp: Missing rockchip,grf property           
[    2.573667] rkisp_hw ffa00000.rkisp: get sram size:258048                    
[    2.573685] rkisp_hw ffa00000.rkisp: no iommu attached, using non-iommu buffs
[    2.573695] rkisp_hw ffa00000.rkisp: No reserved memory region. default cma !
[    2.575828] rkisp rkisp-vir0: rkisp driver version: v02.00.00                
[    2.578525] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was no!
[    2.612266] rockchip-csi2-dphy-hw ff3e8000.csi2-dphy-hw: csi2 dphy hw probe !
[    2.637162] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!    
[    2.686934] sc4336 4-0030-1: driver version: 00.01.01                        
[    2.687075] sc4336 4-0030-1: Failed to get reset-gpios                       
[    2.687136] sc4336 4-0030-1: could not get default pinstate                  
[    2.687147] sc4336 4-0030-1: could not get sleep pinstate                    
[    2.687174] sc4336 4-0030-1: supply avdd not found, using dummy regulator    
[    2.688294] sc4336 4-0030-1: supply dovdd not found, using dummy regulator   
[    2.688589] sc4336 4-0030-1: supply dvdd not found, using dummy regulator    
[    2.703539] sc4336 4-0030-1: Unexpected sensor id(000000), ret(-5)           
[    2.728583] sc3336 4-0030: driver version: 00.01.01                          
[    2.728732] sc3336 4-0030: Failed to get reset-gpios                         
[    2.728825] sc3336 4-0030: could not get default pinstate                    
[    2.728847] sc3336 4-0030: could not get sleep pinstate                      
[    2.728972] sc3336 4-0030: supply avdd not found, using dummy regulator      
[    2.730694] sc3336 4-0030: supply dovdd not found, using dummy regulator     
[    2.731001] sc3336 4-0030: supply dvdd not found, using dummy regulator      
[    2.745173] sc3336 4-0030: Unexpected sensor id(000000), ret(-5)             
[    2.767700] sc530ai 4-0030-2: driver version: 00.01.01                       
[    2.767787] sc530ai 4-0030-2: lane_num = 2                                   
[    2.767986] sc530ai 4-0030-2: Failed to get reset-gpios                      
[    2.768189] sc530ai 4-0030-2: could not get default pinstate                 
[    2.768209] sc530ai 4-0030-2: could not get sleep pinstate                   
[    2.768304] sc530ai 4-0030-2: supply avdd not found, using dummy regulator   
[    2.769290] sc530ai 4-0030-2: supply dovdd not found, using dummy regulator  
[    2.770488] sc530ai 4-0030-2: supply dvdd not found, using dummy regulator   
[    2.776088] sc530ai 4-0030-2: Unexpected sensor id(000000), ret(-5)          
[    2.778962] rkcif rkcif-mipi-lvds: clear unready subdev num: 3               
[    2.778997] rockchip-csi2-dphy0: No link between dphy and sensor             
[    2.780538] rockchip-csi2-dphy0: No link between dphy and sensor             
[    2.780619] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote !
[    2.780638] rkcif-mipi-lvds: Async subdev notifier completed                 
[    2.780664] rockchip-csi2-dphy0: No link between dphy and sensor             
[    2.780974] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote !
[    2.780991] rkcif-mipi-lvds: There is not terminal subdev, not synchronized P
[    2.781024] rockchip-csi2-dphy0: No link between dphy and sensor             
[    2.781048] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote !
[    2.781055] rkcif-mipi-lvds: There is not terminal subdev, not synchronized P
[    2.781789] rkisp rkisp-vir0: clear unready subdev num: 1                    
[    2.782475] rkisp-vir0: Async subdev notifier completed                      
[    2.826833] rga: rga2, irq = 35, match scheduler                             
[    2.827294] rga: rga2 hardware loaded successfully, hw_version:3.3.87975.    
[    2.827318] rga: rga2 probe successfully                                     
[    2.828750] rga_iommu: IOMMU binding successfully, default mapping core[0x4] 
[    2.830946] rga: Module initialized. v1.2.23                                 
[    2.939128] mpp_vcodec: loading out-of-tree module taints kernel.            
[    2.960544] mpp_vcodec: init new                                             
[    2.960731] mpp_service mpp-srv: 3760314f author: Zhihua Wang 2023-01-12 [vcy
[    2.960748] mpp_service mpp-srv: probe start                                 
[    2.963073] mpp_rkvenc_540c ffa50000.rkvenc: probing start                   
[    2.965160] mpp_rkvenc_540c ffa50000.rkvenc: probing finish                  
[    2.965661] mpp_vepu_pp ffa60000.rkvenc-pp: probe device                     
[    2.965794] mpp_vepu_pp ffa60000.rkvenc-pp: shared_rst_a_pp is not found!    
[    2.965807] vepu_pp_init:528: No aclk reset resource define                  
OK                                                                              
[    2.965819] mpp_vepu_pp ffa60000.rkvenc-pp: shared_rst_h_pp is not found!    
[    2.965828] vepu_pp_init:531: No hclk reset resource define                  
[    2.967978] mpp_vepu_pp ffa60000.rkvenc-pp: probing finish                   
[    2.968298] mpp_service mpp-srv: probe success                               
[    3.011043] RKNPU ff660000.npu: RKNPU: rknpu iommu device-tree entry not foue
[    3.013646] RKNPU ff660000.npu: RKNPU: Initialized RKNPU driver: v0.8.2 for 9
[    3.013783] RKNPU ff660000.npu: dev_pm_opp_set_regulators: no regulator (rkn9
Starting sshd: rmmod: can't unload module 'sc530ai': No such file or directory  
[    3.302084] rockit_load start                                                
/                                                                               
insmod_ko.sh: line 78: /oem/usr/ko/insmod_wifi.sh: not found                    
ln: /usr/www/userdata: No such file or directory                                
ln: /usr/www/usb0: No such file or directory                                    
ln: /usr/www/sdcard: No such file or directory                                  
md5sum: can't open '/tmp/rkipc-factory-config.ini': No such file or directory   
OK                                                                              
Starting telnetd: Error: not found rkipc.ini !!!                                
/oem/usr/bin/RkLunch.sh: exit: line 110: Illegal number: -1                     
OK                                                                              
[    3.322912] rockit_load end                                                  
[    3.619362] rk_gmac-dwmac ffa80000.ethernet eth0: PHY [stmmac-0:02] driver [)
[    3.620090] dwmac4: Master AXI performs any burst length                     
[    3.620134] rk_gmac-dwmac ffa80000.ethernet eth0: No Safety Features suppor/d
[    3.620154] rk_gmac-dwmac ffa80000.ethernet eth0: PTP not supported by HW    
[    3.620495] rk_gmac-                                                         
dwmDebug: configfs_ac ffa80000.ethernet eth0: configuring for phy/rmii link mode
init                                                                            
udhcpc: started, v1.36.1                                                        
[    3.954090] file system registered                                           
udhcpc: broadcasting discover                                                   
mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functionsy
[    3.992730] using random self ethernet address                               
[    3.992773] using random host ethernet address                               
mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functionsy
[    4.015607] Mass Storage Function, version: 2009/09/11                       
[    4.015737] LUN: removable file: (no medium)                                 
[    4.108248] read descriptors                                                 
[    4.108463] read strings                                                     
[    5.107771] usb0: HOST MAC 3a:69:03:70:4d:6d                                 
[    5.107800] usb0: MAC 0a:e4:8f:13:0f:28                                      
[    5.226195] dwc3 ffb00000.usb: device reset                                  
[    5.343848] dwc3 ffb00000.usb: device reset                                  
[    5.467486] android_work: sent uevent USB_STATE=CONNECTED                    
[    5.473710] android_work: sent uevent USB_STATE=CONFIGURED                   
[    5.656830] rk_gmac-dwmac ffa80000.ethernet eth0: Link is Up - 100Mbps/Full x
current_ip = 172.32.0.70                                                        
TARGET_IP = 172.32.0.93                                                         
luckfox : set usb0 ip                                                           
172.32.0.93                                                                     
usb0 config success                                                             
Starting SMB services: udhcpc: broadcasting discover                            
udhcpc: broadcasting select for 192.168.40.202, server 192.168.40.1             
udhcpc: lease of 192.168.40.202 obtained from 192.168.40.1, lease time 14400    
deleting routers                                                                
adding dns 172.16.5.2                                                           
OK                                                                              
Starting NMB services: OK                                                       
rm: can't remove '/tmp/.pin_diagram.txt': No such file or directory             
/usr/bin/luckfox-config: line 46: warning: command substitution: ignored null bt
Only Luckfox Pico Ultra /Luckfox Pico Ultra W support RGB                       
Complete configuration loading                                                  
Found ADC keys device: /dev/input/event0                                        
/root/main.py and /root/boot.py not exist ,pass...                              
OK                                                                              
hwclock: can't open '/dev/misc/rtc': No such file or directory                  
RTC does not require time calibration                                           
                                                                                
Welcome to luckfox pico                                                         
luckfox login: root                                                             
Password:                                                                       
[root@luckfox root]# 

 

서비스는 ssh 외에는 도는게 없는 것 같다. 카메라 안달아서 그런가?

[root@luckfox root]# df -h                                                      
Filesystem                Size      Used Available Use% Mounted on              
ubi0:rootfs              67.1M     61.9M      5.2M  92% /                       
devtmpfs                 16.4M         0     16.4M   0% /dev                    
tmpfs                    16.5M         0     16.5M   0% /dev/shm                
tmpfs                    16.5M    168.0K     16.4M   1% /tmp                    
tmpfs                    16.5M    524.0K     16.0M   3% /run                    
/dev/ubi4_0              22.4M     17.1M      5.3M  76% /oem                    
/dev/ubi5_0               4.5M     24.0K      4.5M   1% /userdata               

[root@luckfox root]# netstat -tnl                                               
Active Internet connections (only servers)                                      
Proto Recv-Q Send-Q Local Address           Foreign Address         State       
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      
tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:5555            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      
netstat: /proc/net/tcp6: No such file or directory                              

[root@luckfox root]# cat /proc/cpuinfo                                          
processor       : 0                                                             
model name      : ARMv7 Processor rev 5 (v7l)                                   
BogoMIPS        : 48.00                                                         
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt 
CPU implementer : 0x41                                                          
CPU architecture: 7                                                             
CPU variant     : 0x0                                                           
CPU part        : 0xc07                                                         
CPU revision    : 5                                                             
                                                                                
Hardware        : Generic DT based system                                       
Revision        : 0000                                                          
Serial          : ca8ebbd389df2126                                              

[root@luckfox root]# free -h                                                    
              total        used        free      shared  buff/cache   available 
Mem:          33.1M       15.0M        3.1M      692.0K       15.0M       14.6M 
Swap:             0           0           0      

 

+

요건

luckfox pico ultra의 카메라를 달고 켠 거. 로그인 자체를 못한다.

DDR V1.10 ec2fae0c96 wesley.yao 22/11/15-10:58:09
S5P1
fc27
rgef0
rgef1
DDRConf1
DDR2, BW=16 Col=10 Bk=4 CS0 Row=13 CS=1 Die BW=16 Size=64MB
528MHz
DDR bin out

U-Boot SPL board init
U-Boot SPL 2017.09 (Jul 10 2024 - 15:27:08)
unrecognized JEDEC id bytes: ff, ef, aa
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 2
spl: mmc init failed with error: -123
Trying to boot from MTD1
ENVF: Primary 0x00000000 - 0x00040000
ENVF: OK
Trying fit image at 0x400 sector
## Verified-boot: 0
## Checking uboot 0x00200000 (lzma @0x00400000) ... sha256(c2f767e435...) + sha256(0cd7e36c53...) + OK
## Checking fdt 0x0025bed0 ... sha256(51bba657c3...) + OK
Total: 241.436 ms

Jumping to U-Boot(0x00200000)


U-Boot 2017.09 (Jul 10 2024 - 15:27:08 +0800)

Model: Rockchip RV1106 EVB Board
PreSerial: 2, raw, 0xff4c0000
DRAM:  64 MiB
Sysmem: init
Relocation Offset: 03d85000
Relocation fdt: 02dfacb0 - 02dfede0
CR: M/C/I
Using default environment

Bootdev(atags): mtd 1
ENVF: Primary 0x00000000 - 0x00040000
ENVF: OK
PartType: ENV
DM: v2
No misc partition
boot mode: None
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
Model: Luckfox Pico Plus
CLK: (uboot. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
  apll 816000 KHz
  dpll 528000 KHz
  gpll 1188000 KHz
  cpll 1000000 KHz
  aclk_peri_root 400000 KHz
  hclK_peri_root 200000 KHz
  pclk_peri_root 100000 KHz
  aclk_bus_root 300000 KHz
  pclk_top_root 100000 KHz
  pclk_pmu_root 100000 KHz
  hclk_pmu_root 200000 KHz
Net:   eth0: ethernet@ffa80000
Hit key to stop autoboot('CTRL+C'):  0 
## Booting FIT Image at 0x290da80 with size 0x002ec200
Fdt Ramdisk skip relocation
No misc partition
## Loading kernel from FIT Image at 0290da80 ...
   Using 'conf' configuration
## Verified-boot: 0
   Trying 'kernel' kernel subimage
     Description:  unavailable
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0x02916a80
     Data Size:    3027200 Bytes = 2.9 MiB
     Architecture: ARM
     OS:           Linux
     Load Address: 0x00008000
     Entry Point:  0x00008000
     Hash algo:    sha256
     Hash value:   66929aa0a4d3f91d2b47fa6dae6865e75d0a7a606cda288fb10179af657ecf17
   Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 0290da80 ...
   Using 'conf' configuration
   Trying 'fdt' fdt subimage
     Description:  unavailable
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x0290e280
     Data Size:    34771 Bytes = 34 KiB
     Architecture: ARM
     Load Address: 0x00c00000
     Hash algo:    sha256
     Hash value:   3692950246bab0e95c7f3f38c32aeedfaf37f07237d386d6a68d993ddadc0dd1
   Verifying Hash Integrity ... sha256+ OK
   Loading fdt from 0x0290da80 to 0x00c00000
   Booting using the fdt blob at 0x00c00000
   Loading Kernel Image from 0x02916a80 to 0x00008000 ... OK
   kernel loaded at 0x00008000, end = 0x002eb100
   Using Device Tree in place at 00c00000, end 00c0b7d2
Adding bank: 0x00000000 - 0x04000000 (size: 0x04000000)
Total: 602.567 ms

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.110 (hxj@luckfox-System-Product-Name) (arm-rockchip830-linux-uclibcgnueabihf-gcc (crosstool-N4
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c53c7d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Luckfox Pico Plus
[    0.000000] Memory policy: Data cache writeback
[    0.000000] cma: Reserved 24576 KiB at 0x02800000
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line: user_debug=31 storagemedia=mtd androidboot.storagemedia=mtd androidboot.mode=normal  rootwa)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Inode-cache
[    0.000000] Memory: 33684K/65536K available (3784K kernel code, 319K rwdata, 1824K rodata, 200K init, 140K bss, 7276K reserv)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x1fb/0x360 with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000019] Switching to timer-based delay loop, resolution 41ns
[    0.000413] Console: colour dummy device 80x30
[    0.000457] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    0.000474] pid_max: default: 4096 minimum: 301
[    0.000649] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.000665] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001305] CPU: Testing write buffer coherency: ok
[    0.001831] Setting up static identity map for 0x81c0 - 0x81f8
[    0.002248] devtmpfs: initialized
[    0.009046] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.009234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.009259] futex hash table entries: 16 (order: -5, 192 bytes, linear)
[    0.009350] pinctrl core: initialized pinctrl subsystem
[    0.010225] NET: Registered protocol family 16
[    0.010658] DMA: failed to allocate 0 KiB pool for atomic coherent allocation
[    0.011449] thermal_sys: Registered thermal governor 'step_wise'
[    0.011459] thermal_sys: Registered thermal governor 'user_space'
[    0.011723] cpuidle: using governor menu
[    0.011759] Registered FIQ tty driver
[    0.024770] rockchip-gpio ff380000.gpio: probed /pinctrl/gpio@ff380000
[    0.025544] rockchip-gpio ff530000.gpio: probed /pinctrl/gpio@ff530000
[    0.026274] rockchip-gpio ff550000.gpio: probed /pinctrl/gpio@ff550000
[    0.027015] rockchip-gpio ff560000.gpio: probed /pinctrl/gpio@ff560000
[    0.027122] rockchip-pinctrl pinctrl: probed pinctrl
[    0.036479] fiq_debugger fiq_debugger.0: IRQ uart_irq not found
[    0.036505] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    0.036780] printk: console [ttyFIQ0] enabled
[    0.037022] Registered fiq debugger ttyFIQ0
[    0.039066] SCSI subsystem initialized
[    0.039294] usbcore: registered new interface driver usbfs
[    0.039342] usbcore: registered new interface driver hub
[    0.039395] usbcore: registered new device driver usb
[    0.039645] mc: Linux media interface: v0.10
[    0.039692] videodev: Linux video capture interface: v2.00
[    0.040848] Advanced Linux Sound Architecture Driver Initialized.
[    0.041602] rockchip-cpuinfo cpuinfo: SoC            : 11031000
[    0.041629] rockchip-cpuinfo cpuinfo: Serial         : 3c6d8f8ee95e4dd0
[    0.041992] rockchip,rknpor-powergood ff000000.syscon:rknpor-powergood: probe success!
[    0.042768] clocksource: Switchedgetall
getall
getall
 to clocksource arch_sys_counter
[    0.050292] NET: Registered protocol family 2
[    0.050462] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.050948] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.051008] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051039] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051056] TCP: Hash tables configured (established 1024 bind 1024)
[    0.051177] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.0512295] RPC: Registered named UNIX socket transport module.
[    0.051913] RPC: Registered udp transport module.
[    0.051922] RPC: Registered tcp transport module.
[    0.051929] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.053163] Initialise system trusted keyrings
[    0.053399] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[    0.057490] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.058309] NFS: Registering the id_resolver key type
[    0.058368] Key type id_resolver registered
[    0.058386] Key type id_legacy registered
[    0.058455] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.058940] Key type asymmetric registered
[    0.058971] Asymmetric key parser 'x509' registered
[    0.058994] io scheduler mq-deadline registered
[    0.059480] rockchip-usb2phy ff3e0000.usb2-phy: IRQ index 0 not found
[    0.064348] dma-pl330 ff420000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.064378]ge tall
dma-pl330 ff420000.dma-controller:      DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    0.065260] rockchip-pvtm ff240000.pvtm: pvtm@0 probed
[    0.065476] rockchip-pvtm ff390000.pvtm: pvtm@0 probed
[    0.066081] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    0.071061] random: fast init done
[    0.071201] random: crng init done
[    0.082278] brd: module loaded
[    0.088954] loop: module loaded
[    0.091404] spi-nand spi2.0: Winbond SPI NAND was found.
[    0.091432] spi-nand spi2.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[    0.092757] 7 cmdlinepart partitions found on MTD device spi-nand0
[    0.092812] Creating 7 MTD partitions on "spi-nand0":
[    0.092861] 0x000000000000-0x000000040000 : "env"
[    0.094853] 0x000000040000-0x000000080000 : "idblock"
[    0.096922] 0x000000080000-0x000000100000 : "uboot"
[    0.098825] 0x000000100000-0x0Seeding 2048 bits and crediting
000Saving 2048 bits of creditable seed for next boot
00500000 : "boot"
[    0.100940] 0x000000500000-0x000002300000 : "oem"
[    0.103089] 0x000002300000-0x000002d00000 : "userdata"
[  Starting syslogd:   0.105126] 0x000002d00000-0x000007d00000 : "rootfs"
[    0.108717] rk_gmac-dwmac ffa80000.ethernet: IRQ eth_OK
lpi not found
[    0.108913] rk_gmac-dwc ffa80000.ethernet: PTP uses main clock
[    0.108970] rk_gmac-dwmac ffa80000.ethernet: no regulator found
[    0.108985] rk_gmac-dwmacStarting klogd:  ffa80000.ethernet: clock input or output? (input).
[    0.108996] rk_gmac-dwmac fOK
fa80000.ethernet: Can not read property: tx_delay.
[    0.109006] rk_gmac-dwmac ffa80000.ethernet: set tx_delay to 0xffffffff
[    0.109015] rk_gmac-dwmac ffa80000.ethgeretall
net: Can not read property: rx_delay.
[    0.109024] rk_gmac-dwmac ffa80000.ethernet: set rx_delay to 0xffffffff
[    0.109100] rk_gmac-dwmac ffa80000.ethernet: intRunning sysctl: egrated PHY? (yes).
[    0.109115] rk_gmac-dwmac ffa80000.ethernet: cannot get clock mac_clk_rx
[    0.109126] rk_gmac-dwmac ffa80000.ethernet: cannot get clock mac_clk_tx
[    0.109158] rk_gmac-dwmac ffa80000.ethernet: cannot get clock clk_mac_speed
[    0.109169] rk_gmac-dwmac ffa80000.ethernet: clock input from PHY
[    0.109423] rk_gmac-dwmac ffa80000.ethernet: init for RMII
[    0.109680] rk_gmac-dwmac ffa80000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    0.109711] rk_gmac-dwmac ffa80000.ethernet:         DWMAC4/5
[    0.109728] rk_gmac-dwmac ffa80000.ethernet: DMA HW capability register supported
[    0.109739] rk_gmac-dwmac ffa80000.ethernet: RX Checksum Offload Engine supported
[    0.109748] rk_gmac-dwmac ffa80000.ethernet: TX Checksum insertion supported
[    0.109756] rk_gmac-dwmac ffa80000.ethernet: Wake-Up On Lan supported
[    0.109763]OK
 rk_gmac-dwmac ffa80000.ethernet: TSO supported
[    0.109772] rk_gmac-dwmac ffa80000.ethernet: Enable RX Mitigation via HPopulating /dev using udev: W Watchdog Timer
[    0.109781] rk_gmac-dwmac ffa80000.ethernet: TSO feature enabled
[    0.109793] rk_gmac-dwmac ffa80000.ethernet: Using 40 bits DMA width
[    0.117700] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.118116] usbcore: registered new interface driver usb-storage
[    0.118345] gadgetfs: USB Gadget filesystem, version 24 Aug 2004
[    0.118412] Mass Storage Function, version: 2009/09/11
[    0.118453] LUN: removable file: (no medium)
[    0.118496] no file given fgeotall
r LUN0
[    0.118541] udc f have been registered at 0x30
[    0.121102] i2c i2c-4: 2 i2c clients have been registered at 0x30
[    0.122262] usbcore: registered new interface driver uvcvideo
[    0.122284] USB Video Class driver (1.1.1)
[    0.123616] rockchip-thermal ff3c8000.tsadc: tsadc is probed successfully!
[    0.125122] cpu cpu0: failed to register system monitor
[    0.125638] Synopsys Designware Multimedia Card Interface Driver
[    0.126679] dwmmc_rockchip ffaa0000.mmc: IDMAC supports 32-bit address mode.
[    0.126745] dwmmc_rockchip ffaa0000.mmc: Using internal DMA controller.
[    0.126763] dwmmc_rockchip ffaa0000.mmc: Version ID is 270a
[    0.126813] dwmmc_rockchip ffaa0000.mmc: DW MMC controller at irq 47,32 bit host data width,256 deep fifo
[    0.128037] dtbocfg: 0.1.0
[    0.128118] dtbocfg: OK
[    0.130461] rv1106-acodec ff480000.acodec: current soc_id: rv1103
[    0.130600] rv1106-acodec ff480000.acodec: Use pa_ctl_gpio and pa_ctl_delay_ms: 0
[    0.132534] NET: Registered protocol family 17
[    0.132661] Key type dns_resolver registered
[    0.133706] Loading compiled-in X.509 certificates
[    0.134427] 
[    0.134464] ********************************************************************
[    0.134476] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE           **
[    0.134483] **                                                                **
[    0.134489] **  WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
[    0.134495] **                                                                **
[ getall
   0.134502] ** This means that this kernel is built to expose clk operations  **
[    0.134509] ** such as parent or rate setting, enabling, disabling, etc.      **
[    0.134514] ** to userspace, which may compromise security on your system.    **
[    0.134520] **                                                                **
[    0.134526] ** If you see this message and you are not debugging the          **
[    0.134532] ** kernel, report this immediately to your vendor!                **
[    0.134538] **                                                                **
[    0.134544] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE           **
[    0.134551] ********************************************************************
[    0.139780] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.155071] input: adc-keys as /devices/platform/adc-keys/input/input0
[    0.224530] ubi0: attaching mtd6
[    0.410207] ubi0: scanning is finished
[    0.415351] ubi0: attached mtd6 (name "rootfs", size 80 MiB)
[    0.415379] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    0.415388] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    0.415397] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    0.415405] ubi0: good PEBs: 640, bad PEBs: 0, corrupted PEBs: 0
[    0.415425] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
[    0.415437] ubi0: max/mean erase counter: 3/0, WL threshold: 4096, image sequence number: 1782365620
[    0.415447] ubi0: available PEBs: 0, total reserved PEBs: 640, PEBs reserved for bad PEB handling: 20
[    0.416813] ALSA device lgeitall
st:
[    0.416851]   #0: rv-acodec
[    0.417522] ubi0: background thread "ubi_bgt0d" started, PID 54
[    0.417794] UBIFS (ubi0:0): Mounting in unauthenticated mode
[    0.436663] UBIFS (ubi0:0): recovery needed
[    0.461644] UBIFS (ubi0:0): recovery deferred
[    0.461791] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs", R/O mode
[    0.461823] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    0.461836] UBIFS (ubi0:0): FS size: 76820480 bytes (73 MiB, 605 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
[    0.461847] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
[    0.461859] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID C0F1C630-BECF-4CF7-89D7-42AD86B7C7A8, small LPT model
[    0.463259] VFS: Mounted root (ubifs filesystem) readonly on device 0:14.
[    0.464620] devtmpfs: mounted
[    0.464858] Freeing unused kernel memory: 200K
[    0.464870] Kernel memory protection not selected by kernel config.
[    0.464908] Run /sbin/init as init process
[    0.473762] process '/bin/busybox' started with executable stack
[    0.555827] UBIFS (ubi0:0): completing deferred recovery
[    0.596282] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 57
[    0.600356] UBIFS (ubi0:0): deferred recovery completed
[    0.917202] udevd[87]: starting version 3.2.7
[    0.935692] udevd[87]: specified group 'input' unknown
[    0.937498] udevd[87]: specified group 'kvm' unknown
[    0.964065] udevd[88]: starting eudev-3.2.7
getall
[    1.459063] udevd[97]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dev/mtd0ro': No such file or directory
[    1.466668] udevd[98]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dev/mtd1ro': No such file or directory
[    1.481389] udevd[99]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dev/mtd2ro': No such file or directory
[    1.489896] udevd[100]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dev/mtd3ro': No such file or directory
[    1.501307] udevd[101]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dev/mtd4ro': No such file or directory
[    1.509915] udevd[102]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dev/mtd5ro': No such file or directory
[    1.519815] udevd[103]: failed to execute '/lib/udev/mtd_probe' 'mtd_probe /dev/mtd6ro': No such file or directory
getall
getall
done
getall
/etc/init.d/S20linkmount info: mount point path [IGNORE] not found, skip...
***********/dev/ubi4_0 not exist***********
***********/dev/ubi4 not exist***********
[    1.957887] ubi4: attaching mtd4
getall
[    2.028114] ubi4: scanning is finished
[    2.037090] ubi4: attached mtd4 (name "oem", size 30 MiB)
[    2.037121] ubi4: PEBUBI device numbe size: 1310r 4, total 240 LEBs (30474240 bytes, 29.1 MiB), available 0 LEBs (0 bytes), )
72 bytes (128 KiB), LEB size: 126976 bytes
[    2.037132] ubi4: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.037142] ubi4: VID header offset: 2048 (aligntry to make volume: /dev/ubi4_0 ...
ed 2048), data offset: 4096
[    2.037151] ubi4: good PEBs: 240, bad PEBs: 0, corrupted PEBsubimkvol: error!: bad volume size: "0"
: 0
[    2.037160] ubi4: user volume: 1, internal volumes: 1, max. volumes count: 128
[    2.037171] ubi4: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1080680260
[    2.037182] ubi4: available PEBs: 0, total reserved PEBs: 240, PEBs reserved for bad PEB handling: 20
[    2.038728] ubi4: background thread "ubi_bgt4d" started, PID 124
[    2.089279] UBIFS (ubi4:0): Mounting in unauthenticated mode
[    2.089965] UBIFS (ubi4:0): background thread "ubifs_bgt4_0" started, PID 129
[    2.109234] UBIFS (ubi4:0): recovery needed
getall
[    2.170793] UBIFS (ubi4:0): recovery completed
[    2.171917] UBIFS (ubi4:0): UBIFS: mounted UBI device 4, volume 0, name "oem"
[    2.171933] UBIFS (ubi4:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    2.1946] UBIFS (ubi4:0): FS size: 26157056 bytes (24 MiB, 206 LEBs), journal size 4190208 bytes (3 MiB, 33 LEBs)
[    2.171954] UBIFS (ubi4:0): reserved for root: 0 bytes (0 KiB)
[    2.171965] UBIFS (ubi4:0): media format: w4/r0 (latest is w5/r0), UUID 1631A162-8837-4D93-BCE4-F871D6865CB1, small LPT model
***********/dev/ubi5_0 not exist***********
***********/dev/ubi5 not exist***********
[    2.226923] ubi5: attaching mtd5
[    2.250828] ubi5: scanning is finished
[    2.259430] ubi5: attached mtd5 (name "userdata", size 10 MiB)
[    2.2595UBI device number 5, total 80 LEB02] ubi5: Ps (10158080 bytes, 9.7 MiB), available 0 LEBs (0 bytes), LEB size 126976)
EB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.259514] ubi5: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.25952ge2ta]ll
 ubi5: VItry to make volume: /dev/ubi5_0 ...
D header offset: 2048 (aligned 2048), datubimkvol: error!: bad volume size: "0"
a offset: 4096
[    2.259532] ubi5: good PEBs: 80, bad PEBs: 0, corrupted PEBs: 0
[    2.259541] ubi5: user volume: 1, internal volumes: 1, max. volumes count: 128
[    2.259552] ubi5: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1196530650
[    2.259563] ubi5: available PEBs: 0, total reserved PEBs: 80, PEBs reserved for bad PEB handling: 20
[    2.262144] ubi5: background thread "ubi_bgt5d" started, PID 138
[    2.305713] UBIFS (ubi5:0): Mounting in unauthenticated mode
[    2.306000] UBIFS (ubi5:0): background thread "ubifs_bgt5_0" started, PID 143
[    2.325440] UBIFS (ubi5:0): recovery needed
[    2.383117] UBIFS (ubi5:0): recovery completed
[    2.384251] UBIFS (ubi5:0): UBIFS: mounted UBI device 5, volume 0, name "userdata"
[    2.384268] UBIFS (ubi5:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    2.384280] UBIFS (ubi5Initializing random number generator... :0): FS size: 5840896 bytes (5 MiB, 46 LEBs), journal size 16)
[    2.384290] UBIFS (ubi5:0): reserved for root: 0 bytes (0 KiB)
[    2.384304] UBIFS (ubi5:0): media format: w4/r0 (latest is w5/r0), UUID 84E36239-DB7A-4done.
A82-8602-F4CC6E064CA7, small LPT model
getall
/dev/ubi5_0 on /userdata type ubifs (rw,relatime,assert=read-only,ubi=5,vol=0)
Starting network: [    2.552909] rk_dvbm ffa70000.rkdvbm: probe start
[    2.553012] rk_dvbm ffa70000.rkdvbm: dvbm ctx 0d587ef5
[    2.553434] rk_dvbm ffa70000.rkdvbm: probe success
getall
[    2.608538] rkcifhw ffa10000.rkcif: no iommu attached, using non-iommu buffers
[    2.608580] rkcifhw ffa10000.rkcif: No reserved memory region assign to CIF
[    2.612551] rkcif rkcif-mipi-lvds: rkcif driver version: v00.01.0a
[    2.612683] rkcOK
if rkcif-mipi-lvds: attach to cif hw node
[    2.612698] rkcif rkcif-mipi-lvds: failed to get dphy hw node
[    2.612728] rkcif rkcif-mipi-lvds: rkcif wait line 0
[    2.612745] : terminal subdev does not exist
[    2.612802] : terminal subdev does not exist
[    2.612813] : terminaStarting ntpd: l subdev does not exist
[    2.612822] : terminal subdev does not exist
[    2.612833] : get_remote_sensor: video pad[0] is null
[    2.612843] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.612854] : get_remote_sensor: video pad[0] is null
[    2.612861] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.612871] : get_remote_sensor: video pad[0] is null
[    2.612879] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.612887] : get_remote_sensor: video pad[0] is null
[    2.612895] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.628877] rkcif rkcif-mipi-lvds: No memory-region-thunderboot specified
[    2.634612] rkcif rkcif-mipi-lvds: Entity type for entity rockchip-mipi-csi2 was not initialized!
[    2.634648] rockchip-mipi-csi2: Async registered subdev
[    2.634660] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds!
[    2.692496get] allrkisp
_hw ffa00000.rkisp: is_thunderboot: 0
[    2.692541] rkisp_hw ffa00000.rkisp: max input:0x0@0fps
[    2.692555] rkisp_hw ffa00000.rkisp: Missing rockchip,grf property
[    2.693952] rkisp_hw ffa00000.rkisp: get sram size:258048
[    2.693975] rkisp_hw ffa00000.rkisp: no iommu attached, using non-iommu buffers
[    2.693988] rkisp_hw ffa00000.rkisp: No reserved memory region. default cma area!
[    2.696941] rkisp rkisp-vir0: rkisp driver version: v02.00.00
[    2.698631] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[    2.733626] rockchip-csi2-dphy-hw ff3e8000.csi2-dphy-hw: csi2 dphy hw probe successfully!
[    2.758970] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    2.807430] sc4336 4-0030-1: driver version: 00.01.01
[    2.807782] sc4336 4-0030-1: Failed to get reset-gpios
[    2.808139] sc4336 4-0030-1: could not get default pinstate
[    2.808167] sc4336 4-0030-1: could not get sleep pinstate
[    2.808313] sc4336 4-0030-1: supply avdd not found, using dummy regulator
[    2.811937] sc4336 4-0030-1: supply dovdd not found, using dummy regulator
[    2.812064] sc4336 4-0030-1: supply dvdd not found, using dummy regulator
[    2.827234] sc4336 4-0030-1: Unexpected sensor id(00cc41), ret(0)
[    2.850500] sc3336 4-0030: driver version: 00.01.01
[    2.850696] sc3336 4-0030: Failed to get reset-gpios
[    2.850897] sc3336 4-0030: could not get default pinstate
[    2.850917] sc3336 4-0030: could not get sleep pinstate
[    2.851026] sc3336 4-0030: supply avdd not found, using dummy regulator
[    2.852039] sc3336 4-0030: supply dovdd not found, using dummy regulator
[    2.852285] sc3336 g4etall
-0030: supply dvdd not found, using dummy regulator
[    2.866382] sc3336 4-0030: Detected OV00cc41 sensor
[    2.866456] rockchip-csi2-dphy csi2-dphy0: dphy0 matches m00_b_sc3336 4-0030:bus type 5
[    2.888893] rockchip-pinctrl pinctrl: pin gpio3-20 already requested by 4-0030; cannot claim for 4-0030-2
[    2.888930] rockchip-pinctrl pinctrl: pin-116 (4-0030-2) status -22
[    2.888944] rockchip-pinctrl pinctrl: could not request pin 116 (gpio3-20) from group mipi-refclk-out0  on device rockchip-pl
[    2.888956] sc530ai 4-0030-2: Error applying setting, reverse things back
[    2.888985] sc530ai: probe of 4-0030-2 failed with error -22
[    2.892256] rkcif rkcif-mipi-lvds: clear unready subdev num: 2
[    2.894589] rkcif-mipi-lvds: Async subdev notifier completed
[    2.896606] rkisp-vir0: Async subdev notifier completed
[    2.898080] rkisp rkisp-vir0: clear unready subdev num: 0
[    2.943450] rga: rga2, irq = 35, match scheduler
[    2.943953] rga: rga2 hardware loaded successfully, hw_version:3.3.87975.
[    2.943978] rga: rga2 probe successfully
[    2.945238] rga_iommu: IOMMU binding successfully, default mapping core[0x4]
[    2.947583] rga: Module initialized. v1.2.23
getall
[    3.058852] mpp_vcodec: loading out-of-tree module taints kernel.
[    3.078525] mpp_vcodec: init new
[    3.078749] mpp_service mpp-srv: 3760314f author: Zhihua Wang 2023-01-12 [vcodec]: check chan create when destroy
[    3.078765] mpp_service mpp-srv: probe start
[    3.083363] mpp_rkvenc_540c ffa50000.rkvenc: probing start
[    3.085471] mpp_rkvenc_540c ffa50000.rkvenc: probing finish
[    3.085996] mpp_vepu_pp ffa60000.rkvenc-pp: probe device
[    3OK
.087597] mpp_vepu_pp ffa60000.rkvenc-pp: shared_rst_a_pp is not found!
[    3.087624] vepu_pp_init:528: No aclk reset resource define
[    3.087637] mpp_vepu_pp ffa60000.rkvenc-pp: shared_rst_h_pp is not found!
[    3.087646] vepu_pp_init:531: No hclk reset resource define
[    3.089028] mpp_vepu_pp ffa60000.rkvenc-pp: probing finish
[    3.089353] mpp_service mpp-srv: probe success
[    3.142027] RKNPU ff660000.npu: RKNPU: rknpu iommu device-tree entry not found!, using non-iommu mode
[    3.144419] RKNPU ff660000.npu: RKNPU: Initialized RKNPU driver: v0.8.2 for 20220829
[    3.144556] RKNPU ff660000.npu: dev_pm_opp_set_regulators: no regulator (rknpu) found: -19
getall
Starting sshd: rmmod: can't unload module 'sc530ai': No such file or directory
getall
sc3336                  9940  1 
[    3.391964] rockit_load start
/
insmod_ko.sh: line 78: /oem/usr/ko/insmod_wifi.sh: not found
ln: /usr/www/userdata: No such file or directory
ln: /usr/www/usb0: No such file or directory
getall
ln: /usr/www/sdcard: No such file or directory
sc3336                  9940  1 
getall
OK
Starting telnetd: deac78ead81e5b4c211d690607e01c39
OK
[    3.408321] rockit_load end
[    3.723649] rk_gmac-dwmac ffa80000.ethernet eth0: PHY [stmmac-0:02] driver [RK630 PHY] (irq=POLL)
[    3.724127] dwmac4: Master AXI performs any burst length
[    3.724163] rk_gmac-dwmac ffa80000.ethernet eth0: No Safety Features support found
[    3.724185] rk_gmac-dwmac ffa80000.ethernet eth0: PTP not supported by HW
[    3.724527] rk_gmac-dwmac ffa80000.ethernet eth0: configuring for phy/rmii link mode
getall
udhcpc: started, v1.36.1
/etc/init.d/S50usbdevice: line 144: can't open : no such file
Debug: configfs_init
getall
getall
udhcpc: broadcasting discover
[    4.174808] file system registered
mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/mtp.gs0': No such file or directory
[    4.224769] using random self ethernet address
[    4.224812] using random host ethernet address
getall
mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/acm.gs6': No such file or directory
[    4.265288] Mass Storage Function, version: 2009/09/11
[    4.265517] LUN: removable file: (no medium)
getall
[    4.454614] read descriptors
[rkipc.c][main]:rkipc_ini_path_ is (null), rkipc_iq_file_path_ is /oem/usr/share/iqfiles, rkipc_log_level is 2
[param.c][rk_param_init]:g_ini_path_ is /userdata/rkipc.ini
[    4.454841] read strings
[rockiva.c][rkipc_rockiva_init]:begin
[network.c][rk_net_proc]:Creat rk_net_proc thread!
[network.c][ntp_client_thread]:refresh_time_s is 60, ntp_server is 119.28.183.184
getall
[rockiva.c][rkipc_rockiva_init]:ROCKIVA_BA_Init success
create rknn_list success
[rockiva.c][rkipc_rockiva_init]:end
[isp.c][rk_isp_init]:g_iq_file_dir_ is /oem/usr/share/iqfiles
[isp.c][rk_isp_init]:cam_id is 0, hdr_mode is close, scenario is normal
rkaiq log level ff0
getall
[    4.700151] stream_cif_mipi_id0: s_power 1, entity use_count 1
[isp.c][sample_common_isp_init]:ID: 0, sensor_name is m00_b_sc3336 4-0030, iqfiles is /oem/usr/share/iqfiles
[isp.c][sample_common_isp_init]:main_scene is normal, sub_scene is day
[isp.c][sample_common_isp_init]:00:00:04.713425: rk_aiq_uapi2_sysctl_preInit_scene begin
[isp.c][sample_common_isp_init]:00:00:04.721228: rk_aiq_uapi2_sysctl_preInit_scene over
[    4.700964] stream_cif_mipi_id0: s_power 0, entity use_count 0
getall
[    4.972363] stream_cif_mipi_id0: s_power 1, entity use_count 1
[    4.974992] stream_cif_mipi_id0: open video, entity use_countt 2
[    4.975313] stream[_cisp.c][sample_common_isp_init]:00:00:04.977843: rk_aiq_uapi2_sgetall
ifysctl_init over
_mipi_id1: open video, entity use_countt 1
[isp.c][sample_common_isp_run]:00:00:05.015251: rk_aiq_uapi2_sysctl_prepare succeed
[    5.025670] rkisp rkisp-vir0: first params buf queue
[isp.c][sample_common_isp_run]:00:00:05.025669: rk_aiq_uapi2_sysctl_start succeed
getall
failed to open /sys/class/pwm/pwmchip3/export
[isp.c][rk_isp_set_light_strength]:pwm3 init failed -2
[isp.c][rk_isp_set_blc_ste blance is auto, not support set gain
[isp.c][rk_isp_set_white_blance_green]:white blance is auto, not support set gain
[isp.c][rk_isp_set_white_blance_blue]:white blance is auto, not support set gain
rockit log path (null), log_size = 0, can use export rt_log_path=, export rt_log_size= change
log_file = (nil) 
RTVersion        00:00:05-188 {dump              :064} ---------------------------------------------------------
RTVersion        00:00:05-205 {dump              :065} rockit version: git-8cb4d25b8 Tue Feb 28 11:12:39 2023 +0800
RTVersion        00:00:05-216 {dump              :066} rockit building: built- 2023-02-28 15:23:19
RTVersion        00:00:05-224 {dump              :067} ---------------------------------------------------------
rockit default level 4, can use export rt_log_level=x, x=0,1,2,3,4,5,6 change
(null)           00:00:05-243 {read_log_level    :093} text is all=4
(null)           00:00:05-249 {read_log_level    :095} module is all, log_level is 4
(null)           00:00:05-259 {monitor_log_level :144} #Start monitor_log_level thread, arg:(nil)
RTIsp3x          00:00:05-278 {ispInitDevice     :208} sensor name = m00_b_sc3336 4-0030
RTIsp3x         getall
 00:00:05-281 {ispInitDevice     :211} sensor_index = 0
RTIsp3x          00:00:05-294 {ispInitDevice     :208} sensor name = m00_b_sc3336 4-0030
RTIsp3x          00:00:05-298 {ispInitDevice     :211} sensor_index = 0
[video.c][rk_video_init]:enable_jpeg is 1, enable_venc_0 is 1, enable_venc_1 is 1, enable_rtsp is 1, enable_rtmp is 0
RKViDev          00:00:05-321 {vi_set_dev_attr   :440} VI_DEV_ATTR_S all parameter reserved
[INFO  rtsp_demo.c:280:rtsp_new_demo] rtsp server demo starting on port 554
[DEBUG rtsp_demo.c:480:rtsp_new_session] add session path: /live/0
[DEBUG rtsp_demo.c:480:rtsp_new_session] add session path: /live/1
rtsp streamq_alloc size is 1753484
rtsp streamq_alloc size is 1753484
  === VI ATTRS INFO: ===  
        devId  :      0
        chnId  :      0
        buffcnt:      0
        buffSize:     0
        width:        0
        height:       0
        Maxwidth:     0
        Maxwidth:     0
        streaming:    0
RKViChn          00:00:05-371 {prepareRuntime    :334} ---------------------------------------------------------
RKViChn          00:00:05-380 {prepareRuntime    :336} vi version: 1.86, name:vvi
RKViChn          00:00:05-388 {prepareRuntime    :337} rockit-ko version: vmpi:fb2eed2be49e
RKViChn          00:00:05-396 {prepareRuntime    :338} rockit-ko building: -2023-02-09-11:04:49
RKViChn          00:00:05-404 {prepareRuntime    :339} ---------------------------------------------------------
RKViChn          00:00:05-427 {prepareRuntime    :358} mb pool create success, MBCnt= 2
[video.cgetall
][rkipc_pipe_0_init]:set vi channel wrap line: 324, wrapBuffSize = 1119744
[    5.273923] vsys dev o[network.c][rk_network_get_cable_state]:read Cable stapen 26
[    5.442419] usb0: HOST MAC 7a:5d:02:a4:te
72:ab
[    5.442450] usb0: MAC d2:a8:17:cf:2b:0f
cmpi             00:00:05-454 {updateWrapLine    :1643} tmp wrap_line: 324, cur wrap_line: 324, cur_w: 2304, cur_h: 1296, max_r4
etwork.c][rk_network_get_cable_state]:
[usb0cmpi             00:00:05-470 {createRuntime     :542} [WRAP MODE]:set wrap buffer cnt = 2, wrap buff size = 1119744
] link down
RTIsp3x          00:00:05-492 {ispInitDevice     :208} sensor name = m00_b_sc3336 4-0030
RTIsp3x          00:00:05-496 {ispInitDevice     :211} sensor_index = 0
RTDeviceV4L2     00:00:05-506 {open              :138} open video name(/dev/video11)
[network.c][rk_network_get_cable_state]:read Cable state
RKViChn          00:00:05-517 {setFrameRate      :1153} [vi] dev(0) ch(0) illegal param s32SrcFrameRate(0) s32DstFrameRate(0)
[network.c][rk_network_get_cable_state]:
[usb0] link down
RTDeviceV4L2     00:00:05-536 {ispCameraInfo     :549} current device:/dev/video11 isn't compatible(cap:0x84201000) device,memo0
RTDeviceV4L2     00:00:05-554 {ispInitFormat     :726} ioctl VIDIOC_S_FMT OK
RKViChn          00:00:05-556 {start             :[    5.559565] rkisp queue buf done
[    813} =========== vi Start startRuntime ===========
RTDeviceV4L2     00:00:05-570 {ispStreamOn       :440} do ispStreamOn start
5.565642] dwc3 ffb00000.usb: device reset
[    5.g58etall
0929] rkisp-vir0: wrap_line mode can not set the mirror
[    5.581368] rkisp_hw ffa00000.rkisp: set isp clk = 198000000Hz
[    5.581455] rkcif-mipi-lvds: sditf_reinit_modRTDeviceV4L2     00:00:05-598 {ispStreamOn       :493} do ie, modspStreamOn donm
ode->name rkisp-vir0, link_mode 1
[    5.581487]RKVencChannel    00:00:05-612 {VencInvoke        :139} venc get_rc_param invoke error: ctx->hw 0x234de0, ctx->hw_!
 rkincChannel    00:00:05-624 {getRcParam        :2350} return the user setting value on failure to get rc param from mpp fail.
sp-vir0: flip not support width wrap function
[    5.583526] rkcif-mipi-lvds: stream[0] start streaming
 6fd142d9, sd_name:rockchip-csi2-dphy00000.mipi-csi2: stMpiAdapterEncode 00:00:05-650 {ma_encode_create  :1ream on, src_sd:653}0
[    5.583743] rockchip-mipi-csi2 ffa20000.mipi-c
si2: stream ON
[    5.583799] rockchip-csi2-d45] rockchip-csi2-dphy csi2-dphy0: csi2_dphy_s_stream stream on:1, dphy0
[    5.677922] mpp_vcodec: 44: num_chan = 0
[    5.678761] mpp_vcodec: 368: attr->max_width = 2304, attr->max_height = 1296
[    5.682879] dwc3 ffb00000.usb: device rese  === VI ATTRS INFO: ===  
        devId  :      0
        chnId  :      0
        buffcnt:      0
        buffSize:     0t
[    5.694575]
 mpp_vc width:        0
        height:       0
        Maxwidth:     0
        Maxwidth:     0odec: 103: chan_entry->handle d1c55faf, enc d1
        streaming:    0getall
c55faf 
[    5.703727] 755: MPP
_RKViChn          00:00:05-734 {prepareRuntime    :334} ---------------------------------------------------------
RKViChn          00:00:05-744 {prepareRuntime    :336} vi version: 1.86, name:vvi
RKViChn          00:00:05-751 {prepareRuntime    :337} rockit-ko veENC_SET_CFG in 
rsion: vmpi:fb2eed2be49e
RKViChn          00:00:05-761 {pr[    5.703781] 524: MPP_ENC_SET_RC_CFG bps 11197440 [104epareRuntime    :338} rockit-ko buildi9
[network.c][rk_network_get_cable_state]:read Cable state
 [30:3ViChn          00:00:05-780 {prepareRuntime    :0 : 118972339} -------------80] f---------------------------------ps------
0] gop 60
[    5.703800RKViChn         ] h2 00:00:05-793 {pr65e_proc_prep_cfg:414: MPP_ENC_SET_PREP_CFG w:h [2304:12epareRuntime    :96] ]
[    5.703831] 271: send header358} mb pool crea fte success, MBCntor set cfg change input/fo= 4
MpiAdapterEncode 00:00:05-814 {ma_encode_get_pack:rma1978} mat 
[    5.705123]p ptr: 0xa3d74000
[network.c][rk_network_get_cable_statecmpi             00:00:05-818 {createRuntime     : 75546} [non-WRAP MO5: MPP_EDE]: buff s6
]:
[NC_SET_CFG in 
[    5.705156] 5eth0] link up
24: MPP_ENC_SET_RC_CFG bps 2048[DEBUG utils.c:1000 [1986:rtsp_codec_dat20000 : 2176000] fps [30:30] gop 50
[    5.705169] 271: send header fora_parse_from_user set c_h265] vps 23fg change rc_mode/fps/gop
[    5.706
068] [DEBUG utils.c:194:rtsp_codec_data_parse_from_user_h265] sps 43
[DEBUG utils.c:2755: MPP_ENC_SET_CFG in 
[    5.706152] 524: M02:rtsp_codec_datPPa_parse_from_user_ENC_SET_RC_CFG bps 2048000 [1920000 : 2176000] fps [25:25] gop 5_h2659
RTIsp3x         getall
 00:00:05-858 {is0
pInitDevice     :208} sensor name = m00_b_sc3336 4-0030[    5.706174] 271: send header for set cfg change rc_mode/fps/gop
[    5.707632] 755: MPP_ENC_SET_CFG i

[   RTIsp3x          5.707 00:00:05-901 {is685] 524: MPP_ENC_SET_RC_CpInitDevice     :211} sensor_index = 0FG bps 2048000 [19200
00] fps [25:25] gop 50
[    5.707709] 271: send header for set cfg change rc_mode/fps/gop
[    5.707853] 755: MPP_ENC_SET_CFG in 
[    5.707882] 524: MPP_ENC_SET_RC_CFG bps 2048000 [1920000 : 2176000] fps [25:25] gop 50
[    5.707899] 271: send header for set cfg change rc_mode/fps/gop
G in 5.709496] 755: MPP_ERTDeviceV4L2    NC 00:00:05-941 {op_Sen              :ET_CF138} open video name(/dev/video12)
[    5.709520] 524: MPP_ENC_SET_RC_CFG bps 2048000 [1920000 : 2176000] fps [25:25] gop 50
[    5.709535] 271: send header for set c
fg chaRKViChn         nge rc_mode/fps/gop
[    5.728202] 1062: mode cbr bps [1 00:00:05-963 {se920000tFrameRate      ::2048000:2176000] fps fix [25/1] 1153} [v-> fix [25]
s/Full 767480] lrk_gmaclegal param s32S-dwmarcFrameRate(0) s3c ffa80000.ethernet2DstFrameRate(0)eth0: Link is Up - 100Mbp[0m
- flow control rxRTDeviceV4L2    /tx
 00:00:05-994 {isc3 ffb00000.usb: device reset
[    5.8pCameraInfo     :62988] dwc3 ffb00000.usb: device reset
549} current device:/dev/video12 isn't compatible(cap:0x84201000) device,memoryType:4, retry:0
RTDeviceV4L2     00:00:06-030 {ispInitFormat     :726} ioctl VIDIOC_S_FMT Ogetall
K
RKViChn          00:00:06-034 {start             :813} =========== vi Start startRuntime ===========
RTDeviceV4L2     00:00:06-053 {ispStreamOn       :[    6.037196] rkisp queue buf done
[    6.065588] dwc3 ffb00000.usb: device reset
440} do ispStreamOn start
RTDeviceV4L2     00:00:06-070 {ispStreamOn       :493} do ispStreamOn done
Killed
RKVencChannel    00:00:06-100 {VencInvoke        :139} venc get_rc_param invoke error: ctx->hw 0x23e1c8, ctx->hw_create 0!
RKVencChannel    00:00:06-106 {getRcParam        :2350} return the user setting value on failure to get rc param from mpp fail.
MpiAdapterEncode 00:00:06-132 {ma_encode_create  :1653} ringbuf buf_size 204800
[    6.072384] rkisp-vir0: wrap_line mode can not set the mirror
[    6.139683] mpp_vcodec: 44: num_chan = 1
[    6.140014] mpp_vcodec: 368: attr->max_width = 704, attr->max_height = 576
[    6.142229] mpp_vcodec: 103: chan_entry->handle f9440017, enc f9440017 
[    6.146615] 755: MPP_ENC_SET_CFG in 
[    6.146747] 524: MPP_ENC_SET_RC_CFG bps 1520640 [1425600 : 1615680] fps [30:30] gop 60
[    6.146782] h265e_proc_prep_MpiAdapterEncodecfg:414: MPP_ENC_SET_PREP_CFG w:h [704:576] s 00:00:06-172 {matride_encode_creatl
:576]
put/format 96] 271: send header for set cfngbuf buf_size 10g change in48576
[    6.151358] 755: MPP_ENC_SET_CFG in 
[    6.151486] 524: MPP_ENC_SET_RC_CFG bps 512000 [480000 : 544000] fps 
MpiAdapterEncode 00:00:06-204 {ma[30:30] gop 50
[    6.151508] 271: send header for set cfg change rc_mo_encode_get_pack:1978} made/fps/gop
[    6.152490] 755: MPP_ENC_SET_CFG in 
[    6.152529] 524: MPP_ENC_SET_RC_CFG bps 512000 [480000 : 544000] fps [30:30] gop 50
s/gop6.152547] 271: send header for set cfg change rc_mop ptr: 0xa3b10000de/fp
[    6.155256] 755: MPP_ENC_SET_CFG in 
[    6.155295] 524: MPP_ENC_SET_RC_CFG bps 512000
route: SIOCDELRT: No such process
 [480000 : 544000] fps [30:30] gop 50
[    [DEBUG utils.c:186:rtsp_codec_dat6.155317] 271: send header for set cfg change rc_mode/fps/gop
[    6.158044] 755: MPP_ENC_SET_CFG in 
[    6.158093] 524: MPP_ENC_SET_RC_CFG bps 512000 [480000 : 544000] fps [30:30] gop 50
[    6.158118] 271: send header for set cfg change rca_parse_from_user_mode/fps/gop
[    6.164733] 755: MPP_ENC_SET_CFG in 
[    6.164766] 524: MPP_ENC_SET_RC_CFG bps 512000 [480000 : 544000] fps [30:30] gop 50
[    6.164783] 271: send_h265] vps 23 header for set c
fg change rc[DEBUG utils.c:1_mode/fps/gop
[    6.199951] 1062: mode cbr bps [480000:512000:544000] fps fix [94:rtsp_codec_dat30/1] -> fix [30/1] gop i [50] v [0]
[    6.210409] mpp_vcodec: 44: num_chan = 2
[    6.2200a_parse_from_user_h265] sps 43
  === VI ATTRS INFO: ===  
entry->handle ec 00:00:06-319 {ma_encode_get_pack:1978} ma49] mpp_pvcodec ptr: 0xa3710000: 103: chan_
        devId  :      0
        chnId  :      0getall

        32de74, enc ec3buffcnt:      02de74 
[    6.230291] 755: MPP_ENC_SET_CFG in
current_ip = 172.32.0.70
TARGET_IP = 172.32.0.93

[       buffSize:     06.230347] 524: MP
[DEBUG utils.c:202:rtsp_codec_data_parse_from_userP_ENC_SET_RC_CFG bps 111974_h265] pps 940 [10497600 : 11897280] fps [30:30] g0
[    6
        width:        0.230982] 
        height:       0755: 
        Maxwidth:     0MPP_ENC_SET_CFG in 
[    6.231017] 524: MPP_ENC_SET_R
C_CFG bps 1119744       Maxwidth:     00 [10497
600 : 118       streaming:    097280] fps
 [30:30] gop 0
[ RKViChn            6.231206 00:00:06-378 {prepareRuntime    :334} ------------] 755: MPP_ENC_SET_CFG in 
[    6.231225] 524: MPP_ENC_SET_RC_CFG bps 11197440 [10497600 : 11897280] fps [30:30] gop 0
[    6.252410] 755: MPP_ENC_SET_CFG in 
[    6.252539] 524: MPP_ENC_SET_RC_CFG----------------- bps -----------------11197440 [10497600 : 11897280]-----------
RKViChn          00:00:06-411 {pr fps [30:30] gop 0
[    6.273443] dwc3 ffb00000.epareRuntime    :usb: device reset
336} vi version: 1.86, name:vvi
RKViChn          00:00:06-428 {prepareRuntime    :337} rockit-ko version: vmpi:fb2eed2be49e
RKViChn          00:00:06-433 {prepareRuntime    :338} rockit-ko building: -2023-02-09-11:04:49
RKViChn          00:00:06-450 {prepareRuntime    :339} ---------------------------------------------------------
RKViChn          00:00:06-460 {prepareRuntime    :358} mb pool create success, MBCnt= 3
cmpi             00:00:06-468 {cr[    6.481790] dwc3 ffb00000.usb: device reset
getall
eateRuntime     :546} [non-WRAP MODE]: buff size = 290304
RTIsp3x          00:00:06-491 {ispInitDevice     :208} sensor name = m00_b_sc3336 4-0030
RTIsp3x          00:00:06-496 {ispInitDevice     :211} sensor_index = 0
udhcpc: started, v1.36.1
RTDeviceV4L2     00:00:06-509 {open              :138} open video name(/dev/video13)
RKViChn          00:00:06-521 {setFrameRate      :1153} [vi] dev(0) ch(2) illegal param s32SrcFrameRate(0) s32DstFrameRate(0)
RTDeviceV4L2     00:00:06-533 {ispCameraInfo     :549} current device:/dev/video13 isn't compatible(cap:0x84201000) device,memo0
RTDeviceV4L2     00:00:06-544 {ispInitFormat     :726} ioctl VIDIOC_S_FMT OK
RKViChn          00:00:06-552 {start             :813} =========== vi Start startRuntime ===========
RTDeviceV4L2     00:00:06-567 {ispStreamOn       :440} do ispStreamOn start
[    6.555483] rkisp queue buf done
RTDeviceV4L2     00:00:06-577 {ispStreamOn       :493} do ispStreamOn done
[    6.575129] rkisp-vir0: wrap_line mode can not set the mirror
[    6.597396] vepu_pp_create_chn 0
cmpi             00:00:06-608 {mb_create_pool    :222} allocated buffer(this=0x254738, data=0xa3259000, size=746496, id=188)
cmpi             00:00:06-620 {attachToChn       :480} The channel attr attach mapid: 0x0.
getall
cmpi             00:00:06-677 {mb_get_buffer_by_i:422} allocated buffer(this=0x26d590, data=(nil), size=0, id=-1)
RKViChn          00:00:06-689 {getFrameRuntime   :1031} -------------------------------vviBuf->buf_size: 290816
[video.c][rkipc_ivs_get_results]:OD flag:1
[audio.c][rkipc_ai_init]:aiAttr.u8CardName is #Starosd_time_server thread, arg:(nil)
hw:0,0udhcpc: broadcasting discover

[audio.c][rkipc_audio_vqe_init]:stAiVqeConfig.aCfgFile = udhcpc: broadcasting select for 192.168.40.202, server 192.168.40.1
/oem/usr/share/vqefiles/config_aivqe.jsonudhcpc: lease of 192.168.40.202 obtained from 192.168.40.1, lease time 14400

[osd.c][osd_time_server]:osd_time_id is [    6.71
45179] dwc3 f[fb000osd.c00.usb: ][osd_time_serverdevice reset
]:osd_data.text.font_color is fff799
RKAiChn          00:00:06-752 {setAedAttr        :789} pstAedConfig = cmpi             00:00:06-759 {mb_get_buffer_by_i:422} al)
(nil), set mAedEnable = false
geta[osd.c][osd_time_server]:osd_data.text.format is ll
24hour CHR-YYYY-MM-DD
RKAiChn          00:00:06-787 {setBcdAttr        :852} pstBcdConfig = rga_api version 1.7.3_[6]
(nil), set mBcdEnable = false
RKViChn          00:00:06-811 {getFrameRuntime   :1031} -------------------------------vviBuf->buf_size: 290816
RKAiChn          00:00:06-824 {setBuzAttr        :915} pstBuzConfig = (nil), set mBuzEnable = false
luckfox : set usb0 ip
RKAiChn          00:00:06-835 {setGbsAttr        :979} pstGbsConfig = (nil), set mGbsEnable = false
[    6.865501] dwc3 ffb00000.usb: device reset
RKAiChn          00:00:06-866 {prepareGraph      :221} check enabled - vqe:1 aed:0 bcd:0 buz:0 gbs:0
cmpi             00:00:06-892 {mb_create_pool    :222} allocated buffer(this=0x273650, data=0xa2db4000, size=65536, id=190)
cmpi             00:00:06-909 {mb_create_pool    :222} allocated buffer(this=0x2705f8, data=0xa2da400getall
0, size=65536, id=191)
deleting routers
cmpi             00:00:06-940 {attachToChn       :480} The channel attr attach mapid: 0x0.
cmpi             00:00:07-003 {attachToChn       :480} The channel attr attach mapid: 0x0.
cmpi             00:00:07-011 {attachToChn       :480} The channel attr attach mapid: 0x0.
[    7.073530] dwc3 ffb00000.usb: device reset
172.32.0.93
usb0 config success
getall
cmpi             00:00:07-157 {mb_get_buffer_by_i:422} allocated buffer(this=0x26cc88, data=(nil), size=0, id=-1)
RKViChn          00:00:07-171 {getFrameRuntime   :1031} -------------------------------vviBuf->buf_size: 290816
RTFlowGraph      00:00:07-187 {setMaxInputStreamQ:287} ai: Illegal operation, no input port exists.
getall
Starting SMB services: [    7.282026] dwc3 ffb00000.usb: device reset
adding dns 172.16.5.2
getall
[    7.489576] dwc3 ffb00000.usb: device reset
getall
(null)           00:00:07-587 {dlsymSkv          :103} load skv dynamic symbols: 0x253da8
RTNodeAFilterSkv 00:00:07-591 {open              :157} current skv config is: 1
LOG (rkaudio_preprocess_init(): ,107), out_size is 256
LOG (skv_aec_state_init(): ,254), AEC-RELEASE-VERSION 2.1,RELEASE DATE 2022-12-09

LOG (skv_aec_state_init(): ,259), This AEC version is used for no more than 2 microphones!

getall
LOG (skv_preprocess_state_init(): ,614), BEAMFORM-RELEASE-VERSION 2.1,RELEASE DATE 2022-12-19

LOG (skv_preprocess_state_init(): ,623), This Beamform version is only used for 2 microphones!

rtsp streamq_alloc size is 59884
rtsp streamq_alloc size is 59884
[[    7.761599] dwc3 ffb00000.usb: device reset
server.c][rkipc_server_thread]:#Start rkipc_server_thread thread, arg:(nil)
[storage.c][rkipc_storage_set_dev_attr]:mount path is /userdata, dev_path is /dev/ubi5_0
[storage.c][rkipc_storage_para_init]:DevAttr set:  AutoDel--1, FreeSizeDel--500~1000, Path--/userdata/video0, Limit--300
[storage.c][rkipc_storage_para_init]:DevAttr set:  AutoDel--1, FreeSizeDel--500~1000, Path--/userdata/video1, Limit--300
[storage.c][rkipc_storage_para_init]:DevAttr set:  AutoDel--1, FreeSizeDel--500~1000, Path--/userdata/video2, Limit--300
[storage.c][rkipc_storage_auto_delete_init]:mountpath:/userdata,devpath:,devtype:,devattr:
getall
[storage.c][rkipc_storage_file_scan_thread]:/userdata, /dev/ubi5_0, ubifs, rw,relatime,assert=read-only,ubi=5,vol=0
[storage.c][rkipc_storage_file_scan_thread]:[00:00:07.861813] i is 0, before rkipc_storage_read_file_list
[storage.c][rkipc_storage_file_scan_thread]:[00:00:07.869392] i is 0, after rkipc_sto[    7.887366] dwc3 ffb00000.usb: device rt
rage_read_file_list
[storage.c][rkipc_storage_file_scan_thread]:[00:00:07.893789] i is 1, before rkipc_storage_read_file_list
[storage.c][rkipc_storage_file_scan_thread]:[00:00:07.904382] i is 1, after rkipc_storage_read_file_list
[storage.c][rkipc_storage_file_scan_thread]:[00:00:07.911375] i is 2, before rkipc_storage_read_file_list
[storage.c][rkipc_storage_file_scan_thread]:[00:00:07.945398] i is 2, after rkipc_storage_read_file_list
[storage.c][rkipc_storage_file_scan_thread]:total_size = 4584, free_size = 4548
getall
[storage.c][rkipc_storage_file_monitor_thread]:pHandle->dev_sta.mount_status is 4
[    8.089598] dwc3 ffb00000.usb: device reset
getall
getall
[    8.297503] dwc3 ffb00000.usb: device reset
getall
[    8.505420] dwc3 ffb00000.usb: device reset
getall
[    8.713800] dwc3 ffb00000.usb: device reset
getall
getall
getall
getall
getall
[    9.350539] dwc3 ffb00000.usb: device reset
[    9.464897] dwc3 ffb00000.usb: device reset
getall
[    9.588598] dwc3 ffb00000.usb: device reset
getall
getall
[    9.793415] dwc3 ffb00000.usb: device reset
getall
[   10.002380] dwc3 ffb00000.usb: device reset
getall
[   10.209630] dwc3 ffb00000.usb: device reset
getall
getall
[   10.417522] dwc3 ffb00000.usb: device reset
l
[   10.541451] dwc3 ffb00000.usb: device reset
getall
[   10.745400] dwc3 ffb00000.usb: device reset
getall
[   10.953326] dwc3 ffb00000.usb: device reset
getall
getall
[   11.162407] dwc3 ffb00000.usb: device reset
getall
[   11.434255] dwc3 ffb00000.usb: device reset
getall
[   11.499877] dwc3 ffb00000.usb: device reset
getall
[   11.705404] dwc3 ffb00000.usb: device reset
getall
getall
[   11.913327] dwc3 ffb00000.usb: device reset
getall
[   12.122219] dwc3 ffb00000.usb: device reset
getall
[   12.329599] dwc3 ffb00000.usb: device reset
getall
getall
getall
getall
[   12.965364] dwc3 ffb00000.usb: device reset
[   13.083381] dwc3 ffb00000.usb: device reset
getall
getall
[   13.300676] dwc3 ffb00000.usb: device reset
[   13.366603] dwc3 ffb00000.usb: device reset
getall
getall
[   13.569407] dwc3 ffb00000.usb: device reset
getall
[   13.777314] dwc3 ffb00000.usb: device reset
getall
getall
[   13.986230] dwc3 ffb00000.usb: device reset
getall
[   14.193479] dwc3 ffb00000.usb: device reset
getall
[   14.307810] dwc3 ffb00000.usb: device reset
[   14.372776] dwc3 ffb00000.usb: device reset
getall
[   14.577298] dwc3 ffb00000.usb: device reset
getall
getall
[   14.785235] dwc3 ffb00000.usb: device reset
getall
[   14.993306] dwc3 ffb00000.usb: device reset
getall
getall
[   15.265273] dwc3 ffb00000.usb: device reset
[   15.330562] dwc3 ffb00000.usb: device reset
getall
getall
[   15.529308] dwc3 ffb00000.usb: device reset
getall
getall
getall
getall
OK
Starting NMB services: [   16.202340] dwc3 ffb00000.usb: device reset
getall
[   16.269588] dwc3 ffb00000.usb: device reset
getall
[   16.473325] dwc3 ffb00000.usb: device reset
getall
[   16.682402] dwc3 ffb00000.usb: device reset
getall
getall
[   16.888996] dwc3 ffb00000.usb: device reset
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getgetall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
OK
getall
getall
getall

getall
getall
getall
getall
rm: can't remove '/tmp/.pin_diagram.txt': No such file or directory
getall
/usr/bin/luckfox-config: line 46: warning: command substitution: ignored null byte in input
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
Only Luckfox Pico Ultra /Luckfox Pico Ultra W support RGB
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
Complete configuration loading
Found ADC keys device: /dev/input/event0
getall
/root/main.py and /root/boot.py not exist ,pass...
OK
hwclock: can't open '/dev/misc/rtc': No such file or directory
RTC does not require time calibration

Welcome to luckfox pico
luckfox login: getall
Password: 
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
rogetall
ogetall
tgetall

getall
getall
getall
getall
getall
getall
getall
Login incorrect
luckfox login: getall
Password: 
getall
getall
lgetall
ugetall
ckgetall
getall
fogetall
xgetall

getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
Login incorrect
luckfox login: getall
Password: 
getall
getall
getall
getall
getall
getall
getall
rgetall
ogetall
ogetall
t
getall
getall
getall
getall
getall
getall
getall
getall
getall
Login incorrect
getall
getall
getall
getall
getall
getall

Welcome to luckfox pico
luckfox login: getall
Password: 
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
Login incorrect
luckfox login: getall
Password: 
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
getall
Login incorrect
luckfox login: getall
Password: 
getall
getall
getall
getall
getall
getall
Posted by 구차니

어우 개 한놈 빨고 뻗음

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

아 몰라 또 질러 ㅋㅋㅋ  (0) 2026.08.31
피아노 줍줍  (0) 2026.08.30
개피곤  (0) 2026.08.29
와.. 설마 에어컨 고장?  (2) 2026.08.24
입추 그리고 시원해짐  (2) 2026.08.10
Posted by 구차니

머가 왜 되는지 신기해서 이것저것 보는데, 어떤 장치가 왜 연결되는지 모르겠다 -ㅁ-

[링크 : https://github.com/kjy00302/eo-ic100_radio]

[링크 : https://m.blog.naver.com/utilitybox/223042149444]

 

$ sudo dmesg -w
[   64.798018] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[   64.975405] usb 3-2: New USB device found, idVendor=04e8, idProduct=a054, bcdDevice= 1.00
[   64.975428] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   64.975437] usb 3-2: Product: Samsung USB C Earphone
[   64.975443] usb 3-2: Manufacturer: bestechnic
[   64.975448] usb 3-2: SerialNumber: 20160406.1
[   65.017452] hid: raw HID events driver (C) Jiri Kosina
[   65.047496] usbcore: registered new interface driver usbhid
[   65.047504] usbhid: USB HID core driver
[   65.277789] usbcore: registered new interface driver snd-usb-audio
[   65.296227] input: bestechnic Samsung USB C Earphone as /devices/pci0000:00/0000:00:1c.1/0000:02:00.0/usb3/3-2/3-2:1.3/0003:04E8:A054.0001/input/input22
[   65.349307] hid-generic 0003:04E8:A054.0001: input,hidraw0: USB HID v1.11 Device [bestechnic Samsung USB C Earphone] on usb-0000:02:00.0-2/input3
[   65.349747] hid-generic 0003:04E8:A054.0002: hiddev0,hidraw1: USB HID v1.11 Device [bestechnic Samsung USB C Earphone] on usb-0000:02:00.0-2/input4

$ lsusb -v -d 04e8:a054

Bus 003 Device 002: ID 04e8:a054 Samsung Electronics Co., Ltd Samsung USB C Earphone
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x04e8 Samsung Electronics Co., Ltd
  idProduct          0xa054 
  bcdDevice            1.00
  iManufacturer           1 bestechnic
  iProduct                2 Samsung USB C Earphone
  iSerial                 3 20160406.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0131
    bNumInterfaces          5
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      1 Control Device
      bInterfaceProtocol      0 
      iInterface              0 
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdADC               1.00
        wTotalLength       0x004e
        bInCollection           2
        baInterfaceNr(0)        1
        baInterfaceNr(1)        2
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                 2
        bSourceID               1
        bControlSize            2
        bmaControls(0)     0x0003
          Mute Control
          Volume Control
        bmaControls(1)     0x0000
        bmaControls(2)     0x0000
        iFeature                6 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             3
        wTerminalType      0x0402 Headset
        bAssocTerminal          0
        bSourceID               2
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             4
        wTerminalType      0x0402 Headset
        bAssocTerminal          0
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                 5
        bSourceID               4
        bControlSize            2
        bmaControls(0)     0x0003
          Mute Control
          Volume Control
        bmaControls(1)     0x0000
        bmaControls(2)     0x0000
        iFeature                6 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             6
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               5
        iTerminal               0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           6
        bDelay                  0 frames
        wFormatTag         0x0001 PCM
      AudioStreaming Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             2
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            1 Discrete
        tSamFreq[ 0]        48000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes           13
          Transfer Type            Isochronous
          Synch Type               Synchronous
          Usage Type               Data
        wMaxPacketSize     0x00c0  1x 192 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioStreaming Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         0 Undefined
          wLockDelay         0x0000
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           1
        bDelay                  0 frames
        wFormatTag         0x0001 PCM
      AudioStreaming Interface Descriptor:
        bLength                17
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             2
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            3 Discrete
        tSamFreq[ 0]        44100
        tSamFreq[ 1]        48000
        tSamFreq[ 2]        96000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes           13
          Transfer Type            Isochronous
          Synch Type               Synchronous
          Usage Type               Data
        wMaxPacketSize     0x0180  1x 384 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioStreaming Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         0 Undefined
          wLockDelay         0x0000
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           1
        bDelay                  0 frames
        wFormatTag         0x0001 PCM
      AudioStreaming Interface Descriptor:
        bLength                17
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             2
        bSubframeSize           3
        bBitResolution         24
        bSamFreqType            3 Discrete
        tSamFreq[ 0]        44100
        tSamFreq[ 1]        48000
        tSamFreq[ 2]        96000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes           13
          Transfer Type            Isochronous
          Synch Type               Synchronous
          Usage Type               Data
        wMaxPacketSize     0x0240  1x 576 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioStreaming Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         0 Undefined
          wLockDelay         0x0000
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      77
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0003  1x 3 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        4
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      20
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x85  EP 5 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0005  1x 5 bytes
        bInterval               1


/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/usb3/3-2/3-2:1.3/0003:04E8:A054.0001$ tree
.
├── country
├── driver -> ../../../../../../../../bus/hid/drivers/hid-generic
├── hidraw
│   └── hidraw0
│       ├── dev
│       ├── device -> ../../../0003:04E8:A054.0001
│       ├── power
│       │   ├── async
│       │   ├── autosuspend_delay_ms
│       │   ├── control
│       │   ├── runtime_active_kids
│       │   ├── runtime_active_time
│       │   ├── runtime_enabled
│       │   ├── runtime_status
│       │   ├── runtime_suspended_time
│       │   └── runtime_usage
│       ├── subsystem -> ../../../../../../../../../../class/hidraw
│       └── uevent
├── input
│   └── input22
│       ├── capabilities
│       │   ├── abs
│       │   ├── ev
│       │   ├── ff
│       │   ├── key
│       │   ├── led
│       │   ├── msc
│       │   ├── rel
│       │   ├── snd
│       │   └── sw
│       ├── device -> ../../../0003:04E8:A054.0001
│       ├── event16
│       │   ├── dev
│       │   ├── device -> ../../input22
│       │   ├── power
│       │   │   ├── async
│       │   │   ├── autosuspend_delay_ms
│       │   │   ├── control
│       │   │   ├── runtime_active_kids
│       │   │   ├── runtime_active_time
│       │   │   ├── runtime_enabled
│       │   │   ├── runtime_status
│       │   │   ├── runtime_suspended_time
│       │   │   └── runtime_usage
│       │   ├── subsystem -> ../../../../../../../../../../../class/input
│       │   └── uevent
│       ├── id
│       │   ├── bustype
│       │   ├── product
│       │   ├── vendor
│       │   └── version
│       ├── inhibited
│       ├── modalias
│       ├── name
│       ├── phys
│       ├── power
│       │   ├── async
│       │   ├── autosuspend_delay_ms
│       │   ├── control
│       │   ├── runtime_active_kids
│       │   ├── runtime_active_time
│       │   ├── runtime_enabled
│       │   ├── runtime_status
│       │   ├── runtime_suspended_time
│       │   └── runtime_usage
│       ├── properties
│       ├── subsystem -> ../../../../../../../../../../class/input
│       ├── uevent
│       └── uniq
├── modalias
├── power
│   ├── async
│   ├── autosuspend_delay_ms
│   ├── control
│   ├── runtime_active_kids
│   ├── runtime_active_time
│   ├── runtime_enabled
│   ├── runtime_status
│   ├── runtime_suspended_time
│   └── runtime_usage
├── report_descriptor
├── subsystem -> ../../../../../../../../bus/hid
└── uevent



$ sudo evtest /dev/input/event16
Input driver version is 1.0.1
Input device ID: bus 0x3 vendor 0x4e8 product 0xa054 version 0x111
Input device name: "bestechnic Samsung USB C Earphone"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
    Event code 113 (KEY_MUTE)
    Event code 114 (KEY_VOLUMEDOWN)
    Event code 115 (KEY_VOLUMEUP)
    Event code 163 (KEY_NEXTSONG)
    Event code 164 (KEY_PLAYPAUSE)
    Event code 165 (KEY_PREVIOUSSONG)
    Event code 166 (KEY_STOPCD)
    Event code 168 (KEY_REWIND)
    Event code 208 (KEY_FASTFORWARD)
    Event code 248 (KEY_MICMUTE)
    Event code 582 (KEY_VOICECOMMAND)
  Event type 4 (EV_MSC)
    Event code 4 (MSC_SCAN)
Properties:
Testing ... (interrupt to exit)
Event: time 1788589334.244115, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00cd
Event: time 1788589334.244115, type 1 (EV_KEY), code 164 (KEY_PLAYPAUSE), value 1
Event: time 1788589334.244115, -------------- SYN_REPORT ------------
Event: time 1788589334.429070, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00cd
Event: time 1788589334.429070, type 1 (EV_KEY), code 164 (KEY_PLAYPAUSE), value 0
Event: time 1788589334.429070, -------------- SYN_REPORT ------------
Event: time 1788589335.602870, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00ea
Event: time 1788589335.602870, type 1 (EV_KEY), code 114 (KEY_VOLUMEDOWN), value 1
Event: time 1788589335.602870, -------------- SYN_REPORT ------------
Event: time 1788589335.795822, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00ea
Event: time 1788589335.795822, type 1 (EV_KEY), code 114 (KEY_VOLUMEDOWN), value 0
Event: time 1788589335.795822, -------------- SYN_REPORT ------------
Event: time 1788589338.034293, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00e9
Event: time 1788589338.034293, type 1 (EV_KEY), code 115 (KEY_VOLUMEUP), value 1
Event: time 1788589338.034293, -------------- SYN_REPORT ------------
Event: time 1788589338.192170, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00e9
Event: time 1788589338.192170, type 1 (EV_KEY), code 115 (KEY_VOLUMEUP), value 0
Event: time 1788589338.192170, -------------- SYN_REPORT ------------

$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: Earphone [Samsung USB C Earphone], device 0: USB Audio [USB Audio]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

$ aplay -L
hw:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    Direct hardware device without any conversions
plughw:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    Hardware device with all software conversions
sysdefault:CARD=Earphone
    Samsung USB C Earphone, USB Audio
    Default Audio Device
front:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    Front output / input
surround21:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=Earphone,DEV=0
    Samsung USB C Earphone, USB Audio
    Direct sample mixing device
usbstream:CARD=Earphone
    Samsung USB C Earphone
    USB Stream Output

 

 

bestechnic

https://olimp-z.ru/ma901

 

https://www.bestechnic.com/en/lists/23.html

'개소리 왈왈 > 모바일 생활' 카테고리의 다른 글

먼가 바쁘네, 중고폰 환불  (0) 2026.08.02
중고폰 지름  (0) 2026.08.01
요금제 변경 - 얼굴 인식 승질나네  (0) 2026.07.28
요금제 변경 완료  (0) 2026.01.30
요금제 변경 시도  (0) 2026.01.28
Posted by 구차니

일단 도레미파솔 -> 솔파미레도 (오른손 / 왼손 / 오+왼) 부터 하랜다.

[링크 : https://www.youtube.com/watch?v=yHj_4mDUFq8&list=PLxRq1-eCh6UnmzVCIJxE-w2HoDRePyfVb]

'모종의 음모 > midi 피아노' 카테고리의 다른 글

musescore  (0) 2026.09.04
lmms  (0) 2026.09.02
linux midi - ardour, lmms  (0) 2026.09.01
피아노 연결! (리눅스)  (0) 2026.09.01
Posted by 구차니

언제나 그렇듯 기본도형으로 시작!

sculpt mode

왼쪽 툴바에서 중간쯤에 가위 있는거 꾸욱 누르면 box trim

 

드래그해서 자를 곳을 찾으면

 

뿅~ 이걸로 이제 소방관 다리 찢어야지 ㅋㅋㅋ

[링크 : https://www.youtube.com/shorts/u1dm7jYhL-Q]

Posted by 구차니

midi 파일을 악보로 보는 프로그램

lmms 에서는 노트라고 해야하나 그냥  딱딱한 사각형들로만 보이는게 좀 아쉬워서

악보로 보이는 기능을 찾아보는 중

 

그런다고 솔찍히 악보를 읽을수 있는것도 아니긴 함 ㅋㅋㅋ

[링크 : https://musescore.org/en/handbook/3/install-linux]

'모종의 음모 > midi 피아노' 카테고리의 다른 글

피아노 강좌  (0) 2026.09.04
lmms  (0) 2026.09.02
linux midi - ardour, lmms  (0) 2026.09.01
피아노 연결! (리눅스)  (0) 2026.09.01
Posted by 구차니

와.. 쩜 누르면 된다.(keypad)

 

 

처음 추가된 녀석이 중심

 

object mode에서 다른 cube 선택하고

 

키패드 . 을 누르면 얼빡!

 

축소해서 회전해보면 딱 얘가 중심에 잡힌다.

'프로그램 사용 > Blender' 카테고리의 다른 글

blender sculpting - trim  (0) 2026.09.04
blender spot light  (0) 2026.09.04
blender eevee / cycle 렌더 헤드리스  (0) 2026.09.04
blender 창 나누기. 카메라 뷰 보기  (0) 2026.08.28
blender sculpting - dynatopo, grab  (0) 2026.08.06
Posted by 구차니

이전 렌더링에서 빛이 산란하지 않고 그냥 레이저 처럼 직사로 와서

그림자가 완전 각지는 문제가 있었는데

그걸 이렇게 하면 좀 부드럽게 퍼진다고 한다.

 

아래는 claude 가 개선한 코드인데

        light_data.energy = random.uniform(*LIGHT_ENERGY_RANGE)
        light_data.shadow_soft_size = random.uniform(*LIGHT_SHADOW_SOFT_SIZE_RANGE)
        light_data.spot_size = random.uniform(*LIGHT_SPOT_SIZE_RANGE)
        light_data.spot_blend = random.uniform(*LIGHT_SPOT_BLEND_RANGE)

 

energy는 power에 대응되는것 같고, shadow_soft_size는 radius에 대응되는것 같다.

아 쫌 용어 통일하라고 ㅠㅠ api에 맞추던가 아니면 api를 ui에 맞추던가!

energy
The energy this light would emit over its entire area if it wasn’t limited by the spot angle, in units of radiant power (W) (in [-inf, inf], default 10.0)

shadow_soft_size
Light size for ray shadow sampling (Raytraced shadows) (in [0, inf], default 0.0)

spot_size
Angular diameter of the spotlight beam (in [0.0174533, 3.14159], default 0.785398)

spot_blend
The softness of the spotlight edge (in [0, 1], default 0.15)

[링크 : https://docs.blender.org/api/current/bpy.types.SpotLight.html]

 

 

초기값

 

power 올림

 

 

radius 0.2로 변경

 

 

Posted by 구차니