Stanislav Vlasic

Results 11 comments of Stanislav Vlasic

Sorry for late reply. Your error means that bootloader can't find matching device tree in dtb.img. You have mismatch somewhere in IMG file.

Which is your BIOS version? I see in file that there are 081DC, 081DD, 081E0, 081E1, 081E3 and 081EA.

And I need `Your system` info printed by script.

Sorry for delay, can you run this command and post output: `sudo dmidecode -t bios`

You have to change partition size inside device tree(s), not just size of actual partition. Search github for dtbSplit or dtbTool scripts, someone reverse-engineered aml-s version of dtbTool to split...

All files here are collected from http://openlinux.amlogic.com:8000/download/A113/Tool/flash-tool-v4.7/flash-tool/ as mentioned in readme. I don't have time anymore to debug this script, you can fork it and continue maintaining it if you...

I tried install gnueabi toolchain hoping that will help, but didnt. I change abi in options. I'm trying to build OE for meson3 board with 2.6.34.15 kernel which needs to...

That's problem, it doesn't work. It does not create gnueabi binaries in build..../toolchain/bin folder. On Fri Jan 23 2015 at 4:05:26 AM Alex Deryskyba [email protected] wrote: > Just set TARGET_FLOAT="softfp"...

Hm.... Thanx for your time, I'll investigate more. Seems I'm missing something. On Fri Jan 23 2015 at 4:10:10 AM Alex Deryskyba [email protected] wrote: > I use softfp in one...

Thanx for tip, will try. Now I'm on something else, will get back to you with result. Good point, could be something cached somewhere because I had meson8 built before....