On 6/29/23 04:57, Sittisak Sinprem wrote:
Hi Cédric,I had fixed the function name to support in current branch, but facing about below error while starting ./build/qemu-system-arm -machine montblanc-bmc -drive file=~/flash-montblanc,format=raw,if=mtd -nographic -netdev tap,id=netdev0,script=no,downscript=no,ifname=tap0 -net nic,netdev=netdev0,model=ftgmac100 qemu-system-arm: device requires 134217728 bytes, block backend provides 27726336 bytes
File ~/flash-montblanc is too big for the mx66l1g45g flash device and 128MB is expected. Use truncate maybe. Thanks, C.
