Remember
Register
Home
/
Support
/
Support Forum
/
Optimize Boot time
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
(383)
Python
(1,016)
RF Solutions and XBee
(8,416)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,162)
Android
(45)
NET+OS
(2,444)
Linux
(954)
Windows CE
(86)
Plug N' Play
(466)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
Optimize Boot time
0
votes
Hi:
I would like to disable some features during boot up which will (i think) will help to reduce Boot time. Below features are not require.
CAMERA
Bluetooth
Wifi
CanBus
Any others?
Please let me know if i can disable it in the Yocto build?
like this?
DISTRO_FEATURES_remove="bluetooth"
Am i correct? How about WIFI?
Regards
Simon
yocto
asked
Oct 11, 2021
in
Linux
by
simonongsk
New to the Community
(
4
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
if you do not need wireless or BT, why not use a non-wireless module? Or you can just use a device tree for a non-wireless module and it will not include drivers for the radio. The easiest way to disable drivers you do not use is via device tree.
answered
Oct 16, 2021
by
LeonidM
Veteran of the Digi Community
(
4,411
points)
Yes. I know it. At the moment I have the 6+ Dev Board. Do you have any board similar to 6+ minus BT and wireless?
We do have the cc-mx-ll7c-ml non-wireless cc6+ variant. Please contact your local digi sales representative for more details on how to purchase it.
Some details on this particular P/N: ConnectCore i.MX6DualPlus, Extended Commercial, 800 MHz,-25 to 85C 4 GB flash, 1 GB DDR3, Ethernet, excludes MCA, excludes secure element
Please
log in
or
register
to add a comment.
...