Skip to content

Commit

Permalink
FPGA Bootrom Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IveanEx committed Sep 22, 2024
1 parent 05a4d5d commit 054668d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion target/fpga/bootrom/src/bootrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void bootrom() {
uint64_t end_address;

char in_buf[8];
init_uart(16, 1);
init_uart(32, 1);

while (1) {
start_address = 0x80000000;
Expand Down
2 changes: 1 addition & 1 deletion target/fpga/sw/send_uart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else
FILE=$1
fi

stty -F /dev/ttyUSB1 cs8 1000000 ignbrk -brkint -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon crtscts
stty -F /dev/ttyUSB1 cs8 500000 ignbrk -brkint -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon crtscts

echo -n 2 > /dev/ttyUSB1

Expand Down
2 changes: 1 addition & 1 deletion target/rtl/bootrom/src/bootrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void bootrom()
uint64_t end_address;

char in_buf[8];
init_uart(16, 1);
init_uart(32, 1);

while (1)
{
Expand Down

0 comments on commit 054668d

Please sign in to comment.