-
Posts
14414 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Posts posted by Igor
-
-
You need 4.3+ for audio ...
-
Try to build a driver from the source.
https://github.com/gnab/rtl8812au
There were some changes in the source but I can't tell if this brought any real world progress.
-
This is a part of firstrun and resize2fs scripts.
update.rc firstrun defaults
you will get a ssh keys rebuild and apt-get update with this which is harmless. Just to note.
-
Do you have any USB key attached?
-
OK, check my update.
Not working for me. BASH issue? I think this part is critical:
https://github.com/igorpecovnik/lib/blob/master/patching.sh#L54-L56
-
A bug
This is also an exception. When added to configuration it should work properly, like for .configs
https://github.com/igorpecovnik/lib/blob/master/configuration.sh#L269-L270
https://github.com/zador-blood-stained/lib/blob/master/patching.sh#L147
This part can be dumped. I made patches, fbtft sources are not changing anymore. It has been merged into mainline for some time.
Tnx.
I'll try later to merge this together
EDIT:
adv.patches doesn't collect my custom patches even they are in proper dir. -
I had a productive morning. I manage to rework:
- conf
- fetch from github (i am a bit confused if it can be solve this "fully optimized" way)
Things are (probably) not working properly yet since I had no time for any serious debug.
-
A break would be the best / most productive. I'll see how I'll feel in the morning
If you wants to jump in - I'll work on the configuration.sh + few things in main.sh for a while.
... better sources handling is a open part or even only the code cleaning, where is needed, cpu speed fixes ... $GOVERNOR will be now in config.
-
┌───────────────────────┤ Choose a board ├────────────────────────┠│ │ │ Supported: │ │ │ │ cubieboard4 A80 octa core 2Gb SoC Wifi │ │ aw-som-a20 A20 dual core SoM │ │ cubieboard A10 single core 1Gb SoC │ │ cubieboard2 A20 dual core 1Gb SoC │ │ cubietruck A20 dual core 2Gb SoC Wifi │ │ lime-a10 A10 single core 512Mb SoC │ │ lime A20 dual core 512Mb SoC │ │ lime2 A20 dual core 1Gb SoC │ │ micro A20 dual core 1Gb SoC │ │ pcduino3nano A20 dual core 1Gb SoC │ │ bananapim2 A31 quad core 1Gb SoC Wifi │ │ bananapi A20 dual core 1Gb SoC │ │ bananapipro A20 dual core 1Gb SoC Wifi │ │ lamobo-r1 A20 dual core 1Gb SoC Switch │ │ orangepi A20 dual core 1Gb SoC Wifi USB hub │ │ orangepimini A20 dual core 1Gb SoC Wifi │ │ orangepiplus H3 quad core 1Gb SoC Wifi USB hub │ │ cubox-i Freescale iMx dual/quad core Wifi │ │ udoo Freescale iMx dual/quad core Wifi │ │ udoo-neo Freescale iMx singe core Wifi │ │ guitar S500 Lemaker Guitar Action quad core │ │ odroid Exynos5422 XU3/XU4 octa core │ │ │ │ │ │ │ │ │ │ │ │ <Ok> <Cancel> │ │ │ └─────────────────────────────────────────────────────────────────┘
This far I got:
- added few new boards
- proper git sources switching
- completely reorganized configuration
- legacy / next / dev versions
- 80% of code cleaned.
Starting tomorrow from here:
-
There will be no updates, at least not for a while.
I just accidentally delete the work of the whole week
a hundred hours went to trash.
:(
I was playing too much with git handling that I completely crashed my working git. Of course I had no backup for this and I only could salvage few files which I just pushed up.
-
The problem is not the script but bootloader and ini files.
Poslano z mojega MI 2S z uporabo Tapatalk
-
I think that default audio is SPDIF.
Have you switched alsa output to HDMI?
-
Welcome!
The main reason why it's disabled is that I never finished the configuration & testing part. My motivations is low to play with it
I wanted to create fw -> u-boot -> kernel loading way which cause me headaches then I simply went doing other things ...
other:
- closed
- poorly designed
- already supported by many distributions
-
I guess --depth 20 is probably needed to have kernel 4.2 4.3 and 4.4-rcX
I solve this git handling part other way. Will submit changes today.
make[1]: `include/generated/mach-types.h' is up to date.
That's due to one broken patch. Already fixed.
Tnx!
-
Even I thought I fix this, the update didn't bring that.
I'll double check within next build before releasing.
Try it from here:
https://github.com/igorpecovnik/lib/tree/master/scripts/nand-sata-install/usr/lib/nand-sata-install
You only need to overwrite those .ini files I guess.
-
And one more idea:
1. Make two boot images.
2. Boot one and wait until everything is done
3. Plug second SD card into board via USB card reader
4. Re-partition this card (usually it will be /dev/sda), create one cca. 10Mb FAT boot and the rest EXT4 for root
5. Run nand-sata-install and install system to /dev/sda2
6. Copy /boot to FAT boot partition, alter boot.cmd -> point root to /dev/mmcblk0p2
7. Recreate boot script on this first boot partition
8. Execute: sync & power off
9. Exchange cards and boot with this newly created "two partition SD card"
-
Possible, but you will need to have some Linux box to move partitions around with Parted.
http://askubuntu.com/questions/147132/move-ext4-partition
https://www.gnu.org/software/parted/manual/html_chapter/parted_2.html
Another option is to mount or boot current image, create new (virtual or real) one with two partition, mount and rsync it over. Make sure you that your /boot is going to first partition and that you write a boot loader to new image - or bin copy (DD) from one image to anther.
-
https://github.com/igorpecovnik/lib -b master (not default yet)
1. Redesigned patching process: "per kernel family", picking patches from dirs, fixed and cleaned patches
AFTER
https://github.com/igorpecovnik/lib/blob/master/patching.sh
BEFORE
https://github.com/igorpecovnik/lib/blob/second/patching.sh
2. Added user patches dirs, one for kernel, one for u-boot, outside of /lib
https://github.com/igorpecovnik/lib/blob/master/documentation/geek-faq.md#user-patching
3. Added new devices with "WIP" status: Lemaker Guitar and H3 Orange
4. Cleaning sources (WIP)
5. Many bug fixes + probably produced new bugs ... need help with testing & fixing
Now it's time for (new) suggestions
-
Sources are broken. I could compile the driver with going little back. Issue this before make
git checkout 906c36ed45ceb53fecd5fc72e821c11849eeb1a3
-
I don't understand what are you doing wrong. First you need to use a proper image - some images might work on non dedicated hw some not.
If it stuck on u-boot it's possible that your SD card is invalid, was not written properly, some strange device is attached to USB, ...
If you can't type, your USB keyboard might not be supported by u-boot,
-
BADCRC is ok:
http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment
What is your hardware?
-
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.
[Framework] Build script improvement suggestions #1
in Armbian build framework
Posted
Cool !
I gave up on this "advanced" git handling, now changing kernel and u-boot sources. Each tags will have own subdir, all with shallow clone of course.
u-boot-odroid/unttaged
u-boot-odroid/2015.10
u-boot-odroid/2015.04
... kernel likewise. According to this, I'll fix the compilation part so ...