B E L K Q u i c k S t a r t G u i d e
v . 1 . 0 . 9
[Fri Nov 15 11:41:15 2013] bora_run_impl finished
wait_on_run: Time (s): cpu = 00:00:00.43 ; elapsed = 00:00:08
. Memory (MB): peak = 589.242 ; gain = 3.996
Traceback (most recent call last):
File "fpga-bit-to-bin.py", line 25, in <module>
bitfile = open(args.bitfile, 'rb')
IOError: [Errno 2] No such file or directory:
'/home/user/bora/bora-build-20131115-nobk/bora.runs/bora_run_
impl/bora_design_wrapper.bit'
while executing
"exec $cmd fpga-bit-to-bin.py --flip
$proj_dir/bora.runs/bora_run_impl/bora_design_wrapper.bit
$proj_dir/bora.runs/bora_run_impl/bora_design_wrapper.bi..."
invoked from within
"if {$bitstream == "-bitstream"} {
puts "Generating BITSTREAM"
reset_run -quiet bora_run_impl
reset_run -quiet bora_run_synth
launch_runs -verbose ..."
(file "build_project.tcl" line 113)
Vivado%
please check the permissions of the
/home/user/.Xilinx
directory and make sure that the actual user has full access to
that directory:
$ ll -d /home/user/.Xilinx/
drwxrwxrwx 6 root root 4096 Apr 17 2013 /home/user/.Xilinx//
4.10
Q: How can I configure the BORA/BORAX
system to boot from network?
A:
booting from network is very helpful during the software
development (both for kernel and applications). The kernel and
device tree binary images are downloaded via TFTP while the
root file system is remotely mounted via NFS from the host. It
is assumed that the development host:
●
is connected with the target host board through an Ethernet LAN
●
exports the directory containing the root file system for the target
through the NFS server
●
runs a TFTP server.
●
has a proper subnet IP address
If your system does not match this configuration, just change
March, 2016
63/66