foc_odroid_x2 with tftp boot via uboot on odroid u3

Alexy Gallardo Segura alexy at ...210...
Wed Jan 25 20:58:51 CET 2017


Hi, 


>     |setenv ethact sms0|
>     |setenv ethaddr 00:10:75:2A:AE:E0|
>     |setenv gatewayip 192.168.4.1|
>     |setenv netmask 255.255.255.0|
>     |setenv serverip 192.168.4.2|
>     |setenv usbethaddr 00:10:75:2A:AE:E0|
>     |setenv ipaddr 192.168.4.43|
>     ||
>     |usb start|
>     |tftp 0x70000000 odroid/uImage|
>     |bootm|

If image format is zImage use:
	usb start
	tftp 0x70000000 odroid/uImage
	bootz 0x70000000

set on  ../genodeDir/build/foc_odroid_x2/etc/build.conf the fellowing lines 
for generate a zImage.

RUN_OPT = --include boot_dir/foc \
	              --include image/raw_image 


cheers,

Alexy

> 
> |Where uImage is the uImage created from the foc_odroid build.
> 
> Then I used
> 
> 
> 
>     ||mkimage -A arm -C none -T script -n 'Custom Boot Script' -d
>     boot.txt boot.scr||
>     ||||
> 
> ||to build the boot.scr and booted the odroid u3.||







More information about the users mailing list