readme

来自「bootup code for Barebone, it s useful fo」· 代码 · 共 39 行

TXT
39
字号
README ------Jun Sun10/16/2001What is it?A generic stand-alone MIPS program that can do printf on a standard UART.requirements:. CPU has CP0 structure (r4k compatible)Configure:. By default, the program is downloaded to 0xa0040000 and use a stack downward  from 0xa0100000 (1MB).  If you want to change this change it in the   Makefile. By default, the program turns off cache in kernel mode (CP0_CONFIG).. Change uart16550.c file to use the right parameters for the serial port.. Make sure you have the right prefix for cross toolsMake:. 'make elf' - make barebone.elf, an ELF image. 'make srec'  - S-record image. 'make bin'  - binary image. 'make' - make all three iamges. 'make clean'Test:You can link with test.c file and do some uart and printf testing.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?