Hi Everyone I have, what it seems, a problem with my mini2440 in that its not mounting to my host, I think I might be missing some settings and if anyone can correct me I'd really appreciate it. I'm using a Mini2440 1gig nand. I have the following: 1. Using BSP and ptxdist versions 2012.12.0. 2. my host network setup is : a) Address - 192.168.1.7 b) Netmask - 255.255.255.0 c) Gateway - 192.168.1.2 3. my target network setup is : a) Address - 192.168.1.27 b) Netmask - 255.255.255.0 c) Gateway - 192.168.1.2 d) ethaddr - 00:04:f3:00:06:35 e) Serverip - 192.168.1.7 4. I have NFS on my host, not sure if i should use NFS or TFTP and not sure what the difference is, if any. 5. The log from my mini2440 serial output: 6. I did not run ptxdist platformconfig, because I don not fully understand what the image has to be. Do I have to run this and select an image, if so, what image should i use? 7. I do not know where the mini would mount to, maybe that is the main issue. In the docs its written that the tftp server is /tftpboot, but I dont have a directory like that anywhere. 8. I made some changes to the "configs/platform-friendlyarm-mini2440/barebox-128m-env/config" like changing the autoboot timeout, but when I run go 0x31000000, it boots and uses default 3 second timeout. 9. I am not sure what the nfsroot setting should be, and when I change it, it defaults to what it was: if [ -n $user]; then nfsroot = "${eth0.serverip}:/home/${user}/nfsroot/${machine}" else nfsroot = "/path/to/nfs/root" 10. I do not receive any errors as my bootup log shows, yet i can not copy the barebox image from the board support package to the directory ised by the tftp server "cp platform-mini2440/images/barebox-image /tftpboot/barebox-mini2440" because the directory /tftpboot/barebox-mini2440 does not exist. thank you for any help Regards Ruben Louw