Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How Banana Pi compiles Bootup u-boot

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Today I'll show you how Banana Pi compiles Bootup u-boot. The content of the article is good. Now I would like to share it with you. Friends who feel in need can understand it. I hope it will be helpful to you. Let's read it along with the editor's ideas.

1. Compile u-boot

$git clone git://github.com/linux-sunxi/u-boot-sunxi.git

$make Cubieboard2_config

$make

2. Burn u-boot

$dd if=/dev/zero of=/dev/sdb bs=1M count=1

$dd if=u-boot-sunxi-with-spl.bin of=/dev/sdb bs=1024 seek=8

3. Start u-boot

-> 8 murmuri

U-Boot SPL 2014.04-rc2-10390-g96510e1 (Apr 04 2014-21:11:38)

Board: Cubieboard2

DRAM: 1024 MiB

CPU: 960000000Hz, AXI/AHB/APB: 3-2-2

Spl: not an uImage at 1600

U-Boot 2014.04-rc2-10390-g96510e1 (Apr 04 2014-21:11:38) Allwinner Technology

CPU: Allwinner A20 (SUN7I)

Board: Cubieboard2

I2C: ready

DRAM: 1 GiB

MMC: SUNXI SD/MMC: 0

* * Warning-bad CRC, using default environment

In: serial

Out: serial

Err: serial

Net: Phy not found

Dwmac.1c50000

Warning: failed to set MAC address

Hit any key to stop autoboot: 0

This is how Banana Pi compiles all the contents of Bootup u-boot. For more content related to how Banana Pi compiles Bootup u-boot, you can search the previous articles or browse the following articles to learn! I believe the editor will add more knowledge to you. I hope you can support it!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report