afaerber_ has joined #linux-exynos
afaerber has quit [Ping timeout: 264 seconds]
liquidAcid has joined #linux-exynos
liquidAcid has quit [Quit: Leaving]
<Wizzup> javier__: Going to have a look at it at the moment, cloning at the moment : )
<Wizzup> javier__: Hm, getting:
<Wizzup> Value requested for CONFIG_DRM_EXYNOS_HDMI not in final .config
<Wizzup> Requested value: CONFIG_DRM_EXYNOS_HDMI=y
<Wizzup> Actual value:
<Wizzup> (and a few others)
<Wizzup> same for stuff like ARCH_EXYNOS
<Wizzup> ah. nvm
<Wizzup> (I forgot CROSS_COMPILE=armv7a-hardfloat-linux-gnueabi- ARCH=arm)
<javier__> Wizzup: great, let me know if you have any issues
<Wizzup> javier__: what did you use as LOADADDR?
<Wizzup> (sorry for the quick q, but I forgot what I set it to, and .. will need a few minutes to figure that out)
<javier__> mkimage -A arm -O linux -T kernel -C none -a 0x40008000 -e 0x40008000 -n Linux -d zImage.dtb uImage
<javier__> Wizzup, ^
<Wizzup> right, but I got: Specify LOADADDR on the commandline to build an uImage
<Wizzup> make[1]: *** [arch/arm/boot/uImage] Error 1
<Wizzup> make: *** [uImage] Error 2
<Wizzup> ok, I see
<javier__> Wizzup: I just always build a zImage and then pass it the load and entry point address to mkimage to generate the uImage
<Wizzup> ok
<Wizzup> I'll just do whatever works atm :)
<javier__> $ make -j4 bzImage modules exynos5420-peach-pit.dtb
<javier__> $ cat arch/arm/boot/zImage arch/arm/boot/dts/exynos5420-peach-pit.dtb > zImage.dtb
<javier__> Wizzup: + the mkimage cmd I showed before, that's basically how I build the kernel
<Wizzup> ack, I usually do make uImage :)
<javier__> Wizzup: right that worked before exynos was migrated to multi-platform
<javier__> or if you pass a LOADADDR but I found just building a zImage and passing it to mkimage easier
<javier__> s/migrated/converted
<javier__> Wizzup: it's a pity that the nv-uboot binary that is provided doesn't have CONFIG_CMD_BOOTZ enabled
<Wizzup> the one that we provide?
<javier__> Wizzup: well I think there is one one public, since there isn't a peach overlay to build it from the chromium os sdk afaik
<Wizzup> going to try the kernel
<Wizzup> bbiab
<javier__> Wizzup: ok
<javier__> Wizzup: I tried to build the chrome os u-boot but is not standalone anymore since cros/vboot/ has a bunch of dependencies
<javier__> so it only can be built from the chromium os sdk but for that you need an overlay for the machine which doesn't exist for peach pit/pi yet
<Wizzup> javier__: hm, didn't work yet
<Wizzup> get a black screen, and then it reboots
<Wizzup> (I have to go for dinner soon, I'll post what I did in a bit
<Wizzup> F5 :-)
<Wizzup> ok, back in bit ^_^
<javier__> Wizzup: hrmm ok, what's your kernel command line?
<javier__> Wizzup: I've to leave as well, I'll try to reproduce the exact steps later and see what's different on my setup
<javier__> Wizzup: hrmm why are you using a FIT image to load from nv-uboot?
<javier__> Wizzup: I just load a uImage directly
<javier__> Wizzup: my u-boot bootcmd is "fatload mmc 1:1 0x42000000 uImage; bootm 0x42000000"
<Wizzup> yeah I need to see what my uboot ${loadaddr} is, maybe it differs :)
<javier__> Wizzup: here is the complete output of the printenv command for my u-boot http://pastebin.com/raw.php?i=SsNXuT7A
<Wizzup> thx
<Wizzup> I'll probably hop on my bike for a bit first :)
<javier__> Wizzup: great have fun!
<javier__> last things, my nv-uboot version is U-Boot 2013.04-gb98ed09 fyi
liquidAcid has joined #linux-exynos
libv_ has joined #linux-exynos
libv has quit [Ping timeout: 250 seconds]
<javier__> Wizzup: just looked at your wiki page again, as I told you I'm loading an uImage from nv-uboot of an zImage with appended DTB
<javier__> Wizzup: but you were using a FIT image so you are basically appending the DTB twice
<javier__> you should either not append the DTB and use a FIT image or just use a uImage with an appended DTB
<javier__> or load both the uImage and DTB and pass it to bootm but if you followed the commands you wrote on the wiki page then I understand that didn't boot for you
<javier__> Wizzup: leaving for now, ttyl
libv_ is now known as libv
<Wizzup> javier__: ah... I see
<Wizzup> silly mistake
<Wizzup> I got it to boot
<Wizzup> didn't have wifi and fbturbo didn't work, but progress!
<liquidAcid> tfiga, ha -- no i didn't, but i did wonder where these settings went to!
cmuller has quit [Quit: ZNC - http://znc.in]
<Wizzup> From javier__ 's instructions
cmuller has joined #linux-exynos
liquidAcid has quit [Quit: Leaving]