Part Number: TMS320DM8148
Tool/software: Linux
Hello,
I have made testing with mtest, cmp.b, and it seems that all memory is correct between 0x80000000 - 0xc0000000 (1GB memory).
Yet, I encounter strange behaviour, that although my bld does not contain 0x90000000-0xb0000000 space, when I try to allocate that memory to linux (bootargs... mem=512M@0x90000000 ) , I get errors in boot (as if there is someone else who use this memory ?).
I have attached the bld .
These are the bootargs:
bootargs=console=ttyO0,115200n8 ip=192.168.1.4 nfsroot=192.168.1.6:/mnt/DVR_NEW/DVRRDK_04.01.00.02/target/rfs_814x,nolock root=/dev/nfs rootwait earlyprintk notifyk.vpssm3_sva=0xBFD00000 mem=128M ddr_mem=1024M vram=50M mem=64@0xb3800000 mem=256M@0x90000000 mem=256M@0xa0000000'
Thank you,
Ran