bootloader: After setting the baud rate return to the advanced menu instead of the...
[nios2ecos.git] / bemicro / readme.txt
blob8c20ce1c4411bde901f2a09ee2e255433b7a79dc
1 This .sof+.ptf sample is for the Arrow/Hitex/Bemicro dongle.
3 http://www.arrownac.com/offers/altera-corporation/bemicro/
6 1. Build eCos & test cases:
8 sh build.sh
10 2. Configure sof:
12 nios2-configure-sof fpga.sof -r 
14 3. Run terminal
16 nios2-terminal
18 4. Start GDB server:
20 nios2-gdb-server --tcpport 1234 --tcppersist -r
22 5. Run test app:
24 nios2-elf-gdb install/tests/kernel/current/tests/tm_basic
25 target remote localhost:1234
26 load
27 continue
29 6. Admire eCos output
31 Regarding Linux: there are no Linux drivers for the dongle.
32 Using e.g. VirtualBox you can install the drivers. NB!
33 make sure to install programmer/setup.exe *before* you insert
34 the dongle and install drivers/*.inf afterwards.
36 Remember to use bridged networking in VirtualBox to be able to launch
37 GDB server