Skip to content

Commit

Permalink
Revert "added change of baud rate to 9600"
Browse files Browse the repository at this point in the history
This reverts commit 107f693.
  • Loading branch information
devinatkin committed Dec 11, 2024
1 parent 3bbda5a commit 57d7f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
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_9600=y
BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=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 57d7f77

Please sign in to comment.