From 57d7f77d989a355a2104541ec0a52a1efe3f7176 Mon Sep 17 00:00:00 2001 From: Devin Date: Wed, 11 Dec 2024 15:56:28 -0700 Subject: [PATCH] Revert "added change of baud rate to 9600" This reverts commit 107f6934154e2aed634718488b3dc6e374eef1ac. --- README.md | 10 +--------- .../configs/f1c100-business-card_defconfig | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 44ccc82..84d40a9 100644 --- a/README.md +++ b/README.md @@ -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 -``` +``` \ No newline at end of file diff --git a/Software/f1c100-business-card/configs/f1c100-business-card_defconfig b/Software/f1c100-business-card/configs/f1c100-business-card_defconfig index ccfe6ca..f052f1b 100644 --- a/Software/f1c100-business-card/configs/f1c100-business-card_defconfig +++ b/Software/f1c100-business-card/configs/f1c100-business-card_defconfig @@ -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