Firefly开源社区

打印 上一主题 下一主题

[Android] itx3588 分区烧录

98

积分

0

威望

0

贡献

技术小白

积分
98

itx3588 分区烧录

发表于 2022-11-20 13:59:30      浏览:1715 | 回复:4        打印      只看该作者   [复制链接] 楼主
android12.0 在编译后没有kernel.img文件产生,那么在分区烧录的时候需要烧录哪些文件呢,
还有一个疑点是RkdevTool_manual手册上表示需要烧录kernel.img


还请有相关经验的同学帮忙指点下,感谢

回复

使用道具 举报

98

积分

0

威望

0

贡献

技术小白

积分
98
发表于 2022-11-20 14:10:08        只看该作者  沙发
使用命令编译:
export PATH=prebuilts/clang/host/linux-x86/clang-r416183b/bin:$PATH
cd kernel-5.10
#alias msk='make CROSS_COMPILE=aarch64-linux-gnu- LLVM=1 LLVM_IAS=1'
make CROSS_COMPILE=aarch64-linux-gnu- LLVM=1 LLVM_IAS=1 ARCH=arm64  firefly_defconfig android-11.config pcie_wifi.config
make CROSS_COMPILE=aarch64-linux-gnu- LLVM=1 LLVM_IAS=1 ARCH=arm64   BOOT_IMG=../rockdev/Image-rk3588_firefly_itx_3588j/boot.img rk3588-firefly-itx-3588j.img -j8
cd kernel-5.10

w@w:~/w/rockchip/android/kernel-5.10$ ls *.img
boot.img  resource.img  zboot.img
w@w:~/w/rockchip/android/kernel-5.10$
kernel  目录下不像以前android rk3399 一样会生成kernel.img ,是不是我烧入的方法不对,
回复

使用道具 举报

3747

积分

17

威望

18

贡献

官方团队

Rank: 9Rank: 9Rank: 9

积分
3747
发表于 2022-11-21 08:59:36        只看该作者  板凳
清913940909 发表于 2022-11-20 14:10
使用命令编译:
export PATH=prebuilts/clang/host/linux-x86/clang-r416183b/bin:$PATH
cd kernel-5.10
...

Android12.0 只需烧录boot.img 即可,不需要烧录resource.img 和 kernel.img
回复

使用道具 举报

98

积分

0

威望

0

贡献

技术小白

积分
98
发表于 2022-11-21 11:04:08        只看该作者  地板
使用以下命令烧录镜像文件,系统启动正常:
sudo upgrade_tool uf ITX-3588J_Android12_MIPI_220414.img
使用如下命令操作后 烧入成功,按reset按钮后,系统启动会失败,会进入recovery模式
w@w:~/w/rockchip/android/flash_itx3588j/linux/upgrade_tool$ ./upgrade_tool di -b ../../../kernel-5.10/boot.img
Program Data in /home/w/w/rockchip/android/flash_itx3588j/linux/upgrade_tool
directlba=1,first4access=1,gpt=1
Download boot start...(0x0000c800)
Download image ok.
串口log:
[    8.388594][  T171] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    9.233252][  T171] ata1.15: Port Multiplier 1.2, 0x197b:0x575f r0, 15 ports, feat 0x5/0xf
[    9.241182][  T171] ahci fe210000.sata: FBS is enabled
[    9.245774][  T171] ata1.00: hard resetting link
[    9.564163][  T171] ata1.00: SATA link down (SStatus 0 SControl 330)
[    9.564367][  T171] ata1.01: hard resetting link
[    9.879055][  T171] ata1.01: SATA link down (SStatus 0 SControl 330)
[    9.879259][  T171] ata1.02: hard resetting link
[   10.192856][  T171] ata1.02: SATA link down (SStatus 0 SControl 330)
[   10.193054][  T171] ata1.03: hard resetting link
[   10.506042][  T171] ata1.03: SATA link down (SStatus 0 SControl 330)
[   10.506311][  T171] ata1.04: hard resetting link
[   10.819142][  T171] ata1.04: SATA link down (SStatus 0 SControl 330)
[   10.819403][  T171] ata1.05: hard resetting link
[   11.132501][  T171] ata1.05: SATA link down (SStatus 0 SControl 330)
[   11.132762][  T171] ata1.06: hard resetting link
[   11.445928][  T171] ata1.06: SATA link down (SStatus 0 SControl 330)
[   11.446199][  T171] ata1.07: hard resetting link
[   11.759052][  T171] ata1.07: SATA link down (SStatus 0 SControl 330)
[   11.759313][  T171] ata1.08: hard resetting link
[   12.072667][  T171] ata1.08: SATA link down (SStatus 0 SControl 330)
[   12.072928][  T171] ata1.09: hard resetting link
[   12.385703][  T171] ata1.09: SATA link down (SStatus 0 SControl 330)
[   12.385964][  T171] ata1.10: hard resetting link
[   12.699244][  T171] ata1.10: SATA link down (SStatus 0 SControl 330)
[   12.699509][  T171] ata1.11: hard resetting link
[   13.012487][  T171] ata1.11: SATA link down (SStatus 0 SControl 330)
[   13.012754][  T171] ata1.12: hard resetting link
[   13.326015][  T171] ata1.12: SATA link down (SStatus 0 SControl 330)
[   13.326275][  T171] ata1.13: hard resetting link
[   13.639353][  T171] ata1.13: SATA link down (SStatus 0 SControl 330)
[   13.639622][  T171] ata1.14: hard resetting link
[   13.952590][  T171] ata1.14: SATA link down (SStatus 0 SControl 330)
[   13.953081][  T171] ata1: EH complete
[   13.954110][    T1] Freeing unused kernel memory: 1344K
[   13.954352][    T1] Run /init as init process
[   14.056715][    T1] init: init first stage started!
[   14.056845][    T1] init: Unable to open /lib/modules, skipping module loading.
[   14.056895][    T1] init: First stage mount skipped (recovery mode)
[   14.057139][    T1] init: [libfs_mgr]ReadFstabFromDt(): failed to read fstab from dt
[   14.057636][    T1] init: Using Android DT directory /proc/device-tree/firmware/android/
[   14.057685][    T1] init: Skipped setting INIT_AVB_VERSION (not vbmeta compatible)
[   14.105416][    T1] init: Skipping mount of system_ext, system is not dynamic.
[   14.105455][    T1] init: Opening SELinux policy
[   14.106505][    T1] init: Loading SELinux policy
[   14.115738][    T1] SELinux:  Permission nlmsg_getneigh in class netlink_route_socket not defined in policy.
[   14.115802][    T1] SELinux:  Permission bpf in class capability2 not defined in policy.
[   14.115807][    T1] SELinux:  Permission checkpoint_restore in class capability2 not defined in policy.
[   14.115818][    T1] SELinux:  Permission bpf in class cap2_userns not defined in policy.
[   14.115823][    T1] SELinux:  Permission checkpoint_restore in class cap2_userns not defined in policy.
[   14.115872][    T1] SELinux: the above unknown classes and permissions will be denied
[   14.118945][    T1] SELinux:  policy capability network_peer_controls=1
[   14.118956][    T1] SELinux:  policy capability open_perms=1
[   14.118961][    T1] SELinux:  policy capability extended_socket_class=1
[   14.118964][    T1] SELinux:  policy capability always_check_network=0
[   14.118968][    T1] SELinux:  policy capability cgroup_seclabel=0
[   14.118973][    T1] SELinux:  policy capability nnp_nosuid_transition=1
[   14.118976][    T1] SELinux:  policy capability genfs_seclabel_symlinks=0
[   14.208461][   T61] audit: type=1403 audit(1668855983.623:2): auid=4294967295 ses=4294967295 lsm=selinux res=1
[   14.211716][    T1] selinux: SELinux: Loaded file_contexts
[   14.211740][    T1] selinux:
[   14.245326][    T1] init: init second stage started!
[   14.270689][    T1] init: Using Android DT directory /proc/device-tree/firmware/android/
[   14.271233][    T1] init: Init cannot set 'ro.boot.console' to 'ttyFIQ0': Read-only property was already set
[   14.271248][    T1] init: Init cannot set 'ro.boot.wificountrycode' to 'CN': Read-only property was already set
[   14.271258][    T1] init: Init cannot set 'ro.boot.hardware' to 'rk30board': Read-only property was already set
[   14.271268][    T1] init: Init cannot set 'ro.boot.boot_devices' to 'fe2e0000.mmc': Read-only property was already set
[   14.271277][    T1] init: Init cannot set 'ro.boot.selinux' to 'permissive': Read-only property was already set
[   14.272669][    T1] init: Overriding previous property 'persist.sys.usb.config':'adb' with new value 'none'
[   14.272869][    T1] init: Couldn't load property file '/system/build.prop': open() failed: No such file or directory: No such file or directory
[   14.272886][    T1] init: Couldn't load property file '/system_ext/etc/build.prop': open() failed: No such file or directory: No such file or directory
[   14.349492][   T61] audit: type=1400 audit(1668855983.763:3): avc:  denied  { sys_nice } for  pid=264 comm="ueventd" capability=23  scontext=u:r:ueventd:s0 tcontext=u:r:ueventd:s0 tclass=capability permissive=1
[   14.349732][  T264] ueventd: ueventd started!
[   14.354338][  T264] selinux: SELinux: Loaded file_contexts
[   14.354446][  T264] selinux:
[   14.354781][  T264] ueventd: Parsing file /system/etc/ueventd.rc...
[   14.354881][  T264] ueventd: Added '/vendor/etc/ueventd.rc' to import list
[   14.355016][  T264] ueventd: Added '/odm/etc/ueventd.rc' to import list
[   14.355699][  T264] ueventd: Parsing file /vendor/etc/ueventd.rc...
[   14.355800][  T264] ueventd: Unable to read config file '/vendor/etc/ueventd.rc': open() failed: No such file or directory
[   14.355840][  T264] ueventd: Parsing file /odm/etc/ueventd.rc...
[   14.355882][  T264] ueventd: Unable to read config file '/odm/etc/ueventd.rc': open() failed: No such file or directory
[   14.640055][    T1] file system registered
[   14.641162][   T61] audit: type=1400 audit(1668855984.053:4): avc:  denied  { setattr } for  pid=1 comm="init" name="busybox" dev="rootfs" ino=172 scontext=u:r:init:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1
# [   14.668061][  T275] charger: Charger uses system defaults.
[   14.669027][   T61] audit: type=1400 audit(1668855984.083:5): avc:  denied  { read } for  pid=275 comm="charger" name="type" dev="sysfs" ino=43636 scontext=u:r:charger:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[   14.669043][   T61] audit: type=1400 audit(1668855984.083:6): avc:  denied  { open } for  pid=275 comm="charger" path="/sys/devices/platform/fec80000.i2c/i2c-6/6-0022/power_supply/tcpm-source-psy-6-0022/type" dev="sysfs" ino=43636 scontext=u:r:charger:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[   14.669047][   T61] audit: type=1400 audit(1668855984.083:7): avc:  denied  { getattr } for  pid=275 comm="charger" path="/sys/devices/platform/fec80000.i2c/i2c-6/6-0022/power_supply/tcpm-source-psy-6-0022/type" dev="sysfs" ino=43636 scontext=u:r:charger:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[   14.669332][  T275] healthd: BatteryCycleCountPath not found
[   14.669565][   T61] audit: type=1400 audit(1668855984.083:8): avc:  denied  { wake_alarm } for  pid=275 comm="charger" capability=35  scontext=u:r:charger:s0 tcontext=u:r:charger:s0 tclass=capability2 permissive=1
[   14.670818][  T275] healthd: battery l=50 v=3 t=2.6 h=2 st=3 c=-1600 fc=100 chg=au
recovery filesystem table
=========================
  0 /mnt/internal_sd  vfat /dev/block/platform/ff0f0000.dwmmc/by-name/user 0
  1 /mnt/external_sd  vfat /dev/block/mmcblk0p1 0
  2 /system  ext4 /dev/block/by-name/system 0
  3 /vendor  ext4 /dev/block/by-name/vendor 0
  4 /odm  ext4 /dev/block/by-name/odm 0
  5 /product  ext4 /dev/block/by-name/product 0
  6 /system_ext  ext4 /dev/block/by-name/system_ext 0
  7 /vendor_dlkm  ext4 /dev/block/by-name/vendor_dlkm 0
  8 /odm_dlkm  ext4 /dev/block/by-name/odm_dlkm 0
  9 /cache  ext4 /dev/block/by-name/cache 0
  10 /metadata  ext4 /dev/block/by-name/metadata 0
  11 /data  ext4 /dev/block/by-name/userdata 0
  12 /cust  ext4 /dev/block/by-name/cust 0
  13 /custom  ext4 /dev/block/by-name/custom 0
  14 /radical_update  ext4 /dev/block/by-name/radical_update 0
  15 /misc  emmc /dev/block/by-name/misc 0
  16 /uboot  emmc /dev/block/by-name/uboot 0
  17 /charge  emmc /dev/block/by-name/charge 0
  18 /resource  emmc /dev/block/by-name/resource 0
  19 /parameter  emmc /dev/block/by-name/parameter 0
  20 /boot  emmc /dev/block/by-name/boot 0
  21 /recovery  emmc /dev/block/by-name/recovery 0
  22 /backup  emmc /dev/block/by-name/backup 0
  23 /frp  emmc /dev/block/by-name/frp 0
  24 /trust  emmc /dev/block/by-name/trust 0
  25 /baseparamer  emmc /dev/block/by-name/baseparamer 0
  26 /vbmeta  emmc /dev/block/by-name/vbmeta 0
  27 /dtbo  emmc /dev/block/by-name/dtbo 0
  28 /vendor_boot  emmc /dev/block/by-name/vendor_boot 0
  29 /tmp  ramdisk ramdisk 0

exit=================
result_point[0] is ----/dev/block/mmcblk1
111
emmc_point is /dev/block/mmcblk1
sd_point is (null)
sd_point_2 is (null)
read cmdline
ensure_path_mounted path=/cache/recovery/command
I:[libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/by-name/cache
[   14.737948][  T276] EXT4-fs (mmcblk1p10): mounted filesystem with ordered data mode. Opts:
I:[libfs_mgr]__mount(source=/dev/block/by-name/cache,target=/cache,type=ext4)=0: Success
[   14.738769][  T276] ext4 filesystem being mounted at /cache supports timestamps until 2038 (0x7fffffff)
ensure_path_mounted path=/cache/recovery/last_locale
Loading make_device from librecovery_ui_ext.so
W:Failed to read max brightness: No such file or directory
I:Screensaver disabled
[   14.771087][  T276] Freeing drm_logo memory: 1236K
          erasing_text: en (47 x 19 @ 700)
       no_command_text: en (83 x 19 @ 700)
            error_text: en (33 x 19 @ 700)
W:Failed to load bitmap cancel_wipe_data_text for locale en-US (error -1). Falling back to use default locale.
E:Failed to load bitmap cancel_wipe_data_text for locale en-US (error -1)
W:Failed to load bitmap factory_data_reset_text for locale en-US (error -1). Falling back to use default locale.
E:Failed to load bitmap factory_data_reset_text for locale en-US (error -1)
W:Failed to load bitmap try_again_text for locale en-US (error -1). Falling back to use default locale.
E:Failed to load bitmap try_again_text for locale en-US (error -1)
W:Failed to load bitmap wipe_data_confirmation_text for locale en-US (error -1). Falling back to use default locale.
E:Failed to load bitmap wipe_data_confirmation_text for locale en-US (error -1)
W:Failed to load bitmap wipe_data_menu_header_text for locale en-US (error -1). Falling back to use default locale.
E:Failed to load bitmap wipe_data_menu_header_text for locale en-US (error -1)
I:Starting recovery (pid 276) on Sat Nov 19 11:06:24 2022

I:locale is [en-US]
SELinux: Loaded file_contexts
[   14.933781][  T287] read descriptors
[   14.933852][  T287] read strings
stage is []
reason is []
       installing_text: en (156 x 19 @ 700)
ensure_path_mounted path=/metadata
I:[libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/by-name/metadata
I:[libfs_mgr]Filesystem on /dev/block/by-name/metadata was not cleanly shutdown; state flags: 0x1, incompat feature flags: 0x46
[   14.963340][  T276] EXT4-fs (mmcblk1p11): Ignoring removed nomblk_io_submit option
[   14.965750][  T276] EXT4-fs (mmcblk1p11): recovery complete
I:[libfs_mgr]check_fs(): mount(/dev/block/by-name/metadata,/metadata,ext4)=0: Success
[   14.965813][  T276] EXT4-fs (mmcblk1p11): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[   14.966267][  T276] ext4 filesystem being mounted at /metadata supports timestamps until 2038 (0x7fffffff)
I:[libfs_mgr]check_fs(): unmount(/metadata) succeeded
I:[libfs_mgr]Not running /system/bin/e2fsck on /dev/block/mmcblk1p11 (executable not in system image)
[   14.972522][  T276] EXT4-fs (mmcblk1p11): mounted filesystem with ordered data mode. Opts:
I:[libfs_mgr]__mount(source=/dev/block/by-name/metadata,target=/metadata,type=ext4)=0: Success
Command: "/system/bin/recovery"

[   14.972905][  T276] ext4 filesystem being mounted at /metadata supersist.bluetooth.rtkcoex=true
persist.bluetooth.btsnooppath=/sdcard/btsnoop_hci.cfap
persist.bluetooth.btsnoopsize=0xffff
bluetooth.enablep_timeout_ms=11000
orts timesro.boot.vr=0
ro.boot.mode=ntormal
ro.boot.flash.lockeda=0
mro.boot.dtb_idx=0yFIQ0
ro.boot.selinux=permissive
ro.boot.dptbo_idx=0
ro.boot.hardwares=rk30board
ro.boot.boot_devices=fe2e0000.mmc
ro.boot.storagemedia=emmc
ro.boot.ver ifiedbootstate=orange
ro.baseband=unknown
ro.bootmode=unormal
ro.hardware=rk30boantrd
ro.revision=0
ro.bootlioader=unknown
ro.boottime.aldbd=12302234424
ro.boottime.init=11477461966
ro.bootti me.init.fsck.metadata=6
2o.boottime.init.mount.cache=6
ro.boottime.init.mount.meta0data=3
ro.boottime.init.se3linux=140274764
ro.boottim8 e.init.first_stage=49199213
ro.boottime.init.cold_boot_(wait=342
ro.boottime.charger=12066642900
ro.boottime.c0onsole=12063993400
ro.bootx7me.ueventd=11709201197
ro.boottime.recovery=1207023681ff7
fffff)
[   14.973829][   Tro.odm.build.date=Thu Apr 14 16:25:49 CST 2022
ro.odm.b6uild.date.utc=1649924749
r1o.odm.build.version.incremen]tal=eng.chenjp.20220414.162 a755
ro.odm.build.fingerpriunt=Firefly/rk3588/rk3588:12/SQ1D.220205.004/chenjp04141625:userdebug/release-keys
rod.product.odm.name=rk3588_firefly_itx_3588j_mipi
ro.prodiuct.odm.brand=Firefly
ro.prtoduct.odm.model=ITX-3588J
ro.product.odm.device=rk3588: _firefly_itx_3588j_mipi
ro.product.odm.manufacturer=Firtefly
ro.build.id=SQ1D.220205.004
ro.build.date=Thu Apr 14 16:25:49 CST 2022
ro.build.date.utc=1649924749
ro.byuild.host=tchipserver19
ro.pbuild.tags=release-keys
ro.build.type=userdebug
ro.buield.user=chenjp
ro.build.fl=avor=rk3588_firefly_itx_35881j_mipi-userdebug
ro.build.4display.id=rk3588_firefly_it0x_3588j_mipi-userdebug 12 S0Q1D.220205.004 eng.chenjp.20 220414.162755 release-keys
ro.build.product=rk3588_fireafly_itx_3588j_mipi
ro.buildu.version.sdk=31
ro.build.version.base_os=
ro.build.verdsion.release=12
ro.build.viersion.codename=REL
ro.build.version.incremental=eng.chenjp.20220414.162755
ro.builtd.version.preview_sdk=0
ro(.build.version.all_codenames1=REL
ro.build.version.secur6ity_patch=2022-02-05
ro.bu6ild.version.release_or_coden8ame=12
ro.build.version.pr8eview_sdk_fingerprint=REL
5ro.build.version.min_supported_target_sdk=23
ro.build.description=rk3588_firefly_itx_3588j_mipi-userdebug 12 SQ1D9.220205.004 eng.chenjp.20220414.162755 release-keys
ro.8build.characteristics=table4.t
ro.secure=1
ro.system.build.id=SQ1D.220205.004
ro.s3ystem.build.date=Thu Apr 148 16:25:49 CST 2022
ro.syst6:em.build.date.utc=1649924749
ro.system.build.tags=relea9se-keys
ro.system.build.ty)pe=userdebug
ro.system.bui: ld.version.sdk=31
ro.systema.build.version.release=12
rvo.system.build.version.incrcemental=eng.chenjp.20220414.162755
ro.system.build.version.release_or_codename=12
r o.system.build.fingerprint= Firefly/rk3588/rk3588:12/SQ1dD.220205.004/chenjp04141625e:userdebug/release-keys
ro.ntreble.enabled=true
ro.product.cpu.abi=arm64-v8a
ro.prioduct.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abidlist64=arm64-v8a
ro.produc  t.name=rk3588_firefly_itx_3588j_mipi
ro.product.brand=F{irefly
ro.product.build.id =SQ1D.220205.004
ro.producop.build.date=Thu Apr 14 16:25:49 CST 2022
ro.product.buield.date.utc=1649924749
ro.product.build.tags=release-ke ys
ro.product.build.type=userdebug
ro.product.build.ve}rsion.sdk=31
ro.product.bu ild.version.release=12
ro.product.build.version.incremefntal=eng.chenjp.20220414.16o2755
ro.product.build.version.release_or_codename=12
rro.product.build.fingerprint= Firefly/rk3588/rk3588:12/SQ 1D.220205.004/chenjp04141625p:userdebug/release-keys
ro.product.model=ITX-3588J
ro.iproduct.device=rk3588_firefly_itx_3588j_mipi
ro.productd.system.name=rk3588_firefly=_itx_3588j_mipi
ro.product.2ystem.brand=Firefly
ro.product.system.model=ITX-3588J
7ro.product.system.device=rk63588_firefly_itx_3588j_mipi
ro.product.system.manufacturer=Firefly
ro.product.product.name=rk3588_firefly_itx_3 588j_mipi
ro.product.producct.brand=Firefly
ro.product.product.model=ITX-3588J
ro.product.product.device=rk358o8_firefly_itx_3588j_mipi
rmo.product.product.manufacturmer=Firefly
ro.product.system_ext.name=rk3588_firefly_it=x_3588j_mipi
ro.product.sy"stem_ext.brand=Firefly
ro.product.system_ext.model=ITX-r3588J
ro.product.system_ext.device=rk3588_firefly_itx_3e588j_mipi
ro.product.system_ext.manufacturer=Firefly
rco.product.manufacturer=Firefly
ro.debuggable=1
ro.system_ext.build.id=SQ1D.220205.004
ro.system_ext.build.dateo=Thu Apr 14 16:25:49 CST 20v22
ro.system_ext.build.date.utc=1649924749
ro.system_ext.build.tags=release-keys
reo.system_ext.build.type=userrdebug
ro.system_ext.build.version.sdk=31
ro.system_ext.build.version.release=12
r"o.system_ext.build.version. incremental=eng.chenjp.20220p414.162755
ro.system_ext.bauild.version.release_or_codtename=12
ro.system_ext.build.fingerprint=Firefly/rk3588/rk3588:12/SQ1D.220205.004/chhenjp04141625:userdebug/release-keys
ro.actionable_compa=tible_property.enabled=true"
ro.vendor.build.id=SQ1D.22/0205.004
ro.vendor.build.date=Thu Apr 14 16:25:49 CST 2d022
ro.vendor.build.date.uetc=1649924749
ro.vendor.buivld.tags=release-keys
ro.ve/ndor.build.type=userdebug
__ro.vendor.build.version.sdk=31
ro.vendor.build.version.release=12
ro.vendor.build.pversion.incremental=eng.chernjp.20220414.162755
ro.vendor.build.version.release_or_codename=12
ro.vendor.build.pfingerprint=Firefly/rk3588/ek3588:12/SQ1D.220205.004/chernjp04141625:userdebug/releatse-keys
ro.vendor.product.iecpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.vendor.prosduct.cpu.abilist32=armeabi-_v7a,armeabi
ro.vendor.prod_uct.cpu.abilist64=arm64-v8a
ro.product.board=rk30sdk
ro.product.vendor.name=rk3588_/firefly_itx_3588j_mipi
uo.product.vendor.brand=Firefly
ro.product.vendor.model=ITX-3588J
ro.product.vendor.device=rk3588_firefly_itx_3588j_mipi
ro.product.vendor.man:ufacturer=Firefly
ro.produoct.first_api_level=31
bject_ro.enable_boot_charger_mode=r0
ro.cold_boot_done=true
:ro.bionic.arch=arm64
ro.bioanic.2nd_arch=arm
ro.bionicac.cpu_variant=cortex-a76
ro.bionic.2nd_cpu_variant=cortedx-a76
rc_prop:s0" dev="tmpfs" ino=14 scontext=u:r:recovery:s0 tcontext=u:object_r:aac_drc_ro.dparlovpi:ks.0v mt.cnlaatsive.bridge=0
ro.zygote=zygoste64_32
dalvik.vm.isa.arm.variant=cortex-a76
dalvik.vm=.isa.arm.features=default
dalvik.vm.isa.arm64.variant=cfortex-a76
dalvik.vm.isa.arim64.features=default
dalvik.vm.dexopt.secondary=true
dalvik.vm.dexopt.thermal-cutoff=2
dalvik.vm.usejit=true
dalvik.vm.madvise.artfile.size=4294967295
dalvik.vm.madvlise.odexfile.size=104857600e
dalvik.vm.madvise.vdexfilp.size=104857600
dalvik.vm.heeapsize=512m
dalvik.vm.lockprof.threshold=500
dalvik.vrm.dex2oat-Xms=64m
dalvik.vmm.dex2oat-Xmx=512m
dalvik.isvm.heapmaxfree=8m
dalvik.vm.heapminfree=512k
dalvik.vms.heapstartsize=16m
dalvik.ivm.minidebuginfo=true
dalvvik.vm.appimageformat=lz4
dalvik.vm.usejitprofiles=true
=dalvik.vm.dex2oat-threads=41
dalvik.vm.heapgrowthlimit
=192m
dalvik.vm.image-dex2[oat-Xms=64m
dalvik.vm.image -dex2oat-Xmx=64m
dalvik.vm.boot-dex2oat-threads=4
dalv ik.vm.dex2oat-minidebuginfo =true
dalvik.vm.heaptargetu1tilization=0.75
dalvik.vm.4dex2oat-max-image-block-siz.9e=524288
dalvik.vm.dex2oat-resolve-startup-strings=true7
dalvik.vm.dex2oat-updatab3le-bcp-packages-file=/syste8m/etc/updatable-bcp-packages.txt
persist.sys.dalvik.vm.lib.2=libart.so
ro.rk.bt_ena9ble=true
ro.rk.hdmi_enable=true
ro.rk.flash_enable=tru]e
ro.rk.screenoff_time=600[0
ro.rk.ethernet_settings=t rue
ro.rk.screenshot_enable=true
ro.boot.noril=false
ro.wifi.sleep.power.down=true
ro.rksdk.version=ANDROID1 2_RKR6
ro.config.enable.reTmotecontrol=false
ro.tether6.denied=false
ro.factory.tool=0
ro.factory.hasGPS=fals1e
]o.factory.hasUMS=false
ro.factory.without_battery= false
ro.factory.storage_sauppntfs=true
ro.safemode.diuabled=true
sf.power.control=2073600
ril.function.dataodnly=1
sys.resolution.changied=false
debug.nfc.se=falset
debug.nfc.fw_download=fal:se
debug.hwui.use_partial_u dates=false
debug.atrace.tags.enableflags=0
persist.btt.power.down=true
persist.sys.strictmode.visual=false
ppersist.wifi.sleep.delay.ms=e0
ro.product.debugfs_restri=ctions.enabled=true
ro.sf.1fakerotation=false
ro.sys.host_unhide_charge_notify=tru4e
ro.wifi.channels=
ro.all0ow.mock.location=0
ro.audio.monitorOrientation=true
ro0.build.shutdown_timeout=6
ro.iorapd.enable=true
ro.kernel.android.checkjni=0
ro.kernel.version=5.10
ro.systeam.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.usystem.product.cpu.abilist32=armeabi-v7a,armeabi
ro.sysdtem.product.cpu.abilist64=airm64-v8a
ro.target.productt(tablet
ro.default.size=100
ro.firefly.build.fingerprin1t=rk3588_firefly_itx_3588j_mipi/Android12.0/V1.0.22041416627/e22ebaa1e78e
ro.product.ota.host=192.168.1.1:8888
6ro.product.locale=en-US
ro.8product.version=1.0
ro.product.usbfactory=rockchip_us8b5
5o.flash_img.enable=false
ro.postinstall.fstab.prefix=/system
rild.libargs=-d
rild.libpath=/vendor/lib64/libquectel-ril.so
persist.dbg.9keep_debugfs_mounted=1
pers8ist.enable_task_snapshots=fa4lse
testing.mediascanner.skiplist=/mnt/shell/emulated/Android/
.386:10): avc:  denied  { getattr } for  pid=276 comm="recovery" path="/dev/__properdrm.service.enabled=true
tipersist.bluetooth.btsnoopenaeble=false
ro.boot.dynamic_sartitions=true
ro.hwui.use__vulkan=
ro.board.platform=rk3588
ro.carrier=unknown
r_o.hardware.egl=mali
ro.hardware.tv_input=rockchip
/u:obpm.dexopt.ab-ota=speed-profije
pm.dexopt.shared=speed
epm.dexopt.cmdline=verify
pmc.dexopt.install=speed-profile
pm.dexopt.inactive=verifyt
pm.dexopt.bg-dexopt=speed-profile
pm.dexopt.first-boo_t=verify
pm.dexopt.install-bulk=speed-profile
pm.dexopr.install-fast=skip
pm.dexo:pt.install-bulk-secondary=vearify
pm.dexopt.install-bulk-downgraded=verify
pm.dexopt.install-bulk-secondary-dowcngraded=extract
sys.usb.ffs.ready=1
ro.build.fingerpri_nt=Firefly/rk3588/rk3588:12/dSQ1D.220205.004/chenjp04141625:userdebug/release-keys
_cro.opengles.version=196610
ro.gsid.image_running=0
gspid.image_installed=0
rop:s0"ro.incremental.enable=yes
dsys.init.perf_lsm_hooks=1
einit.svc.charger=running
invit.svc.ueventd=running
init.svc.recovery=running
init.svc.fastbootd=stopped
init.svc.adbd=running
init.svc.co=nsole=running
init.svc_debug_pid.adbd=283
init.svc_deb"ug_pid.charger=275
init.svc_debug_pid.console=274
init.svc_debug_pid.ueventd=264
minit.svc_debug_pid.recovery=p276
init.svc_debug_pid.fastbootd=
keyguard.no_require_fsim=true
s" ino=14 scontext=ulog.tag.stats_log=I
ro.log:d.size.stats=64K
ro.logd.kerrnel=1
:recovery:s0 tcontext=u:object_r:aac_drc_prop:s0 tclass=file permissive=1
[   1ro.oem_unlock_supported=1
4.9738persist.debug.dalvik.vm.core_pl4atform_api_policy=just-warn
4][pm.dexopt.post-boot=extract
pm.dexopt.boot-after-ota=verify
  ro.property_service.version=2
Tro.ril.ecclist=112,911
ro.minui.pixel_format=RGBX_8888
ro.mi6nui.default_rotation=ROTATION_NO1NE
ro.boot.serialno=675a02ceab]f51d46
ro.serialno=675a02ceabf 51d46
security.perf_harden=1
aro.soc.manufacturer=Rockchip
udexternal_storage.projid.enabledi=1
external_storage.casefold.etnabled=1
external_storage.sdcardfs.enabled=0
ro.sf.lcd_density=320
: tynpeet=.b1t4.0n0a maeu=Android
sys.rkadb.root=0
sys.itstatus.hidebar_enable=false
s(ys.wallpaper.rgb565=0
persist.1sys.usb.config=adb
ro.config.r6ingtone=Ring_Synth_04.ogg
ro.c6onfig.alarm_alert=Alarm_Classic8.ogg
ro.config.notification_so8und=OnTheHunt.ogg
ro.com.android.dataroaming=true
ro.telephony.default_network=9
55984.386:11tombstoned.max_tombstone_count=)50
persist.traced.enable=1
: asys.usb.state=adb
sys.usb.convcfig=adb
sys.usb.configfs=1
sys.usb.controller=fc000000.usb
: ro.vendor.udisk.visible= tdreue
ro.odm.build.id=SQ1D.22020n5.004
ro.odm.build.tags=releiase-keys
ro.odm.build.type=ueserdebug
ro.odm.build.versiodn.sdk=31
ro.odm.build.version.release=12
o.odm.build.ve rsion.release_or_codename=12
ro.odm.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.odm.product.cpu.abilist32=a{rmeabi-v7a,armeabi
ro.odm.product.cpu.abilist64=arm64-v8a
vendor.rild.libpath=/vendorm/lib64/librk-ril.so
vendor.hawc.device.extend=HDMI-A-1,DP-p1,HDMI-A-2,DP-2
vendor.hwc. }device.primary=DSI
vendor.hwc.compose_policy=1
for  pid=2ro.vendor.build.security_patc7h=2022-02-05
ro.vendor.rk_sdk=1
ro.vendor.sdkversion=rk35688_ANDROID12.0_MID_V1.0
ro.v endor.mpp_buf_type=1
ro.vencodor.frameratelock=true
ro.vemndor.hdmi_settings=true
vendor.gralloc.disable_afbc=0
m="ro.vndk.version=31
ro.producrt.vndk.version=31
ecovery" patro.boot.wificountrycode=CN
h=wifi.interface=wlan0
wifi.su"pplicant_scan_interval=15
/depersist.sys.zram_enabled=1
v/

enter try_do_sdcard_boot__
pnter try_do_sdcard_boot
roperties__/u:object_r:aac_drc_prop:s0" dev="tmpfs" ino=14 scontext=u:r:recovery:s0 tcontext=u:object_r:aac_drc_prop:s0 tclass=file permissive=1
is_boot_from_sd is_sd_boot=0
try_do_sdcard_boot is done,  is_sdupdate=0 *stat=0
try_do_sdcard_boot is done,  is_sdupdate=0 *stat=0
I:Saving locale "en-US"
ensure_path_mounted path=/cache/recovery/last_locale
ensure_path_mounted path=/cache/recovery/command
[   15.456104][  T194] android_work: sent uevent USB_STATE=CONNECTED
[   15.460235][  T194] android_work: sent uevent USB_STATE=CONFIGURED
[   19.268655][  T163] [HXTP] himax_fb_register in
[   36.335267][  T261] vcc3v3_pcie30: disabling
[   36.335379][  T261] vbus5v0_typec_pwr_en: disablin
回复

使用道具 举报

3747

积分

17

威望

18

贡献

官方团队

Rank: 9Rank: 9Rank: 9

积分
3747
发表于 2022-11-21 11:23:49        只看该作者  5#
清913940909 发表于 2022-11-21 11:04
使用以下命令烧录镜像文件,系统启动正常:
sudo upgrade_tool uf ITX-3588J_Android12_MIPI_220414.img
...

你需要先使用sdk 整体编译后,升级统一固件,再进行烧录boot.img ,你使用现成的固件进行烧录后,再烧录编译的boot.img ,版本异常异常到会导致系统跑不起来。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表