arm: working bootloader, example app
'make' will produce two outputs: - bootloader.elf to be loaded into the bitstream - app.bin to be loaded through the programmer Loading app.bin is as simple as: - reset the board - `python3 prog.py app.bin`
This commit is contained in:
7
arm/uart.h
Normal file
7
arm/uart.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "xuartlite.h"
|
||||
|
||||
extern XUartLite* uart0;
|
||||
|
||||
void InitUarts();
|
Reference in New Issue
Block a user