Get More Out of "Das U Boot"

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Get more out of "Das U Boot" · umiddelb/armhf Wiki · GitHub https://github.com/umiddelb/armhf/wiki/Get-more-out-of-"D...

Document your code Dismiss

Every project on GitHub comes with a version-


controlled wiki to give your documentation the
high level of care it deserves. It’s easy to create
well-maintained, Markdown or rich text
documentation alongside your code.

Sign up for free See pricing for teams and enterprises

Get more out of "Das U Boot"


ioft edited this page Sep 15, 2017 · 41 revisions

1 of 3 06/05/2019 à 13:58
Get more out of "Das U Boot" · umiddelb/armhf Wiki · GitHub https://github.com/umiddelb/armhf/wiki/Get-more-out-of-"D...

Synopsis Pages 13

Find a Page…
The majority of recent ARM based
devices use "Das U-Boot" (u-boot) to load Home
and start the Linux kernel. Many vendors
Get Docker up and running
focus on an end-user friendly u-boot on the RaspberryPi (ARMv6)
configuration. If you need more flexibility, in four steps (Wheezy)
it is worth a deeper look into the u-boot Get Docker up and running
internal structure on the RaspberryPi (ARMv6)
in three steps
The people from the ODROID Magazine
Get more out of "Das U
kindly published this artice in their Boot"
2015-11 issue.
How To compile a custom
Linux kernel for your ARM

What is u-boot? device

Install CompuLab Ubuntu


12.04 on USB
U-boot is a boot loader similar to lilo or
grub, but is specifically designed for Install Fedora 21 on ARMv7
(ODROID C1)
embedded devices. U-boot is maintained
by denx and published under the GNU Install percona server on
ubuntu ARM
General Public License version 2
(GPL-2.0+). Compared to grub, u-boot Install Ubuntu Core 14.04 on
doesn’t offer a high level of ARMv7 (ODROID C1)
selfconfiguration or end-user friendliness, Installing Ubuntu 14.04 on
but it does offer a much smaller footprint. the utilite computer from
scratch
The most convenient way to interact with
Installing, running, using
u-boot is via serial console. Many ARM docker on armhf (ARMv7)
devices offer serial access via USB, devices
which makes it easy to manage console OwnCloud 8.1 Docker armhf
access. Just connect the serial console
via USB to another Linux box, and you Setting up hostapd on the
utilite
have remote serial access to your ARM
device. To do so, log in to your Linux box
Clone this wiki locally
via ssh and open the serial connection via
minicom(1): https://github.com/umiddelb/armhf.wiki.git

sudo minicom -b 115200 -D

2 of 3 06/05/2019 à 13:58
Get more out of "Das U Boot" · umiddelb/armhf Wiki · GitHub https://github.com/umiddelb/armhf/wiki/Get-more-out-of-"D...

3 of 3 06/05/2019 à 13:58

You might also like