Boot control:
The normal sequence is (S2 button not pushed):
- MC1 (eMMC on-board flash), MMC0 (SD card), UART0, USB0
- SPI0, MMC0 (SD card), USB0, UART0
OS:Ubuntu 18
指令:
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabi
sudo apt-get install build-essential
sudo apt-get install bison
sudo apt-get install flex
sudo apt install git
sudo apt install make
git clone git://git.denx.de/u-boot.git u-boot
cd u-boot
alias armmake='make -j8 ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- '
armmake distclean
armmake am335x_evm_defconfig
armmake
1.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
沒有留言:
張貼留言