x /nuf [addr] 显示线性地址(Linear Address)的内容
xp /nuf [addr] 显示物理地址(Physical Address)的内容
参数 n 显示的单元数
参数 u 每个显示单元的大小,u可以是下列之一:
b BYTEh WORDw DWORDg DWORD64
注意: 这种命名...
kerne:NXP官方4.9.123
硬件:天嵌IMX6Q_coreC
1.到官网下载驱动源码解压
2.修改源码目录下的Makefile
###################### Platform Related #######################
CONFIG_PLATFORM_I386_PC = n
CONFIG_PLATFORM_ANDROID_X86 = n
...
Signature Creator for NXP Cortex-M Devices
Algorithm for creating the checksum
The reserved Cortex-M3 exception vector location 7 (offset 0x001C in the vector table)
should contain the 2’s complement of the check-sum of t...