Hi again, I succeeded in building images using pengutronix OSELAS.BSP The bootloader barebox is running from ram. tftp server is running on my host however, when i want to download the images it hangs ... ON MY MINI2440 -------------- devinfo eth0 Parameters: ipaddr = 192.168.1.230 ethaddr = 00:04:f3:00:06:35 gateway = 192.168.1.1 netmask = 255.255.255.0 serverip = 192.168.1.50 update -t barebox -d nand host 192.168.1.50 is alive erasing partotion /dev/nand0.barebox.bb TFTP from server 192.168.1.50 ('barebox-mini2440' -> '/dev/nand0.barebox.bb') / << rotating ... ON MY UBUNTU HOST ----------------- I did following to test my tftp server ls > /tftpboot/test (to create a file ..) tftp 192.168.1.50 tftp> get test Received 245 bytes in 0.0 seconds So, I think from this side it's running ? In my tftpboot directory the file barebox-mini2440 (barebox bootloader) is present
unable to get barebox bootloader in nand flash
There are known issues with some of the existing TFTP servers. Some work, some not. Maybe you should re-try with a different TFTP server. I'm using 'dnsmasq' here (with all the DNS stuff disabled) for this job.