Hi! Thank you for the answer.
So I fixed this problem! Thank you! The documentation said to load at the c00000 address but I had the error "ERROR: image is not a fdt - must RESET the board to recover.". This topic helped me Booting T1040RDB 64-bit
setenv bootargs "root=/dev/ram rw ramdisk_size=10000000 console=ttyS0,115200"
tftp 1000000 sdk1.7_default/uImage--3.12-r0-t1040rdb-64b-20141213100714.bin
tftp 4000000 sdk1.7_default/fsl-image-core-t1040rdb-64b-20141214121956.rootfs.ext2.gz.u-boot
tftp e00000 sdk1.7_default/uImage--3.12-r0-t1040rdb-usdpaa-20141213100714.dtb
bootm 1000000 4000000 e00000
Now I have another error when I start the reflector.
# cd /usr/etc
# fmc -c usdpaa_config_t1_serdes_0x66.xml -p usdpaa_policy_hash_ipv4.xml -a
# Here I configure l2switch-cfg
# reflector 3 -c usdpaa_config_t1_serdes_0x66.xml -p usdpaa_policy_hash_ipv4.xml -d 0x10000000 -s
Found /fsl,dpaa/dpa-fman0-oh@2, Tx Channel = 80a, FMAN = 0, Portreflector[2725]: unhandled signal 11 at 0000000000000000 nip 0000000010005734 lr 1
ID = 1
Found /fsl,dpaa/ethernet@0, Tx Channel = 802, FMAN = 0, Port ID = 1
Found /fsl,dpaa/ethernet@1, Tx Channel = 803, FMAN = 0, Port ID = 2
Found /fsl,dpaa/ethernet@2, Tx Channel = 804, FMAN = 0, Port ID = 3
Found /fsl,dpaa/ethernet@3, Tx Channel = 805, FMAN = 0, Port ID = 4
Found /fsl,dpaa/ethernet@4, Tx Channel = 806, FMAN = 0, Port ID = 5
QMan: Allocated lookup table at 0x3fffa8a2d010, entry count 32769
error: no pool channels available
Configuring for 5 network interfaces
error: dma_mem init, continuing
Allocated DMA region size 0x10000000
reflector: process_portal_map()cpu hotplug daemon not running: No such file or directory
: Unknown error -19
No available Bman portals for cpu 3
error: failed to create worker for cpu 3
Segmentation fault
When I start hello_reflector
# hello_reflector -c usdpaa_config_t1_serdes_0x66.xml -p usdpaa_policy_hash_ipv4.xml -n 3
Starting hello_reflector, ncpus=3
Found /fsl,dpaa/dpa-fman0-oh@2, Tx Channel = 80a, FMAN = 0, Port ID = 1
Found /fsl,dpaa/ethernet@0, Tx Channel = 802, FMAN = 0, Port ID = 1
Found /fsl,dpaa/ethernet@1, Tx Channel = 803, FMAN = 0, Port ID = 2
Found /fsl,dpaa/ethernet@2, Tx Channel = 804, FMAN = 0, Port ID = 3
Found /fsl,dpaa/ethernet@3, Tx Channel = 805, FMAN = 0, Port ID = 4
Found /fsl,dpaa/ethernet@4, Tx Channel = 806, FMAN = 0, Port ID = 5
QMan: Allocated lookup table at 0x3fffad8ab010, entry count 32769
Fail: no pool channels available
What is the reason ? I also added the environment variable in uboot...
othbootargs=isolcpus=1-3 usdpaa_mem=256M bportals=s0 qportals=s0 fsl_fm_max_frm=9000
PS: when I boot on a sdk 1.8 image, I still got the same error with reflector. Should I also update uboot ? I have uboot sdk1.7
# reflector 3 -c usdpaa_config_t1_serdes_0x66.xml -p usdpaa_policy_hash_ipv4.xml -d 0x10000000
Found /fsl,dpaa/dpa-fman0-oh@2, Tx Channel = 80a, FMAN = 0, Port ID = 1
lib/syscfg/usdpaa_netcfg_layer.c:577:usdpaa_netcfg_acquire(): fmc_netcfg_get_info()
error: failed to load configuration
Thank you
Nicolas