OpenWRT-19.07 u-boot config for ls1012afrwy

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OpenWRT-19.07 u-boot config for ls1012afrwy

Jump to solution
1,391 Views
paul7
Contributor II

Hello

How to config the CONFIG_USB to disable and avoid .config replace by <buildroot>$make?

Thanks for help.

Paul

0 Kudos
Reply
1 Solution
1,215 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could modify u-boot source code in "build_dir/target-aarch64_generic_musl/uboot-layerscape-ls1043ardb/uboot-layerscape-lsdk-1903/" directly,

eg.

build_dir/target-aarch64_generic_musl/uboot-layerscape-ls1046ardb/uboot-layerscape-lsdk-1903/configs/ls1012afrwy_tfa_defconfig

View solution in original post

0 Kudos
Reply
2 Replies
1,216 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could modify u-boot source code in "build_dir/target-aarch64_generic_musl/uboot-layerscape-ls1043ardb/uboot-layerscape-lsdk-1903/" directly,

eg.

build_dir/target-aarch64_generic_musl/uboot-layerscape-ls1046ardb/uboot-layerscape-lsdk-1903/configs/ls1012afrwy_tfa_defconfig

0 Kudos
Reply
1,215 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Paul Young ,

You could clone u-boot source code, perform your modification and generate a patch to put it in folder package/boot/uboot-layerscape/patches/.

Please get u-boot source address in package/boot/uboot-layerscape/Makefile.

PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot
PKG_SOURCE_VERSION:=80b2d2bc4cab0a8363c9b7eba8064b1795f12670

git clone qoriq-components/u-boot - U-boot Tree for QorIQ support 

git reset --hard 80b2d2bc4cab0a8363c9b7eba8064b1795f12670

In u-boot source code, please modify configs/ls1012afrwy_tfa_defconfig and generate a patch, then put it in folder package/boot/uboot-layerscape/patches/.

Thanks,

Yiping