after have do patch to the origin u-boot source
then into u-boot top dir,do :
make as352xpb_config
to cofigure for our board
then do
make
to generate the u-boot.bin
"……………
…………….
arm-linux-uclibc-objcopy –gap-fill=0xff -O srec u-boot u-boot.srec
arm-linux-uclibc-objcopy –gap-fill=0xff -O binary u-boot u-boot.bin"
转载请注明:在路上 » make U-boot for AS352X board