Phicomm N1 u boot编译安装说明 - sk039/uboot-amlogic GitHub Wiki

源码编译

拉取源码:

$ git clone https://github.com/sk039/uboot-amlogic.git uboot-amlogic.git

准备编译工具链:

$ cd uboot-amlogic.git
$ sudo ./install-toolchain.sh

配置和编译:

$ mkdir build-phicomm_n1
$ cp ./board/amlogic/defconfigs/gxl_p230_v1_defconfig build-phicomm_n1/.config
$ make menuconfig O=build-phicomm_n1
$ make O=build-phicomm_n1

从usb启动uboot

Aml-flash-tool工具下载

具体步骤可参考:https://github.com/superna9999/aml-usb-load-uboot.git