Tag Archives: Realview ICE

RVDS Load Linux Kernel Script

用 RVDS 的時候, 如果只是要拿來 Load kernel,  可以用以下這個簡單的 script. 自動 connect 到 Realview ICE, load kernel , run, 再 disconnect.

connect “@MPCore_0@RVI”
stop
readfile,raw,nowarn “<path to >/bootpImage”=0x100000
WAIT=OFF
go
disconnect,nodebug “@MPCore_0@RVI”

bglobal, disable “data abort”
bglobal, disable “prefetch abort”

這二個指令在 Trace32 時, 就可以讓 Linux booting 起來, 但是這一招在 RealView ICE 似乎沒有用. 要 disconnect 之後, 進到 kernel 再 connect.

當有了 shell script 之後, 就可以不用進 RVDS 的 GUI mode 執行 load image 的指令

# rvdebug – b – inc=/home/load_kernel.inc

常常 load code 就很方便了.

ARM RealView ICE, RealView Trace 開箱文

最近公司買了 ARM Realview ICE 和 RealView Trace.
所以就照一照, 弄個開箱文. 這二台加起來超過 US$7,000.- 以上
RealView Development Suite Professional Floating License 要價 US$12,000.- 以上, 軟體果然比硬體貴多了
我猜 ARM 應該覺得大家都會用盜版呀….
Read more »