[U-Boot] [PATCH v1 0/7] TI: armv7: add parallel NAND support
Gupta, Pekon
pekon at ti.com
Mon Jul 7 08:35:53 CEST 2014
>From: Igor Grinberg [mailto:grinberg at compulab.co.il]
>Hi Pekon,
>
>On 07/04/14 22:05, Pekon Gupta wrote:
>> This patch series adds support for parallel NAND devices support connected via
>> GPMC chip-select on various boards belonging to AM33xx and OMAPx platforms.
>> This series also moves some board specific CONFIG_NAND_xx from generic files
>> to individual files.
>>
>> Tested using: ./MAKEALL -s am33xx -s omap3 -s oamp4 -s omap5
>> works fine except for am335x_boneblack_vboot
>> build breaks for am335x_boneblack_vboot for un-related reasons
>> u-boot/scripts/dtc-version.sh: line 17: dtc: command not found
>
>This is obvious, apparently beagle bone black wants to use the DT for U-Boot
>and you don't have dtc installed or it is not in your PATH.
>
Yes, my bad. I was expecting dtc to be part of $UBOOT/scripts/... as in linux.
' am335x_boneblack_vboot' builds cleanly after I fix my $PATH to point to linux kernel dtc.
------------------
Configuring for am335x_boneblack_vboot - Board: am335x_evm, Options: SERIAL1,CONS_INDEX=1,EMMC_BOOT,ENABLE_VBOOT
text data bss dec hex filename
367622 12722 8693820 9074164 8a75f4 ./u-boot
72795 3084 198024 273903 42def ./spl/u-boot-spl
------------------
One request, as [PATCH 1/7] touches some non-TI board configs,
So some tested-by would help here to confirm that this patch isn't breaking anything.
with regards, pekon
More information about the U-Boot
mailing list