mmc

MMC crash in windows 10

∥☆過路亽.° 提交于 2019-12-08 14:02:48
问题 On my Windows 10, mmc.exe crashes when I try to add the certificate snap-in. When I click "Ok" after having added the snap-in (computer account, local computer) the message: "Microsoft Management Console has stopped working" and I am offered a debug option. There are no further error messages. I have tried to run "sfc /scannow" and found nothing to repair. 回答1: The MMC is crashing because of the SqlManager.dll from SQLServer 2014 RTM ( 2014.0120.2000.08 ((SQL14_RTM).140220-1924 ) ) **********

uboot的常用命令及用法

我是研究僧i 提交于 2019-12-03 20:12:37
uboot是bootloader的一种,主要是用于引导内核启动. uboot除此功能外, 还带有很多其它功能. 功能是通过命令来调用. uboot的命令: help //列出当前uboot所有支持的命令 help 命令 //查看指定命令的帮助 reset //重启uboot bootm //用于启动内核 用法: bootm 0x42000000 //从内存地址0x42000000启动内核, 启动前需把内核镜像uImage存放到指定的内存地址 printenv //打印所有环境变量的值 printenv 环境变量名 //查看指定的环境变量值 常用环境变量: bootdelay // uboot启动后, 倒计时多少秒后自动执行环境变量bootcmd的语句 bootcmd // 倒计时到0后,自动执行里面的语句 bootargs // 是用于提供给内核的启动参数语句 setenv //设置/修改/删除环境变量的值 用法: setenv 环境变量名 //删除指定的环境变量 setenv myargs "hello" //设置环境变量myargs=hello, 如果环境变量没有会创建出来,如果已存则会修改它的值 saveenv //保存环境变量,环境变量修改过后必须执行此命令才可以保存起来,否则重启后环境变量就恢复了. loady //用于从uart线下载文件到板上内存里(loadb,

remote sc OpenSCManager query failed 5 access denied

无人久伴 提交于 2019-12-03 11:07:01
I'm writing a script that periodically checks that certain services are running on remote workstations. I'm having a devil of a time getting an "SC \workst1 query" command working from one test machine to another. Both machines are running XP pro SP3. Neither is part of a domain. Both are in the same workgroup, and the administrator accounts have the same passwords. I keep getting the "[SC] OpenSCManager FAILED 5: Access is denied" message, from either workstation to the other. I have tried using elevated privileges on both. Windows firewall software is turned off. There are no messages are

How to read the SD Card ID number?

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: How can I programatically read the SD Card's CID register, which contains a Serial Number and other information? Can I do it through Android Java, or Native code? Thanks in advance, Eric 回答1: Here is sample code for getting SID and CID if (isExteranlStorageAvailable()) { try { File input = new File("/sys/class/mmc_host/mmc1"); String cid_directory = null; int i = 0; File[] sid = input.listFiles(); for (i = 0; i 回答2: I managed to find my SD card CID by plugging my phone to my computer via usb and using the adb tool (Android SDK) $ adb shell #

MULE MMC Business Events使用记录

匿名 (未验证) 提交于 2019-12-03 00:30:01
Business events information can include transaction execution time, errors, and results (successful completion or failure), and message payload information, which you can customize using Mule Expression Language (MEL). via谷歌翻译:Business Events信息可以包括事务执行时间,错误和结果(成功或失败)以及消息有效负载信息,可以使用Mule表达式语言(MEL)自定义信息。 Mule makes it possible to set up custom events to capture specific payload information for later tracking and analysis at runtime. Also, some default events are automatically generated by Mule servers. For MMC users, to track and analyze default events at runtime, you must first enable event

制作emmc 烧录文件

匿名 (未验证) 提交于 2019-12-02 23:36:01
量产需要统一使用烧录器烧录, 需要制作统一的 emmc 烧录文件,主要升级步骤如下: 工具: ISP tool; winhex ; checksum , mboottnize ; U盘(大于主板 EMMC 大小,mmc大小可以使用mmc size查看) 文件: USB 升级文件 MstarUpgrade.bin, mboot.bin, rom_emmc_boot.bin 注意需要使用解密过的主板(MSTV_Tool解密后使用ISP_Tools烧录mboot) 一. 母片需要擦除emmc 中不需要的信息, 需要先擦空emmc. 在mboot 下执行命令: cleanallenv / 清除当前的内存和 MPOOL DB 中数据 / mmc erase / 擦除 EMMC / du / 停掉串口 / 或者使用以下方法,可以跳过第二步(此操作可能不太标准): 1) 开机,恢复出厂设置(将剩余分区都分给userdata) 2) 进mboot擦除分区: cleanallenv mmc erase.p factorydata mmc erase.p userdata 二. 使用 ISP tool 烧录 mboot.bin 和 rom_emmc_boot.bin. 具体烧录方法可以参考mstar 官方文件.(该两个文件是本地编译出来的,或者服务器编译的aosp_almond_dtmb-ota

eMMC驱动分析

匿名 (未验证) 提交于 2019-12-02 22:56:40
作者:Aningsk ,本作品采用 知识共享署名-非商业性使用-相同方式共享 3.0 未本地化版本许可协议 基于ATMEL-sama5d3芯片与Linux-3.6.9内核。 SD卡系列简介 这些都是网上找出来的,权当作为开场白了。 MMC卡全称Multi Media Card,由西门子公司和SanDisk公司1997年推出的多媒体记忆卡标准。MMC卡尺寸为32mm x24mm x 1.4mm,它将存贮单元和控制器一同做到了卡上,智能的控制器使得MMC保证兼容性和灵活性。MMC卡具有MMC和SPI两种工作模式,MMC模式是默认工作模式,具有MMC的全部特性。而SPI模式则是MMC协议的一个子集,主要用于低速系统。 SD卡全称Secure Digital Memory Card,由松下、东芝和SanDisk公司于1999年8月共同开发的新一代记忆卡标准,已完全兼容MMC标准。SD卡比MMC卡多了一个进行数据著作权保护的暗号认证功能,读写速度比MMC卡快4倍。尺寸为32mm x 24mm x2.1mm,长宽和MMC卡一样,只是比MMC卡厚了0.7mm,以容纳更大容量的存贮单元。SD卡与MMC卡保持向上兼容,也就是说,MMC卡可以被新的设有SD卡插槽的设备存取,但是SD卡却不可以被设有MMC插槽的设备存取。 SDIO全称Secure Digital Input and Output

iTOP-4412开发板-Android-擦出用户配置信息

南楼画角 提交于 2019-11-30 11:54:00
基于迅为iTOP-4412开发板 一.emmc 格式化语句含义 fdisk -c 0 分区命令的参数是“1”,代表是 TF 卡,参数是“0”,代表是 EMMC。 fatformat mmc 0:1 格式化 fat 文件系统,也就是默认最大的用户存储空间。 ext3format mmc 0:2 格式化 Android 镜像文件 ext3format mmc 0:3 格式化 Date 和 Cache 分区。 ext3format mmc 0:4 格式化临时文件保存区域。 二.清除配置信息 如果想清除配置信息的话我们只需要在开发板进入 uboot 模式,输入 ext3format mmc 0:3 和 ext3format mmc 0:4 这俩条命令,并在 cmd 工具里面输入 fastboot -w,fastboot reboot 俩条命令即可清除成功。 来源: https://www.cnblogs.com/mingyue77/p/11582432.html

MOSS :: Event 6398, 6482, 7076 & IIS MMC no response

邮差的信 提交于 2019-11-29 18:41:22
MOSS :: Event 6398, 6482, 7076 & IIS MMC no response SharePoint 常见的错误并伴随 IIS MMC 没反应,需要重新启动 IIS 或重新开机等等… 这是 IIS 导致的问题,可使用下列 KB & Hotfix 资讯 http://support.microsoft.com/default.aspx?scid=kb;EN-US;946517 http://blogs.technet.com/stefan_gossner/archive/2008/03/15/moss-common-problem-events-5325-4958-6398-listed-in-the-event-log-and-or-iis-mmc-not-responding.aspx 另外,如果是在 Windows Server 2008 要解决此 Hotfix 安装问题可参考: http://www.dotblogs.com.tw/angi/archive/2009/06/02/8640.aspx 原文: 大专栏 MOSS :: Event 6398, 6482, 7076 & IIS MMC no response 来源: https://www.cnblogs.com/petewell/p/11526664.html

Linux

你。 提交于 2019-11-29 07:08:05
SD卡在Linux下/dev下的设备名叫mmcblk, SD / MMC 卡的设备构造差不多, MMC 是 SD 的前身,SD/MMC 的驱动通用,进一步的,Linux 的设备节点就延续了 MMC 的这个名字,后面的 blk 是块设备这个英文的简写, mmcblk 也就是“ mmc/sd 块设备”。 来源: https://www.cnblogs.com/yangxingsha/p/11462709.html