会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JustRelax
~~~~~~~~~~~~~~~~~~~~挑灯夜战!
博客园
首页
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
11
下一页
2016年12月8日
arm_v8 简介
摘要: 一、层级划分 ARMv8-A架構定義了四個例外層級,分別為EL0到EL3,其中數字越大代表特權(privilege)越大。 ARMv8-A架構定義了四個例外層級,分別為EL0到EL3,其中數字越大代表特權(privilege)越大。 EL3: TrustZone® monitor mode 要提升到
阅读全文
posted @ 2016-12-08 21:19 JustRelax
阅读(626)
评论(0)
推荐(0)
2016年11月13日
常用arm cp15指令
摘要: 1 MMU 打开/关闭 @ Disable MMUMRC p15, 0, r1, c1, c0, 0 @ Read Control Register configuration dataBIC r1, r1, #0x1MCR p15, 0, r1, c1, c0, 0 @ Write Control
阅读全文
posted @ 2016-11-13 20:30 JustRelax
阅读(506)
评论(0)
推荐(0)
2016年10月26日
optee 下载和编译
摘要: sudo apt-get install uuid-dev libc6:i386 libstdc++6:i386 libz1:i386
阅读全文
posted @ 2016-10-26 20:34 JustRelax
阅读(613)
评论(0)
推荐(0)
2016年10月19日
openssl genrsa key command
摘要: openssl genrsa -out pri.pem 2048. openssl rsa -inform PEM -in pri.pem -outform D -out pri.der openssl rsa -pubout -inform DER -in pri.der -outform D -
阅读全文
posted @ 2016-10-19 21:34 JustRelax
阅读(193)
评论(0)
推荐(0)
2016年10月7日
ubuntu gcc安装
摘要: 1 x86_64 gcc 1 apt-get install build-essential 如果报错: rm -rf /var/cache/apt/lists/ 然后再重新执行apt-get install bulid-essential 来安装gcc。 2 安装mips-linux交叉编译工具链
阅读全文
posted @ 2016-10-07 13:19 JustRelax
阅读(430)
评论(0)
推荐(0)
virtualbox ubuntu 装机完后的基本配置
摘要: 前言:ubuntu 系统安装请看另外一篇文章。本文只讲基础系统配置。 (一) 配置root密码: sudo passwd root (二) 网络配置 1.0 下面配置前请确保ssh dns等已经安装。否则/etc/network/interfaces 按原配置。才能(网络地址转换NAT)通过宿主机联
阅读全文
posted @ 2016-10-07 11:39 JustRelax
阅读(216)
评论(0)
推荐(0)
2016年10月6日
ubuntu install on virtualbox
摘要: 1 download 1.1 download virtualbox: http://download.virtualbox.org/virtualbox/5.1.6/VirtualBox-5.1.6-110634-Win.exe 1.2 download ubuntu iso: http://re
阅读全文
posted @ 2016-10-06 23:15 JustRelax
阅读(134)
评论(0)
推荐(0)
newlib 编译 使用
摘要: 1 newlib download 1.1 ftp server: ftp://sourceware.org/pub/newlib/index.html 1.2 document: ftp://sourceware.org/pub/newlib/libc.pdf 1.3 toolchain: htt
阅读全文
posted @ 2016-10-06 22:11 JustRelax
阅读(1221)
评论(0)
推荐(0)
2016年9月24日
About openssl der format Leading zero
摘要: https://msdn.microsoft.com/en-us/library/windows/desktop/bb540806(v=vs.85).aspx Integer values are encoded into a TLV triplet that begins with a Tag v
阅读全文
posted @ 2016-09-24 14:27 JustRelax
阅读(227)
评论(0)
推荐(0)
右键添加Cygwin
摘要: 第一步:修改windows注册表 1·win+R,输入regedit,回车,打开注册表编辑器; 2·找到HKEY_CLASSES_ROOT\Directory\Background\shell; 3·右键点击shell,“新建”->“项”,名字是要显示在右键菜单中的,可以随便写。这里写“OpenCy
阅读全文
posted @ 2016-09-24 11:19 JustRelax
阅读(186)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
11
下一页
公告