mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
Update ReadMe file for we use the binaries of boot sector directly instead of building it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9559 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dc9624aa55
commit
4b37cc04b7
@ -22,10 +22,7 @@ To build DUET image, following tools are required:
|
|||||||
3). run "build -p DuetPkg\DuetPkg.dsc -a IA32" for IA32 architecture platform or
|
3). run "build -p DuetPkg\DuetPkg.dsc -a IA32" for IA32 architecture platform or
|
||||||
"build -p DuetPkg\DuetPkg.dsc -a X64" for X64 architecture platform.
|
"build -p DuetPkg\DuetPkg.dsc -a X64" for X64 architecture platform.
|
||||||
|
|
||||||
2.2 Build BootSector
|
2.2 Execute post build actions
|
||||||
1). run "build -p DuetPkg\DuetPkg.dsc -m DuetPkg\BootSector\BootSector.inf -a IA32"
|
|
||||||
|
|
||||||
2.3 Execute post build actions
|
|
||||||
1). enter <Workspace>\DuetPkg directory.
|
1). enter <Workspace>\DuetPkg directory.
|
||||||
2). run "PostBuild.bat IA32" for IA32 architecture platform or
|
2). run "PostBuild.bat IA32" for IA32 architecture platform or
|
||||||
"PostBuild.bat X64" for X64 architecture platform.
|
"PostBuild.bat X64" for X64 architecture platform.
|
||||||
@ -85,10 +82,7 @@ B. Build DUET image on Linux Platform
|
|||||||
3). run "build -p DuetPkg/DuetPkg.dsc -a IA32 -t UNIXGCC" for IA32 architecture platform or
|
3). run "build -p DuetPkg/DuetPkg.dsc -a IA32 -t UNIXGCC" for IA32 architecture platform or
|
||||||
"build -p DuetPkg/DuetPkg.dsc -a X64 -t UNIXGCC" for X64 architecture platform.
|
"build -p DuetPkg/DuetPkg.dsc -a X64 -t UNIXGCC" for X64 architecture platform.
|
||||||
|
|
||||||
2.2 Build BootSector
|
2.2 Execute post build actions
|
||||||
1). run "build -p DuetPkg/DuetPkg.dsc -m DuetPkg/BootSector/BootSector.inf -a IA32 -t UNIXGCC"
|
|
||||||
|
|
||||||
2.3 Execute post build actions
|
|
||||||
1). enter /R9_tree/DuetPkg directory.
|
1). enter /R9_tree/DuetPkg directory.
|
||||||
2). run "./PostBuild.sh IA32" for IA32 architecture platform or
|
2). run "./PostBuild.sh IA32" for IA32 architecture platform or
|
||||||
"./PostBuild.sh X64" for X64 architecture platform.
|
"./PostBuild.sh X64" for X64 architecture platform.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user