Hello,
Sorry for the previous email the two lines that I said put in "etc / build" of the compilation directory of foc_odroid_x2 only works on the genodeOS version that we have here. For it to work you must add the attached script in "genodeDir / tool / run / image".
Set on ../genodeDir/build/foc_odroid_x2/etc/build.conf the fellowing lines For generate a zImage and now if it should work
RUN_OPT = --include boot_dir / foc \ --include image / raw_image
Copy the image to the TFTP server
At the start of the uboot
If image format is zImage use: Usb start Tftp 0x40001000 odroid / uImage Bootz 0x40001000
If this does not work try changing the uboot version. At the beginning of us working with the odroid the uboot version did not allow support for the network. I do not know if this is what may be happening to you. In github there are several uboot projects that can be compiled for the odroid.
Regards
Alexy
On jueves, 26 de enero de 2017 1:57:19 P. M. CST Bernhard Blieninger wrote:
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