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.||




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to