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
Digi XBee RF Modules
Digi XBee Cellular Modems
System-on-Modules
Single Board Computers
NETWORKING
Cellular Routers
Gateways
RF Adapters and Modems
Console Servers
Serial Connectivity
USB Connectivity
IoT PLATFORM
Digi Remote Manager
Digi XBee Configurator (XCTU)
TrustFence Security
IoT SERVICES
Wireless Design Services
Professional Services
FEATURED
Digi XBee
Zigbee
XCTU
4G LTE
AnywhereUSB
Routers
ConnectCore
//
SEE ALL KEYWORDS
DIGI TRUSTFENCE
/
Built-in security framework for the IoT
SMARTSENSE
INDUSTRIES
ENERGY
C&I Metering
Demand Response
Digital Oil Field
Renewable Energy
Smart Grid
Tank Monitoring
SMART CITIES
Intelligent Lighting
Rail
Bus
Security
Traffic Management
Water & Wastewater
MEDICAL
Components for Medical Devices
Outpatient Care Devices
INDUSTRIAL
Precision Agriculture
Manufacturing Automation
RETAIL
Branch Office Networking
Digital Signage and Kiosk
Gaming
Secure ATM
TRANSPORTATION
Fleet
Heavy Machinery
Public Transit
Rail
RESOURCES
Documentation
Resource Library
Standards and Technology
Blog
Videos
News
Training and Events
Certifications
Security Center
GitHub Repository
Examples and Guides
Project Gallery
Customer Stories
SUPPORT
Support Services
Support Forum
Product Returns (RMA)
Warranty Registration
Expert Support Login
Knowledge Base
Drivers
Firmware Updates
Documentation
Diagnostics, Utilities & MIBS
Embedded Patches
Sample Applications
Search
Important Verizon upgrade notice for cellular product users
x
Home
/
Support
/
Knowledge Base
/
Where to find U-Boot source code in Digi Embedded Yocto
Where to find U-Boot source code in Digi Embedded Yocto
After installing Yocto, you first need to build/bitbake a project for your platform.
Then just search in your $/(WORKSPACE)/$(PROJECT) directory,
for specific files which are typically in u-boot source directory during compilation, e.g.:
# find ~/workspace/ccimx6sbc/tmp -name cmd_bootm.\*
It will point you to:
tmp/work/ccimx6sbc-dey-linux-gnueabi/u-boot-dey/2013.04-r0/git/common/cmd_bootm.o
tmp/work/ccimx6sbc-dey-linux-gnueabi/u-boot-dey/2013.04-r0/git/common/cmd_bootm.c
So, you may modify U-Boot sources in:
tmp/work/ccimx6sbc-dey-linux-gnueabi/u-boot-dey/2013.04-r0/git/* and subdirs
to get them compiled during next bitbake
Last updated: Aug 08, 2017
Recently Viewed Articles
No recently viewed articles