* Setup of BDI 2000 under Linux - 192.168.128.100 is TFTP server - 192.168.128.50 is IP gateway - 192.168.128.3 is BDI ./bdisetup -v -p/dev/ttyUSB0 ./bdisetup -u -p/dev/ttyUSB0 -tPPC400 -aGDB -b57 -d. ./bdisetup -c -p/dev/ttyUSB0 -b57 -i192.168.128.3 -h192.168.128.100 -m255.255.255.0 -g192.168.128.50 -f/mlnx460ex/bdi.cfg ./bdisetup -v -p/dev/ttyUSB0 -s Note: If you get aborted flashes from the BDI, your USB to serial port dongle might be bad. Try a different brand. * Telnet to 192.168.128.3 update ; reset ; erase ; prog ; md 0xfffa0000 ; md 0xffffff00 reset ; go 0xfffffffc * Setup U-Boot for Manufacturing - Needs a simple webserver, e.g. https://github.com/ethanpil/sheret setenv autostart no setenv autoload no dhcp tftp 400000 192.168.128.100:mlnx460ex/vmlinuz tftp 800000 192.168.128.100:mlnx460ex/fdt tftp C00000 192.168.128.100:mlnx460ex/rootfs setenv bootargs root=/dev/ram rw ramdisk_size=262144 ramdisk=262144 bootm 400000 C00000 800000 (root) /sbin/manufacture.sh -a -v -v -B -m ppc -u http://192.168.128.100:8100/image-PPC_M460EX-SX_3.4.0012.img reboot ...