Hi Alexy,
thanks for the hint. If I just use your two lines as they are written below and put the uboot lines away compiling won't start with the error message: Aborting, could not load '../genode/tool/run/image/raw_image'
There is not image/raw_image in this folder and i unfortunately didn't find anything about it with google.
I do also not have any bootz command, it says unkown command bootz, the bootm command boots the zImages without complaining.
Best regards,
Bernhard.
On 25.01.2017 20:58, Alexy Gallardo Segura wrote:
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