S5P6818

Build UBoot


步驟如下:

$ cd
$ git clone https://github.com/steward-fu/nanopi-m3_toolchain
$ sudo mv nanopi-m3_toolchain /opt/m3
$ git clone https://github.com/steward-fu/nanopi-m3_uboot
$ cd nanopi-m3_uboot
$ make s5p6818_nanopi3_config
$ make CROSS_COMPILE=arm-linux-

燒入方式:
1. 插入SDCard後,進入UBoot Command並且輸入fastboot
2. 在PC端輸入:

$ sudo fastboot flash bootloader u-boot.bin


返回上一頁