Customer Stories
Blog
How to Buy
Contact Us
About Digi
Leadership
Locations
Awards
Export Policy
Environment
Careers
Investor Relations
IoT Products and Services
Embedded Systems
Connect your devices with versatile modules and powerful single-board computers designed for rapid deployment and scalability.
Digi XBee Ecosystem
Digi XBee RF Modules
Digi XBee Cellular Modems
Digi XBee Gateways
Digi XBee Tools
System-on-Modules
Single Board Computers
IoT Development Kits
Networking Systems
Maintain a constant flow of data between your devices with secure cellular routers and gateways built for networks of various speeds and sizes.
Cellular Routers
Gateways
Infrastructure Management
Console Servers
Serial Connectivity
USB Connectivity
IoT Software and Services
IoT applications and world-class expertise to help you build and maintain secure projects for the Internet of Things.
Digi Remote Manager
Professional Services
Managed Connectivity Services
Implementation Services
Application Development
Wireless Design Services
TrustFence Security Framework
Featured
5G
FirstNet
Private LTE/CBRS
Zigbee
USB Over IP/AnywhereUSB
XCTU
Digi TrustFence
/
Built-in security framework for the IoT
SmartSense
Solutions
Solutions by Application
Contact Tracing
Public Transit
Traffic Management
Remote Worker
Kiosks and Digital Signage
Branch Networking
Positive Train Control (PTC)
More Applications
Solutions by Technology
The Journey to 5G
Cellular Failover
Edge Computing
FirstNet
Private LTE Based on CBRS
SD-WAN
Out-of-Band Management
Zigbee Wireless Mesh Networking
More Technologies
Solutions by Industry
Energy
Smart Cities
Medical
Industrial
Retail
Transportation
Resources
Resource Library
Webinars
Videos
White Papers
Datasheets
Examples and Guides
Project Gallery
More Resources
Recent News
Press Releases
News Coverage
Events
Security Center
Certifications
Support
Professional Services
Managed Connectivity Services
Implementation Services
Application Development
Support Forum
Product Returns (RMA)
Warranty Registration
Expert Support Login
Knowledge Base
Drivers
Firmware Updates
Documentation
Diagnostics, Utilities & MIBS
Embedded Patches
Sample Applications
Search
Remember
Register
Home
/
Support
/
Support Forum
/
Where is my uart? Digi Linux -> Yocto Linux
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(354)
Python
(972)
RF Solutions and XBee
(8,050)
Digi TransPort
(733)
Digi Connect Cellular
(418)
DAL
(2)
Embedded Devices
(4,067)
Android
(42)
NET+OS
(2,421)
Linux
(903)
Windows CE
(85)
Plug N' Play
(462)
Rabbit
(3,148)
Console Servers
(340)
Modbus and Industrial Automation
(235)
Realport
(581)
Serial Servers
(807)
Satellite Modules
(24)
USB
(1,223)
Serial Cards
(714)
ConnectPort Display
(54)
Feedback/Wish List
(87)
Other/Legacy
(338)
Where is my uart? Digi Linux -> Yocto Linux
0
votes
Hello,
I am chaning from Digi Embedded Linux to Yocto Linux. I created i using bitbake but now wondering, where do i find the previous used uarts?
Previously I used "/dev/ttySP4".
Thank you!
uart
yocto
linux
asked
Jan 24, 2017
in
Linux
by
Curby
New to the Community
(
2
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
try
dmesg | grep tty
should give you an idea
answered
Jan 24, 2017
by
LeonidM
Veteran of the Digi Community
(
3,902
points)
I think i have to update the device tree. But i cannot find the files:
Hardware fragments: arch/arm/boot/dts/digi/ccardimx2/*.dtsi
Board DTS: arch/arm/boot/dts/imx28-ccardimx28js.dts
This is what i get:
[ 0.000000] Kernel command line: console=ttyAMA0,115200 root=/dev/mtdblock3 rootfstype=jffs2 rw mtdparts=gpmi-nand:0x300000(Bstrm-U-Boot),0x80000@0x300000(NVRAM),0x500000@0x380000(Kernel),0xbe00000@0x880000(RootFS),0x2f80000@0xc680000(UserFS),0xa00000@0xf600000(Device-Tree)
[ 0.151709] 80074000.serial: ttyAMA0 at MMIO 0x80074000 (irq = 233) is a PL011 rev2
[ 0.426840] console [ttyAMA0] enabled
[ 0.763651] 8006a000.serial: ttyAPP0 at MMIO 0x8006a000 (irq = 231) is a 8006a000.serial
[ 0.778549] 8006c000.serial: ttyAPP1 at MMIO 0x8006c000 (irq = 232) is a 8006c000.serial
I found in the tmp directory some identical files of "arch/arm/boot/dts/imx28-ccardimx28js.dts"
I dont know which especialy its in the tmp-directory.
Please
log in
or
register
to add a comment.
...