loadlinux
来自「linux下的jtag调试软件」· 代码 · 共 25 行
TXT
25 行
# reload the debug handlerstop loadic /home/jpilet/jtag-usb/debugHandler/debug_handler.bin 0 miniboot/home/pxa/work/freq/chspeedwait# set to 0 the usb connectput 40e00028 10# load the kernel and the initrdload /home/jpilet/linux/linux/arch/arm/boot/zImage a1000000load /home/pxa/work/linux/initrd.ext2-busybox.gz a2000000# set the correct parameters for the kernelregister 0 0# it's an armonie machineregister 1 108register 2 a2000000# boot the kernelregister 15 a1000000continue
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?