-
Posts
14421 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Posts posted by Igor
-
-
That means this is as start of the process. Usually you need to issue also: make modules and make modules_install make dtbs
When done - if compilation succeeded - you need to copy zImage, modules and DTBS to proper location.
-
Not sure about U-boot NAND support ... didn't try.
-
Update will be withing this year
Stable or unstable as a .dev kernel package.
-
Added to the our packages base. Thanks.
-
That's it. Images are not old so there is not much to be updated and security patches are auto updated.
Your system is up2date.
Thanks!
-
Yes. And reboot.
-
First, you choose a wrong upgrade ... Cubietruck is sun7i not sun4i .. and which you figured out and solved properly.
The other problem is in my repository (apt.armbian.com) and I haven't got a chance to fix it. Sun7i kernel doesn't download proper update: version (4.6) but (4.51). The case here is that v4.51 was a quick fix only for sun7i, not for other boards. The problem is Debian package numbering which I haven't pay enough attention too. When it will be fixed it will be fixed the standard apt-get update way.
Thanks for bringing up and sorry for this confusion.
-
You also need a boot script.
https://github.com/igorpecovnik/lib/blob/second/config/boot.cmd
Make sure you compile / convert to boo.scr
-
Huh, you want to compile natively, on Hummingboard?
Than you leave CROSS_COMPILE out and only type:
make ARCH=arm
But that's just a start.
-
There is a problem with (simple) frame buffer initialization if your monitor is too large in matter of pixels. I figured out this just recently when I hooked a board to UHD HDMI monitor. Need to look into u-boot code and check how can this be solved.
Second issues is that u-boot sometimes breaks booting if you have an USB keyboard inserted or some other strange device. Boot script breaks "on any key pressed", so board doesn't boot.
I can only say it's a general bug, not just Armbian's
-
yes. Update will be soon since I produced some bugs in latest release.
But you need to enable / map certain led to "disc-activity" in script.bin or your startup script, but that you probably already have. Just a not for others who wants to use this.
-
Now I am a bit consed. I just build a new image for A10 from clean sources and install it to NAND with root on SATA drive. Zero problems. What's clean image different from upgrade? I'll upload a complete pack later and try that first.
There is one common issues .. sometimes, when NANDs boot part gets corrupted it's necessary to install stock Android / Ubuntu to NAND with factory tools (Phoenix suite) and do the install part again. It doean't look that you need to do this but it's an option to try.
-
I thought changing init system is not that hard ... if this is not trivial, than I'll leave as is. I really don't want to mess with this if not absolutely necessary.
-
HDMI / VGA is auto detected in current U-boot while HDMI is default for kernel.
Are you perhaps using UHD or some weird non-standard monitor?
Do you have anything connected to USB port?
Thanks
-
Added (back) to this kernel.
https://github.com/igorpecovnik/lib/commit/3da8d0b92e608696bbdf314c95d625198a8d6a1c
Add: tested, working o.k.
-
1.
git clone https://github.com/igorpecovnik/lib cd lib/scripts/nand-sata-install/usr/lib/nand-sata-install/a10/bootloader rsync -aqc * /XXXXXXXXXXXXXXXXXX # directory where is your /dev/nand1 mounted
or file by file, this way:
wget https://github.com/igorpecovnik/lib/raw/second/scripts/nand-sata-install/usr/lib/nand-sata-install/a10/bootloader/boot.axf
-
There is something wrong with a file - they are wrong size. Check if you download files properly (RAW).
I had the same error and I only copy those files over and it's booting fine.
-
Perhaps the best would be to use sysvinit in Trusty and it would work out of the box plus it's less demanding to support?
-
Yes, it's a bug. It will be gone in next update ... if you overwrite files on nand boot with this:
it should boot. Please try.
-
Let's check first if your upgrade was successful ? The script is new, old one should be removed on upgrade since it's deprecated and probably won't work.
What do you get:
which nand-sata-install
and
ls -l /boot
-
OK, will check later today. I must have done something ...
It's not possible to compile video acceleration within mainline kernel. There is nothing you can do.
-
How to do you power your Cubietruck? Via power connector?
-
I noticed few days ago ... no clue at the moment but you can try with alternative kernel:
https://github.com/igorpecovnik/lib/blob/def90eb1997a267627882c186cb603bbc1dde92c/configuration.sh
Comment line: 67,68 and 70
-
Yes, that's correct.
When you will have / find a working script.bin simply add (with some obvious name) it's source (fex) to lib/config or attach it here and I'll add this to build by default.
***warning - bad CRC
in Allwinner sunxi
Posted
BADCRC is ok:
http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment
What is your hardware?