[Oberon] FPGA - Boot over serial line
Andreas Pirklbauer
andreas_pirklbauer at yahoo.com
Fri Oct 20 15:33:49 CEST 2017
> Again, it is easy to see how to use the code in
> ORTool.DecObj to write a command to output a bootfile
> in the format accepted by BootLoad.LoadFromLine.
This is now done as command Builder.WriteStream in module Builder
MODULE Builder;
(*
* Builder.Load M ~ # load (pre-linked) boot file M.bin onto boot area of the local disk
* Builder.WriteCode M.rsc M.code ~ # extract code section from object file and write it to output file
* Builder.WriteXilinx M.rsc 512 prom.mem ~ # extract code section from object file and write it as a Xilinx PROM file
* Builder.WriteStream M.code M.stream bs adr ~ # convert input file to stream format accepted by BootLoad.LoadFromLine
*)
...
END Builder.
at https://github.com/andreaspirklbauer/Oberon-building-tools
-AP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.inf.ethz.ch/pipermail/oberon/attachments/20171020/5816f25f/attachment.html>
More information about the Oberon
mailing list