当前位置:网站首页>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
边栏推荐
- How to switch terminators in PostgreSQL?
- Interview question -- event cycle
- JS written test question -- browser kernel
- @Retryable @backoff @recover retry the use of annotations
- Do you know about real-time 3D rendering? Real time rendering software and application scenarios are coming
- After working for two months in the summer vacation, I understood three routing schemes of keepalived high availability
- Domestic edge computing organization and product research
- On Calc optimization of calcite
- Details of happens before rules
- Learning notes - talking about the data structure and algorithm of MySQL index and the introduction of index
猜你喜欢

DLL load failed: the page file is too small to complete the operation

JS written test -- regular expression

Learning notes - talking about the data structure and algorithm of MySQL index and the introduction of index

Unity refers to a variable in another class (its own instance)

JS written test questions -- random numbers, array de duplication

MySQL common function summary, very practical, often encountered in interviews

Preliminary foundation JVM

List title of force buckle summary

Flink's study notes

UDP message structure and precautions
随机推荐
Routing policy interferes with routing
Rotating frame target detection mmrotate v0.3.1 training hrsc2016 data set (II)
Classic network learning RESNET code implementation
Insertion of balanced binary tree (AVL tree)
Tensorflow's study notes (I)
Generator set work arrangement problem code
How to take the mold for the picture of 1.54 inch TFT st7789 LCD screen
JS construction linked list
Js a simple way to store several objects in an array
Operator explanation - C language
【C】 Advanced knowledge of file operation
After working for two months in the summer vacation, I understood three routing schemes of keepalived high availability
[stm32f103rct6] can communication
StrError and PERROR
Vite dynamically loads static resource pictures, and fixes the 404 problem of pictures after packaging.
Wechat sports field reservation of the finished works of the applet graduation project (5) assignment
Go common standard library -time
Study notes of filebeat
Daily three questions 7.15
Beginners must see the markdown User Guide