当前位置:网站首页>Riotboard development board series notes (V) -- porting u-boot
Riotboard development board series notes (V) -- porting u-boot
2022-07-25 02:56:00 【Spend my whole life reading】
download uboot Code :
git clone https://github.com/Freescale/u-boot-fslc.git -b 2016.03+fslc
Create a script :
touch release.sh
What's in the script :
#!/bin/bash
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- distclean
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- riotboard_defconfig
make V=1 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j12
Execute the compile script :
source release.sh
After successful execution, the following information is output :
Image Type: Freescale IMX Boot Image
Image Ver: 2 (i.MX53/6/7 compatible)
Data Size: 409600 Bytes = 400.00 kB = 0.39 MB
Load Address: 177ff420
Entry Point: 17800000
take uboot Burn writing SD card :
sudo dd if=u-boot.imx of=/dev/mmcblk0 bs=1k seek=1
Set the startup mode to TF Card activation , Power on test start OK:
U-Boot 2016.03-03037-g8e1bfe46e1 (Jun 19 2022 - 16:02:34 +0800)
CPU: Freescale i.MX6SOLO rev1.2 996 MHz (running at 792 MHz)
CPU: Commercial temperature grade (0C to 95C) at 43C
Reset cause: POR
Board: RIoTboard
I2C: ready
DRAM: 1 GiB
U-Boot 2016.03-03037-g8e1bfe46e1 (Jun 19 2022 - 16:02:34 +0800)
CPU: Freescale i.MX6SOLO rev1.2 996 MHz (running at 792 MHz)
CPU: Commercial temperature grade (0C to 95C) at 42C
Reset cause: POR
Board: RIoTboard
I2C: ready
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
边栏推荐
- Mgre.hdlc.ppp.chap.nat comprehensive experiment
- Tp5.1 initialize initialization method (not \u initialize)
- Interview question -- event cycle
- Picgo configuring Alibaba cloud OSS
- JS foundation -- task queue and event loop
- # CF #808 Div.2(A - C)
- Vulntarget vulnerability shooting range -vulntarget-b
- Matlab for circular pit
- Read and upgrade st-link chip information and SWD burning media through STM32 stlink utility tool
- Domestic edge computing organization and product research
猜你喜欢

JS foundation -- task queue and event loop
![[pyGame practice] nostalgic classic - do you remember the name of this chess game for children? (must collect)](/img/b3/075ad2d555118272efede5a9969319.png)
[pyGame practice] nostalgic classic - do you remember the name of this chess game for children? (must collect)

Object.defineproperty use

JS written test question -- promise, setTimeout, task queue comprehensive question

Do you know about real-time 3D rendering? Real time rendering software and application scenarios are coming

Simulation Implementation of string function (Part 1)

Flink's study notes

Dynamic programming -- Digital DP

【C】 Advanced knowledge of file operation

JS foundation -- object static method
随机推荐
Vite dynamically loads static resource pictures, and fixes the 404 problem of pictures after packaging.
Mp4 package analysis
On Calc optimization of calcite
JS written test question -- deep copy of object
Solve the error: could not find 'xxxtest‘
Mgre.hdlc.ppp.chap.nat comprehensive experiment
Domestic edge computing organization and product research
Rolling division, Young's matrix and three-step flip
Flutter apple native Pinyin keyboard input exception on textfield | Pinyin input process callback problem
Learning Record V
Operator explanation - C language
JS foundation -- data
Hashcode details
Error: tomee required to support ear/ejb deployment
List.stream common operations
How to take the mold for the picture of 1.54 inch TFT st7789 LCD screen
"Introduction to interface testing" punch in to learn day09: Micro service interface: how to use mock to solve chaotic call relationships
If there is a segment in the encryption field, are you "bronze" or "King"?
Wechat sports field reservation of the finished works of the applet graduation project (7) mid-term inspection report
[TinyML]EfficientFormer:Vision Transformers at MobileNet Speed