Compare commits

..

2 Commits

Author SHA1 Message Date
zzh
d8c2cf152d change boot pic eplayer 2026-05-06 13:57:03 +08:00
zzh
37b3b54b50 change localtime 2026-05-06 13:56:43 +08:00
6 changed files with 3 additions and 3 deletions

View File

@ -281,7 +281,7 @@ static void aicfb_video_init(struct udevice *dev)
uc_priv->fb = (void *)priv->fb_start;
uc_priv->fb_size = dt->stride * dt->height;
memset(uc_priv->fb, 0xFF, uc_priv->fb_size);
memset(uc_priv->fb, 0, uc_priv->fb_size);
flush_dcache_range(priv->fb_start, priv->fb_start + uc_priv->fb_size);
#endif
}

View File

@ -1 +1 @@
/opt/linuxOS_D21X/target/d211/ota/image_cfg.json
/opt/linuxOS_D21X/target/d211/demo128_nand/image_cfg.json

View File

@ -7,7 +7,7 @@ BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TARGET_GENERIC_HOSTNAME="ArtInChip-Device"
# BR2_TARGET_ENABLE_ROOT_LOGIN is not set
BR2_TARGET_TZ_INFO=y
BR2_TARGET_LOCALTIME="Asia/Shanghai"
BR2_TARGET_LOCALTIME="UTC"
BR2_ROOTFS_POST_IMAGE_SCRIPT="target/d211/common/post-image.sh"
# BR2_TARGET_GENERIC_GETTY is not set
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 33 KiB