Skip to content

Commit

Permalink
added change of baud rate to 9600
Browse files Browse the repository at this point in the history
  • Loading branch information
Santigf12 committed Nov 28, 2024
1 parent ce258a7 commit 107f693
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
Remember to Initialize Submodules

```
git submodule update --init
```

To Grab the device defconfig

```
BR2_EXTERNAL=../f1c100-business-card make f1c100-business-card_defconfig
```
```

To save changes to the defconfig

```
make savedefconfig
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_F1C100_BUSINESS_CARD_PATH)/board/f1c100-bus
BR2_TARGET_GENERIC_HOSTNAME="f1c200s-SimpleSBC"
BR2_TARGET_GENERIC_ISSUE="Simple SBC Design for Future Projects"
BR2_TARGET_GENERIC_GETTY_PORT="/dev/ttyS0"
BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600=y
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_F1C100_BUSINESS_CARD_PATH)/board/f1c100-business-card/overlay"
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_F1C100_BUSINESS_CARD_PATH)/board/f1c100-business-card/post-image.sh"
BR2_LINUX_KERNEL=y
Expand Down

0 comments on commit 107f693

Please sign in to comment.