fastboot - zivku/MPU GitHub Wiki
基於buildroot環境ATSAMA5D27 SOM快速開機教學
- 觀察自己buildroot環境下的at91bootstrap版本,決定下載的at91bootstrap版本 :
git clone https://github.com/linux4sam/at91bootstrap.git -b v4.0.9
cd at91bootstrap
make sama5d27_som1_eksd_uboot_defconfig
make menuconfig
- 按照以下進行參數修改 :
Next Software Type --->
(X) Linux Kernel
(zImage) Next Software Image File Name
Kernel Image Storage Setup --->
Kernel Image Storage Setup --->
Flattened Device Tree --->
Exit
Save
3. 重新編譯 :
export CROSS_COMPILE=~/git/som1_202404/buildroot-mchp/output/host/bin/arm-buildroot-linux-gnueabihf-
make
生成的boot.bin在路徑 : at91bootstrap/build/binaries/下