readme

来自「U-boot源码 ARM7启动代码」· 代码 · 共 19 行

TXT
19
字号
Written by Thomas.Lange@corelatus.com 010805To make a system for gth that actually works ;-)the variable TBASE needs to be set to 0,1 or 2depending on location where image is supposed tobe started from.E.g. make TBASE=10: Start from RAM, base 01: Start from flash_base + 0x100702: Start from flash_base + 0x30070When using 1 or 2, the image is supposed to be launchedfrom miniboot that boots the first U-Boot image found inflash.For miniboot code, description, see www.opensource.se

⌨️ 快捷键说明

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