Jump to content

Changing Default kernel, Testing needed


TonyMac32

Recommended Posts

On 28/1/2018 at 7:25 PM, TonyMac32 said:

Things that work and are tested:

 

  • Wireless
  • Bluetooth (via the typical hci attach method)
  • 4k/2k/1080
  • Raspberry Pi touchscreen
  • Compiles with gcc 7.2.1
  • [resolved] Mali is somehow only building for Android, "Mali for linux" throws error during build. This has been clarified, I reached out to Rockchip, this kernel config is simply to allow using older drivers with Linux if so desired.  I don't see immediate reason to desire, so good.
  • [resolved] HDMI Blanking out on change from 4K to other resolutions.  Somehow switch to 4k is ok.  Rockchip adjustments to drivers fixed this for my use case, waiting to hear other feedback
  • VPU/Mali tested/a tutorial

You can also add OpenCL to the list. I added it to the tutorial.

Link to comment
Share on other sites

I just started  Armbian_5.41_Tinkerboard_Ubuntu_xenial_default_4.4.119_desktop  without any updates. Looks good beside the resolution 800x600

 

http://ix.io/R5o

 

armbian-config does start on the desktop.

armbianmonitor -r installed nicely RPi-Monitor Version: 2.12-r0 - needs quite a few packages - I like the design of the start page

 

How do you want us to check Audio, mpv-player ?

  • HDMI
  • Analog

Bluetooth ?

GPU?

VPU?

Link to comment
Share on other sites

I just started  Armbian_5.41_Tinkerboard_Ubuntu_xenial_default_4.4.119_desktop  without any updates. Looks good beside the resolution 800x600
 
http://ix.io/R5o
 
armbian-config does start on the desktop.
armbianmonitor -r installed nicely RPi-Monitor Version: 2.12-r0 - needs quite a few packages - I like the design of the start page
 
How do you want us to check Audio, mpv-player ?
  • HDMI
  • Analog
Bluetooth ?
GPU?
VPU?
For various hardware, JMCC's tutorial will work to test GPU/etc, for audio just load YouTube/etc. I need to wire up the spdif to make sure it works.

Sent from my Pixel using Tapatalk

Link to comment
Share on other sites

26 minutes ago, freak said:

We've noticed that if you change the format of the clock the clock disappears.


What do you mean by that? Which clock?

Link to comment
Share on other sites

I think I found a bug: devfreq does not work for the gpu. 

The devfreq interface is located at /sys/devices/platform/ffa30000.gpu/devfreq/ffa30000.gpu

root@tinkerboard:/sys/devices/platform/ffa30000.gpu/devfreq/ffa30000.gpu# ls
available_frequencies  cur_freq  governor  max_freq  polling_interval  subsystem    trans_stat
available_governors    device    load      min_freq  power             target_freq  uevent
root@tinkerboard:/sys/devices/platform/ffa30000.gpu/devfreq/ffa30000.gpu# cat available_governors
userspace
root@tinkerboard:/sys/devices/platform/ffa30000.gpu/devfreq/ffa30000.gpu# cat available_frequencies
100000000 200000000 300000000 400000000 600000000
root@tinkerboard:/sys/devices/platform/ffa30000.gpu/devfreq/ffa30000.gpu# cat cur_freq
384000000
root@tinkerboard:/sys/devices/platform/ffa30000.gpu/devfreq/ffa30000.gpu# echo 400000000 > min_freq
root@tinkerboard:/sys/devices/platform/ffa30000.gpu/devfreq/ffa30000.gpu# cat cur_freq
384000000
root@tinkerboard:/sys/devices/platform/ffa30000.gpu/devfreq/ffa30000.gpu#

Expected behavior:

  • You should have four available governors: userspace, powersave, performance and simple_ondemand
  • You should be able to set the governor by something like "echo performance > governor", and it should regulate frequency accordingly
  • available_frequencies lists the possible GPU frequencies
  • cur_freq  shows the current frequency, which should be one number from the list in available_frequencies
  • You should be able to set min_freq and max_freq, and the system should honor it

Current behavior:

  • Only userspace governor is available
  • Frequency is fixed at 384000000, no matter what
  • That number is not in the list of available frequencies
  • min and max freq are not honored

Devfreq interface and governors are working properly in the Asus image,  and it also works in Rockchip-linux image built on 2018/01/16. By default, they use the simple_ondemand governor. It allows you to save ~0.4W on idle, and gain about 60% performance under load, with regards to the current Armbian fixed-frequency policy.

Link to comment
Share on other sites

Installed default today.  Downloaded the current version legacy (full desktop) for Tinker Board as it seems to support the audio correctly (according to what I read, and experince says "YES").  Found that the only graphic resolution available is 800x600.  I do not think that this version has correctly identified the GPU.  I had originally flashed the "next" version of the legacy build for Tinker Board, and it supported all the resolutions my monitor was capable of using.  It would not run the PulseAudio though.

 

I would really like to have BOTH audio and higher resolution support.  

 

Ideas?

Edited by chwe
merged
Link to comment
Share on other sites

On 3/9/2018 at 6:10 PM, bjazmoore said:

it seems to support the audio correctly

Glad to hear that is working properly.

 

On 3/9/2018 at 6:10 PM, bjazmoore said:

I would really like to have BOTH audio and higher resolution support.  

 

This becomes a bit more problematic, as I have 2 test monitors in my lab/workshop:  A Samsung 4K monitor and an extremely cheap Acer 1080p monitor.  Both work flawlessly with this kernel, so I will have a difficult time debugging this issue.  can you provide me the output of running the command xrandr?

Link to comment
Share on other sites

I've been installed the latest mainline kernel image with desktop for TinkerBoard from here.

It work normal, but only before first reboot. After reboot the system didn't start.

I try to compile image on my own. But the result exactly the same. System didn't start after reboot, yellow led blink very fast and the heatsink is extremly hot! I think CPU is under heavy load.

 

Now i use the next image. It doesn't have this problem. But have problem with hw acceleration.:)

 

Information about my system is here.

I've trying start the system by three times and the result ander the spoiler.

Spoiler


U-Boot SPL 2017.09-armbian (Mar 01 2018 - 11:17:46)
Returning to boot ROM...


U-Boot 2017.09-armbian (Mar 01 2018 - 11:17:46 +0100)

Model: Tinker-RK3288
DRAM:  2 GiB
MMC:   dwmmc@ff0c0000: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Tinker-RK3288
Net:   eth0: ethernet@ff290000
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found U-Boot script /boot/boot.scr
1485 bytes read in 25 ms (57.6 KiB/s)
## Executing script at 00000000
U-boot loaded from eMMC
253 bytes read in 22 ms (10.7 KiB/s)
54282 bytes read in 124 ms (426.8 KiB/s)
4345543 bytes read in 264 ms (15.7 MiB/s)
8062664 bytes read in 472 ms (16.3 MiB/s)
## Loading init Ramdisk from Legacy Image at 21000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    4345479 Bytes = 4.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
   Loading Ramdisk to 0fbdb000, end 0ffffe87 ... OK
   Loading Device Tree to 0fbca000, end 0fbda409 ... OK

Starting kernel ...

Loading, please wait...
starting version 229
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.27.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1 
/dev/mmcblk0p1: recovering journal
/dev/mmcblk0p1: clean, 127750/468224 files, 605742/1921216 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to [1mUbuntu 16.04.4 LTS[0m!

[[0;32m  OK  [0m] Reached target Encrypted Volumes.
[[0;32m  OK  [0m] Listening on Journal Socket (/dev/log).
[[0;32m  OK  [0m] Started Dispatch Password Requests to Console Directory Watch.
[[0;32m  OK  [0m] Listening on fsck to fsckd communication Socket.
[[0;32m  OK  [0m] Started Trigger resolvconf update for networkd DNS.
[[0;32m  OK  [0m] Reached target Swap.
[[0;32m  OK  [0m] Listening on udev Kernel Socket.
[[0;32m  OK  [0m] Started Forward Password Requests to Wall Directory Watch.
[[0;32m  OK  [0m] Listening on Journal Socket.
[[0;32m  OK  [0m] Listening on Syslog Socket.
[[0;32m  OK  [0m] Reached target User and Group Name Lookups.
[[0;32m  OK  [0m] Listening on udev Control Socket.
[[0;32m  OK  [0m] Reached target Remote File Systems (Pre).
[[0;32m  OK  [0m] Created slice System Slice.
[[0;32m  OK  [0m] Created slice system-serial\x2dgetty.slice.
         Starting Create list of required st... nodes for the current kernel...
         Starting Set console keymap...
         Mounting POSIX Message Queue File System...
         Starting Remount Root and Kernel File Systems...
         Starting Nameserver information manager...
         Mounting Debug File System...
         Starting Restore / save the current clock...
         Starting Load Kernel Modules...
[[0;32m  OK  [0m] Reached target Remote File Systems.
[[0;32m  OK  [0m] Created slice User and Session Slice.
[[0;32m  OK  [0m] Reached target Slices.
[[0;32m  OK  [0m] Listening on /dev/initctl Compatibility Named Pipe.
[[0;32m  OK  [0m] Mounted POSIX Message Queue File System.
[[0;32m  OK  [0m] Mounted Debug File System.
[[0;32m  OK  [0m] Started Create list of required sta...ce nodes for the current kernel.
[[0;32m  OK  [0m] Started Set console keymap.
[[0;32m  OK  [0m] Started Remount Root and Kernel File Systems.
[[0;32m  OK  [0m] Started Restore / save the current clock.
[[0;32m  OK  [0m] Started Nameserver information manager.
         Starting udev Coldplug all Devices...
         Starting Load/Save Random Seed...
         Starting Create Static Device Nodes in /dev...
[[0;32m  OK  [0m] Started Load/Save Random Seed.
[[0;32m  OK  [0m] Started Create Static Device Nodes in /dev.
[[0;32m  OK  [0m] Reached target Local File Systems (Pre).
         Mounting /tmp...
         Starting udev Kernel Device Manager...
[[0;32m  OK  [0m] Mounted /tmp.
[[0;32m  OK  [0m] Started udev Coldplug all Devices.
[[0;32m  OK  [0m] Started udev Kernel Device Manager.
[[0;32m  OK  [0m] Started Entropy daemon using the HAVEGE algorithm.
[[0;32m  OK  [0m] Reached target Local File Systems.
         Starting Armbian enhanced Log2Ram...
         Starting Set console font and keymap...
[[0;32m  OK  [0m] Found device /dev/ttyS2.
[[0;32m  OK  [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[[0;32m  OK  [0m] Reached target Sound Card.
         Starting Load/Save RF Kill Switch Status...
[[0;32m  OK  [0m] Started Load/Save RF Kill Switch Status.
[[0;32m  OK  [0m] Started Set console font and keymap.
[[0;32m  OK  [0m] Created slice system-getty.slice.
[[0;32m  OK  [0m] Started Armbian enhanced Log2Ram.
         Starting Journal Service...
[[0;32m  OK  [0m] Found device /sys/subsystem/net/devices/eth0.
[[0;32m  OK  [0m] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[[0;32m  OK  [0m] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[[0;32m  OK  [0m] Started Create Volatile Files and Directories.
[[0;32m  OK  [0m] Reached target System Time Synchronized.
         Starting Update UTMP about System Boot/Shutdown...
[[0;32m  OK  [0m] Started Update UTMP about System Boot/Shutdown.
[[0;1;31mFAILED[0m] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
         Mounting Configuration File System...
         Starting Apply Kernel Variables...
         Mounting FUSE Control File System...
[[0;32m  OK  [0m] Mounted Configuration File System.
[[0;32m  OK  [0m] Mounted FUSE Control File System.
[[0;32m  OK  [0m] Started Apply Kernel Variables.
[[0;32m  OK  [0m] Reached target System Initialization.
[[0;32m  OK  [0m] Started Daily Cleanup of Temporary Directories.
[[0;32m  OK  [0m] Listening on CUPS Scheduler.
[[0;32m  OK  [0m] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[[0;32m  OK  [0m] Started CUPS Scheduler.
[[0;32m  OK  [0m] Reached target Paths.
[[0;32m  OK  [0m] Started Daily apt download activities.
[[0;32m  OK  [0m] Started Daily apt upgrade and clean activities.
[[0;32m  OK  [0m] Reached target Timers.
[[0;32m  OK  [0m] Listening on D-Bus System Message Bus Socket.
[[0;32m  OK  [0m] Reached target Sockets.
[[0;32m  OK  [0m] Reached target Basic System.
[[0;32m  OK  [0m] Started Realtek H5 bluetooth support.
         Starting Avahi mDNS/DNS-SD Stack...
         Starting LSB: Armbian gathering hardware information...
[[0;32m  OK  [0m] Started Regular background program processing daemon.
         Starting Initializes zram swaping...
         Starting LSB: Start/stop sysstat's sadc...
         Starting System Logging Service...
         Starting Permit User Sessions...
         Starting LSB: Load kernel modules needed to enable cpufreq scaling...
         Starting Accounts Service...
[[0;32m  OK  [0m] Reached target Network (Pre).
[[0;32m  OK  [0m] Started ifup for eth0.
         Starting Raise network interfaces...
         Starting LSB: Speech Dispatcher...
         Starting Save/Restore Sound Card State...
[[0;32m  OK  [0m] Started CUPS Scheduler.
         Starting LSB: No Display Manager...
[[0;32m  OK  [0m] Started D-Bus System Message Bus.
[[0;32m  OK  [0m] Started Avahi mDNS/DNS-SD Stack.
         Starting Network Manager...
         Starting Login Service...
[[0;32m  OK  [0m] Started System Logging Service.
[[0;32m  OK  [0m] Started Initializes zram swaping.
[[0;32m  OK  [0m] Started Permit User Sessions.
[[0;32m  OK  [0m] Started Save/Restore Sound Card State.
[[0;32m  OK  [0m] Started LSB: Start/stop sysstat's sadc.
[[0;32m  OK  [0m] Started LSB: Speech Dispatcher.
[[0;32m  OK  [0m] Started LSB: No Display Manager.
[[0;32m  OK  [0m] Started LSB: Load kernel modules needed to enable cpufreq scaling.
[[0;32m  OK  [0m] Started Login Service.
[[0;32m  OK  [0m] Started Network Manager.
         Starting Network Manager Script Dispatcher Service...
         Starting Network Manager Wait Online...
         Starting Authenticate and Authorize Users to Run Privileged Tasks...
         Starting LSB: set CPUFreq kernel parameters...
         Starting Set console scheme...
[[0;32m  OK  [0m] Started Set console scheme.
[[0;32m  OK  [0m] Started Network Manager Script Dispatcher Service.
[[0;32m  OK  [0m] Started Raise network interfaces.
[[0;32m  OK  [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.
[[0;32m  OK  [0m] Started Accounts Service.
         Starting Hostname Service...
[[0;32m  OK  [0m] Reached target Network.
         Starting OpenBSD Secure Shell server...
[[0;32m  OK  [0m] Started Unattended Upgrades Shutdown.
         Starting OpenVPN service...
         Starting Bluetooth service...
[[0;32m  OK  [0m] Started Hostname Service.
[[0;32m  OK  [0m] Started OpenVPN service.
[[0;32m  OK  [0m] Started LSB: set CPUFreq kernel parameters.
         Starting LSB: Set sysfs variables from /etc/sysfs.conf...
[[0;32m  OK  [0m] Started Bluetooth service.
[[0;32m  OK  [0m] Started LSB: Set sysfs variables from /etc/sysfs.conf.
[[0;32m  OK  [0m] Reached target Bluetooth.
[[0;32m  OK  [0m] Started OpenBSD Secure Shell server.
         Starting WPA supplicant...
[[0;32m  OK  [0m] Started LSB: Armbian gathering hardware information.
[[0;32m  OK  [0m] Started WPA supplicant.
[[0m[0;31m*     [0m] A start job is running for Network ...ger Wait Online (15s / no limit) [K[[0;1;31m*[0m[0;31m*    [0m] A start job is running for Network ...ger Wait Online (15s / no limit) [K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] A start job is running for Network ...ger Wait Online (16s / no limit) [K[ [0;31m*[0;1;31m*[0m[0;31m*  [0m] A start job is running for Network ...ger Wait Online (16s / no limit) [K[  [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network ...ger Wait Online (17s / no limit) [K[   [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Network ...ger Wait Online (18s / no limit) [K[    [0;31m*[0;1;31m*[0m] A start job is running for Network ...ger Wait Online (18s / no limit) [K[     [0;31m*[0m] A start job is running for Network ...ger Wait Online (19s / no limit) [K[    [0;31m*[0;1;31m*[0m] A start job is running for Network ...ger Wait Online (19s / no limit) [K[   [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Network ...ger Wait Online (20s / no limit) [K[  [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network ...ger Wait Online (21s / no limit) [K[ [0;31m*[0;1;31m*[0m[0;31m*  [0m] A start job is running for Network ...ger Wait Online (21s / no limit) [K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] A start job is running for Network ...ger Wait Online (22s / no limit) [K[[0;1;31m*[0m[0;31m*    [0m] A start job is running for Network ...ger Wait Online (22s / no limit) [K[[0m[0;31m*     [0m] A start job is running for Network ...ger Wait Online (23s / no limit) [K[[0;1;31m*[0m[0;31m*    [0m] A start job is running for Network ...ger Wait Online (24s / no limit) [K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] A start job is running for Network ...ger Wait Online (24s / no limit) [K[ [0;31m*[0;1;31m*[0m[0;31m*  [0m] A start job is running for Network ...ger Wait Online (25s / no limit) [K[  [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network ...ger Wait Online (25s / no limit) [K[   [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Network ...ger Wait Online (26s / no limit) [K[    [0;31m*[0;1;31m*[0m] A start job is running for Network ...ger Wait Online (27s / no limit) [K[     [0;31m*[0m] A start job is running for Network ...ger Wait Online (27s / no limit) [K[    [0;31m*[0;1;31m*[0m] A start job is running for Network ...ger Wait Online (28s / no limit) [K[   [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Network ...ger Wait Online (29s / no limit) [K[  [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network ...ger Wait Online (29s / no limit) [K[ [0;31m*[0;1;31m*[0m[0;31m*  [0m] A start job is running for Network ...ger Wait Online (29s / no limit) [K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] A start job is running for Network ...ger Wait Online (30s / no limit) [K[[0;1;31m*[0m[0;31m*    [0m] A start job is running for Network ...ger Wait Online (30s / no limit) [K[[0m[0;31m*     [0m] A start job is running for Network ...ger Wait Online (31s / no limit) [K[[0;1;31m*[0m[0;31m*    [0m] A start job is running for Network ...ger Wait Online (31s / no limit) [K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] A start job is running for Network ...ger Wait Online (32s / no limit) [K[ [0;31m*[0;1;31m*[0m[0;31m*  [0m] A start job is running for Network ...ger Wait Online (32s / no limit) [K[  [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network ...ger Wait Online (33s / no limit) [K[   [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Network ...ger Wait Online (33s / no limit) [K[    [0;31m*[0;1;31m*[0m] A start job is running for Network ...ger Wait Online (34s / no limit) [K[     [0;31m*[0m] A start job is running for Network ...ger Wait Online (34s / no limit) [K[    [0;31m*[0;1;31m*[0m] A start job is running for Network ...ger Wait Online (35s / no limit) [K[   [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Network ...ger Wait Online (35s / no limit) [K[  [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network ...ger Wait Online (36s / no limit) [K[ [0;31m*[0;1;31m*[0m[0;31m*  [0m] A start job is running for Network ...ger Wait Online (36s / no limit) [K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] A start job is running for Network ...ger Wait Online (37s / no limit) [K[[0;1;31m*[0m[0;31m*    [0m] A start job is running for Network ...ger Wait Online (37s / no limit) [K[[0m[0;31m*     [0m] A start job is running for Network ...ger Wait Online (38s / no limit) [K[[0;1;31m*[0m[0;31m*    [0m] A start job is running for Network ...ger Wait Online (38s / no limit) [K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] A start job is running for Network ...ger Wait Online (39s / no limit) [K[[0;1;31mFAILED[0m] Failed to start Network Manager Wait Online.
See 'systemctl status NetworkManager-wait-online.service' for details.
[[0;32m  OK  [0m] Reached target Network is Online.
         Starting LSB: Advanced IEEE 802.11 management daemon...
         Starting LSB: disk temperature monitoring daemon...
         Starting LSB: Start NTP daemon...
         Starting /etc/rc.local Compatibility...
         Starting LSB: Start xrdp and sesman daemons...

U-Boot SPL 2017.09-armbian (Mar 01 2018 - 11:17:46)
Returning to boot ROM...


U-Boot 2017.09-armbian (Mar 01 2018 - 11:17:46 +0100)

Model: Tinker-RK3288
DRAM:  2 GiB
MMC:   dwmmc@ff0c0000: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Tinker-RK3288
Net:   eth0: ethernet@ff290000
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found U-Boot script /boot/boot.scr
1485 bytes read in 25 ms (57.6 KiB/s)
## Executing script at 00000000
U-boot loaded from eMMC
253 bytes read in 22 ms (10.7 KiB/s)
54282 bytes read in 125 ms (423.8 KiB/s)
4345543 bytes read in 265 ms (15.6 MiB/s)
8062664 bytes read in 472 ms (16.3 MiB/s)
## Loading init Ramdisk from Legacy Image at 21000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    4345479 Bytes = 4.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
   Loading Ramdisk to 0fbdb000, end 0ffffe87 ... OK
   Loading Device Tree to 0fbca000, end 0fbda409 ... OK

Starting kernel ...

Loading, please wait...
starting version 229
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.27.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1 
/dev/mmcblk0p1: recovering journal
/dev/mmcblk0p1: clean, 127752/468224 files, 605744/1921216 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to [1mUbuntu 16.04.4 LTS[0m!

[[0;32m  OK  [0m] Reached target Remote File Systems (Pre).
[[0;32m  OK  [0m] Listening on Journal Socket.
[[0;32m  OK  [0m] Reached target Encrypted Volumes.
[[0;32m  OK  [0m] Listening on fsck to fsckd communication Socket.
[[0;32m  OK  [0m] Reached target Remote File Systems.
[[0;32m  OK  [0m] Listening on Journal Socket (/dev/log).
[[0;32m  OK  [0m] Listening on Syslog Socket.
[[0;32m  OK  [0m] Reached target User and Group Name Lookups.
[[0;32m  OK  [0m] Reached target Swap.
[[0;32m  OK  [0m] Listening on udev Kernel Socket.
[[0;32m  OK  [0m] Created slice System Slice.
         Starting Nameserver information manager...
[[0;32m  OK  [0m] Created slice system-serial\x2dgetty.slice.
         Mounting POSIX Message Queue File System...
         Starting Remount Root and Kernel File Systems...
         Starting Load Kernel Modules...
         Starting Restore / save the current clock...
         Starting Create list of required st... nodes for the current kernel...
         Mounting Debug File System...
[[0;32m  OK  [0m] Started Dispatch Password Requests to Console Directory Watch.
[[0;32m  OK  [0m] Started Forward Password Requests to Wall Directory Watch.
         Starting Set console keymap...
[[0;32m  OK  [0m] Listening on udev Control Socket.
[[0;32m  OK  [0m] Listening on /dev/initctl Compatibility Named Pipe.
[[0;32m  OK  [0m] Started Trigger resolvconf update for networkd DNS.
[[0;32m  OK  [0m] Created slice User and Session Slice.
[[0;32m  OK  [0m] Reached target Slices.
[[0;32m  OK  [0m] Mounted POSIX Message Queue File System.
[[0;32m  OK  [0m] Mounted Debug File System.
[[0;32m  OK  [0m] Started Remount Root and Kernel File Systems.
[[0;32m  OK  [0m] Started Restore / save the current clock.
[[0;32m  OK  [0m] Started Create list of required sta...ce nodes for the current kernel.
[[0;32m  OK  [0m] Started Set console keymap.
[[0;32m  OK  [0m] Started Nameserver information manager.
         Starting Create Static Device Nodes in /dev...
         Starting Load/Save Random Seed...
         Starting udev Coldplug all Devices...
[[0;32m  OK  [0m] Started Load/Save Random Seed.
[[0;32m  OK  [0m] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[[0;32m  OK  [0m] Reached target Local File Systems (Pre).
         Mounting /tmp...
[[0;32m  OK  [0m] Mounted /tmp.
[[0;32m  OK  [0m] Started udev Coldplug all Devices.
[[0;32m  OK  [0m] Started udev Kernel Device Manager.
[[0;32m  OK  [0m] Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting Armbian enhanced Log2Ram...
[[0;32m  OK  [0m] Started Entropy daemon using the HAVEGE algorithm.
[[0;32m  OK  [0m] Found device /dev/ttyS2.
[[0;32m  OK  [0m] Reached target Sound Card.
[[0;32m  OK  [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
         Starting Load/Save RF Kill Switch Status...
[[0;32m  OK  [0m] Started Load/Save RF Kill Switch Status.
[[0;32m  OK  [0m] Started Armbian enhanced Log2Ram.
[[0;32m  OK  [0m] Started Set console font and keymap.
[[0;32m  OK  [0m] Created slice system-getty.slice.
         Starting Journal Service...
[[0;32m  OK  [0m] Found device /sys/subsystem/net/devices/eth0.
[[0;32m  OK  [0m] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[[0;32m  OK  [0m] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[[0;32m  OK  [0m] Started Create Volatile Files and Directories.
[[0;32m  OK  [0m] Reached target System Time Synchronized.
         Starting Update UTMP about System Boot/Shutdown...
[[0;32m  OK  [0m] Started Update UTMP about System Boot/Shutdown.
[[0;1;31mFAILED[0m] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
         Mounting FUSE Control File System...
         Starting Apply Kernel Variables...
         Mounting Configuration File System...
[[0;32m  OK  [0m] Mounted Configuration File System.
[[0;32m  OK  [0m] Mounted FUSE Control File System.
[[0;32m  OK  [0m] Started Apply Kernel Variables.
[[0;32m  OK  [0m] Reached target System Initialization.
[[0;32m  OK  [0m] Listening on D-Bus System Message Bus Socket.
[[0;32m  OK  [0m] Started Daily apt download activities.
[[0;32m  OK  [0m] Started CUPS Scheduler.
[[0;32m  OK  [0m] Reached target Paths.
[[0;32m  OK  [0m] Started Daily Cleanup of Temporary Directories.
[[0;32m  OK  [0m] Started Daily apt upgrade and clean activities.
[[0;32m  OK  [0m] Reached target Timers.
[[0;32m  OK  [0m] Listening on CUPS Scheduler.
[[0;32m  OK  [0m] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[[0;32m  OK  [0m] Reached target Sockets.
[[0;32m  OK  [0m] Reached target Basic System.
         Starting LSB: No Display Manager...
[[0;32m  OK  [0m] Started Regular background program processing daemon.
         Starting Avahi mDNS/DNS-SD Stack...
         Starting Permit User Sessions...
         Starting Login Service...
[[0;32m  OK  [0m] Started D-Bus System Message Bus.
[[0;32m  OK  [0m] Started Avahi mDNS/DNS-SD Stack.
         Starting System Logging Service...
         Starting LSB: Armbian gathering hardware information...
[[0;32m  OK  [0m] Started Realtek H5 bluetooth support.
         Starting LSB: Load kernel modules needed to enable cpufreq scaling...
         Starting Accounts Service...
         Starting Initializes zram swaping...
         Starting LSB: Speech Dispatcher...
[[0;32m  OK  [0m] Reached target Network (Pre).
         Starting Network Manager...
[[0;32m  OK  [0m] Started ifup for eth0.
         Starting Raise network interfaces...
         Starting Save/Restore Sound Card State...
[[0;32m  OK  [0m] Started CUPS Scheduler.
         Starting LSB: Start/stop sysstat's sadc...
[[0;32m  OK  [0m] Started System Logging Service.
[[0;32m  OK  [0m] Started Permit User Sessions.
[[0;32m  OK  [0m] Started Save/Restore Sound Card State.
[[0;32m  OK  [0m] Started Initializes zram swaping.
[[0;32m  OK  [0m] Started LSB: No Display Manager.
[[0;32m  OK  [0m] Started LSB: Speech Dispatcher.
[[0;32m  OK  [0m] Started LSB: Start/stop sysstat's sadc.
         Starting Set console scheme...
[[0;32m  OK  [0m] Started Login Service.
[[0;32m  OK  [0m] Started Set console scheme.
[[0;32m  OK  [0m] Started LSB: Load kernel modules needed to enable cpufreq scaling.
[[0;32m  OK  [0m] Started Raise network interfaces.
         Starting LSB: set CPUFreq kernel parameters...
         Starting Authenticate and Authorize Users to Run Privileged Tasks...
[[0;32m  OK  [0m] Started LSB: set CPUFreq kernel parameters.
         Starting LSB: Set sysfs variables from /etc/sysfs.conf...
[[0;32m  OK  [0m] Started Network Manager.
         Starting Network Manager Wait Online...
[[0;32m  OK  [0m] Reached target Network.
         Starting OpenBSD Secure Shell server...
[[0;32m  OK  [0m] Started Unattended Upgrades Shutdown.
         Starting OpenVPN service...
[[0;32m  OK  [0m] Started LSB: Set sysfs variables from /etc/sysfs.conf.
[[0;32m  OK  [0m] Started OpenVPN service.
[[0;32m  OK  [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.
[[0;32m  OK  [0m] Started OpenBSD Secure Shell server.
[[0;32m  OK  [0m] Started Accounts Service.
         Starting Network Manager Script Dispatcher Service...
[[0;32m  OK  [0m] Started Network Manager Script Dispatcher Service.

U-Boot SPL 2017.09-armbian (Mar 01 2018 - 11:17:46)
Returning to boot ROM...


U-Boot 2017.09-armbian (Mar 01 2018 - 11:17:46 +0100)

Model: Tinker-RK3288
DRAM:  2 GiB
MMC:   dwmmc@ff0c0000: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Tinker-RK3288
Net:   eth0: ethernet@ff290000
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found U-Boot script /boot/boot.scr
1485 bytes read in 24 ms (59.6 KiB/s)
## Executing script at 00000000
U-boot loaded from eMMC
253 bytes read in 21 ms (11.7 KiB/s)
54282 bytes read in 125 ms (423.8 KiB/s)
4345543 bytes read in 265 ms (15.6 MiB/s)
8062664 bytes read in 473 ms (16.3 MiB/s)
## Loading init Ramdisk from Legacy Image at 21000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    4345479 Bytes = 4.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
   Loading Ramdisk to 0fbdb000, end 0ffffe87 ... OK
   Loading Device Tree to 0fbca000, end 0fbda409 ... OK

Starting kernel ...

Loading, please wait...
starting version 229
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.27.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1 
/dev/mmcblk0p1: recovering journal
/dev/mmcblk0p1: clean, 127754/468224 files, 605746/1921216 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to [1mUbuntu 16.04.4 LTS[0m!

[[0;32m  OK  [0m] Listening on udev Control Socket.
[[0;32m  OK  [0m] Created slice System Slice.
[[0;32m  OK  [0m] Created slice system-serial\x2dgetty.slice.
[[0;32m  OK  [0m] Started Trigger resolvconf update for networkd DNS.
[[0;32m  OK  [0m] Reached target Remote File Systems (Pre).
[[0;32m  OK  [0m] Listening on Journal Socket.
         Starting Nameserver information manager...
         Starting Set console keymap...
         Mounting POSIX Message Queue File System...
[[0;32m  OK  [0m] Created slice User and Session Slice.
[[0;32m  OK  [0m] Reached target Slices.
[[0;32m  OK  [0m] Reached target Remote File Systems.
[[0;32m  OK  [0m] Listening on fsck to fsckd communication Socket.
[[0;32m  OK  [0m] Listening on udev Kernel Socket.
[[0;32m  OK  [0m] Listening on Syslog Socket.
[[0;32m  OK  [0m] Reached target User and Group Name Lookups.
[[0;32m  OK  [0m] Started Forward Password Requests to Wall Directory Watch.
         Mounting Debug File System...
[[0;32m  OK  [0m] Started Dispatch Password Requests to Console Directory Watch.
[[0;32m  OK  [0m] Reached target Encrypted Volumes.
         Starting Remount Root and Kernel File Systems...
[[0;32m  OK  [0m] Listening on Journal Socket (/dev/log).
[[0;32m  OK  [0m] Listening on /dev/initctl Compatibility Named Pipe.
         Starting Load Kernel Modules...
         Starting Create list of required st... nodes for the current kernel...
         Starting Restore / save the current clock...
[[0;32m  OK  [0m] Reached target Swap.
[[0;32m  OK  [0m] Mounted POSIX Message Queue File System.
[[0;32m  OK  [0m] Mounted Debug File System.
[[0;32m  OK  [0m] Started Set console keymap.
[[0;32m  OK  [0m] Started Remount Root and Kernel File Systems.
[[0;32m  OK  [0m] Started Create list of required sta...ce nodes for the current kernel.
[[0;32m  OK  [0m] Started Restore / save the current clock.
[[0;32m  OK  [0m] Started Nameserver information manager.
         Starting Create Static Device Nodes in /dev...
         Starting Load/Save Random Seed...
         Starting udev Coldplug all Devices...
[[0;32m  OK  [0m] Started Create Static Device Nodes in /dev.
[[0;32m  OK  [0m] Started Load/Save Random Seed.
         Starting udev Kernel Device Manager...
[[0;32m  OK  [0m] Reached target Local File Systems (Pre).
         Mounting /tmp...
[[0;32m  OK  [0m] Mounted /tmp.
[[0;32m  OK  [0m] Started udev Kernel Device Manager.
[[0;32m  OK  [0m] Started udev Coldplug all Devices.
[[0;32m  OK  [0m] Started Entropy daemon using the HAVEGE algorithm.
[[0;32m  OK  [0m] Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting Armbian enhanced Log2Ram...
[[0;32m  OK  [0m] Found device /dev/ttyS2.
[[0;32m  OK  [0m] Reached target Sound Card.
[[0;32m  OK  [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
         Starting Load/Save RF Kill Switch Status...
[[0;32m  OK  [0m] Started Load/Save RF Kill Switch Status.
[[0;32m  OK  [0m] Started Set console font and keymap.
[[0;32m  OK  [0m] Created slice system-getty.slice.
[[0;32m  OK  [0m] Started Armbian enhanced Log2Ram.
         Starting Journal Service...
[[0;32m  OK  [0m] Found device /sys/subsystem/net/devices/eth0.
[[0;32m  OK  [0m] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[[0;32m  OK  [0m] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[[0;32m  OK  [0m] Started Create Volatile Files and Directories.
[[0;32m  OK  [0m] Reached target System Time Synchronized.
         Starting Update UTMP about System Boot/Shutdown...
[[0;32m  OK  [0m] Started Update UTMP about System Boot/Shutdown.
[[0;1;31mFAILED[0m] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
         Starting Apply Kernel Variables...
         Mounting Configuration File System...
         Mounting FUSE Control File System...
[[0;32m  OK  [0m] Mounted Configuration File System.
[[0;32m  OK  [0m] Mounted FUSE Control File System.
[[0;32m  OK  [0m] Started Apply Kernel Variables.
[[0;32m  OK  [0m] Reached target System Initialization.
[[0;32m  OK  [0m] Started CUPS Scheduler.
[[0;32m  OK  [0m] Reached target Paths.
[[0;32m  OK  [0m] Listening on D-Bus System Message Bus Socket.
[[0;32m  OK  [0m] Listening on CUPS Scheduler.
[[0;32m  OK  [0m] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[[0;32m  OK  [0m] Reached target Sockets.
[[0;32m  OK  [0m] Reached target Basic System.
         Starting Accounts Service...
[[0;32m  OK  [0m] Started Regular background program processing daemon.
[[0;32m  OK  [0m] Reached target Network (Pre).
         Starting Raise network interfaces...
[[0;32m  OK  [0m] Started ifup for eth0.
         Starting LSB: Load kernel modules needed to enable cpufreq scaling...
[[0;32m  OK  [0m] Started CUPS Scheduler.
[[0;32m  OK  [0m] Started Realtek H5 bluetooth support.
         Starting LSB: Speech Dispatcher...
         Starting Login Service...
         Starting LSB: Start/stop sysstat's sadc...
         Starting Permit User Sessions...
         Starting LSB: No Display Manager...
         Starting Initializes zram swaping...
         Starting Save/Restore Sound Card State...
[[0;32m  OK  [0m] Started Daily apt download activities.
[[0;32m  OK  [0m] Started Daily apt upgrade and clean activities.
[[0;32m  OK  [0m] Started D-Bus System Message Bus.
         Starting Network Manager...
[[0;32m  OK  [0m] Started Daily Cleanup of Temporary Directories.
[[0;32m  OK  [0m] Reached target Timers.
         Starting LSB: Armbian gathering hardware information...
         Starting Avahi mDNS/DNS-SD Stack...
         Starting System Logging Service...
[[0;32m  OK  [0m] Started Permit User Sessions.
[[0;32m  OK  [0m] Started Initializes zram swaping.
[[0;32m  OK  [0m] Started Save/Restore Sound Card State.

 

Edited by SKRblMER
Link to comment
Share on other sites

I have not had an issue like this, I am downloading the image from the site to test further.

 

What peripherals are attached, and any software installed?

 

[edit] I was unable to replicate this issue with my 2 boards.

Link to comment
Share on other sites

Just now, TonyMac32 said:

What peripherals are attached, and any software installed?

I had only one usb flash 16Gb. Synaptic+gparted. But this is no matter.

Reboot absolutely clear system is enough to get the bug. With no login. With no change password or add new user.

Link to comment
Share on other sites

Interesting.  And this happened on multiple reflashes of the media?  (I assume since you tried mainline as well).  What is the SD card being used, and do you have another of a different brand/capacity for a quick test?

Link to comment
Share on other sites

7 hours ago, TonyMac32 said:

Interesting.  And this happened on multiple reflashes of the media?  (I assume since you tried mainline as well).  What is the SD card being used, and do you have another of a different brand/capacity for a quick test?

I've tryed about 10 different variants. Downloading/compiling, desktop/server, with/without package update, freeze/defreeze kernel. In all variant the same result.

Yesterday I tried next image debian with desktop. And... it doesn't reboot.:unsure:

 

I use bad flash, Nokia 8Gb 2cat. I'm waiting the normal flash, and there is no another flash.:(

Link to comment
Share on other sites

6 minutes ago, SKRblMER said:

I use bad flash, Nokia 8Gb 2cat. I'm waiting the normal flash, and there is no another flash.:(

ding ding ding.. we found a winner....

 

I suggest you wait for your new card before wasting more time with it. Reliable class10 cards don't cost that much in those days... 

 

Edit: 

this thread could be interesting for you. :) 

Link to comment
Share on other sites

5 hours ago, chwe said:

ding ding ding.. we found a winner....

 

I suggest you wait for your new card before wasting more time with it. Reliable class10 cards don't cost that much in those days... 

 

Edit: 

this thread could be interesting for you. :) 

 

I order a new flash because this thread. Thanks.

And how do you explain that i haven't get troubles on next ubuntu image?

Link to comment
Share on other sites

2 hours ago, SKRblMER said:

how do you explain that i haven't get troubles on next ubuntu image?

 

Driver differences, clock source adjustments, etc.  There's a lot of difference from one to the other that could be the difference on something so marginal.

Link to comment
Share on other sites

seems that RK patched the kernel to 4.4.120

Spoiler

 


[ warn ] * [l][c] 04-patch-4.4.114-115.patch [ failed ]
[ warn ] * [l][c] 04-patch-4.4.115-116.patch [ failed ]
[ warn ] * [l][c] 04-patch-4.4.116-117.patch [ failed ]
[ warn ] * [l][c] 04-patch-4.4.117-118.patch [ failed ]
[ warn ] * [l][c] 04-patch-4.4.118-119.patch [ failed ]
...
[ warn ] * [l][c] 220_uart4_fix.patch [ failed ]
...
scripts/kconfig/conf  --oldconfig Kconfig
*
* Restart config...
*
*
* Pin controllers
*
Debug PINCTRL calls (DEBUG_PINCTRL) [N/y/?] n
AMD GPIO pin control (PINCTRL_AMD) [N/y/?] n
One-register-per-pin type device tree based pinctrl driver (PINCTRL_SINGLE) [N/m/y/?] n
Pinctrl and GPIO driver for RK805 PMIC (PINCTRL_RK805) [N/m/y/?] (NEW) y
*
* Multimedia support
*
Multimedia support (MEDIA_SUPPORT) [Y/n/m/?] y
  *
  * Multimedia core support
  *
  Cameras/video grabbers support (MEDIA_CAMERA_SUPPORT) [Y/n/?] y
  Analog TV support (MEDIA_ANALOG_TV_SUPPORT) [N/y/?] n
  Digital TV support (MEDIA_DIGITAL_TV_SUPPORT) [Y/n/?] y
  AM/FM radio receivers/transmitters support (MEDIA_RADIO_SUPPORT) [N/y/?] n
  Software defined radio support (MEDIA_SDR_SUPPORT) [N/y/?] n
  Remote Controller support (MEDIA_RC_SUPPORT) [N/y/?] n
  HDMI CEC support (MEDIA_CEC_SUPPORT) [N/y/?] n
  Media Controller API (MEDIA_CONTROLLER) [N/y/?] n
  Enable advanced debug functionality on V4L2 drivers (VIDEO_ADV_DEBUG) [N/y/?] n
  Enable old-style fixed minor ranges on drivers/video devices (VIDEO_FIXED_MINOR_RANGES) [N/y/?] n
  DVB Network Support (DVB_NET) [Y/n/?] y
  maximum number of DVB/ATSC adapters (DVB_MAX_ADAPTERS) [8] 8
  Dynamic DVB minor allocation (DVB_DYNAMIC_MINORS) [N/y/?] n
  *
  * Media drivers
  *
  *
  * Media USB Adapters
  *
  Media USB Adapters (MEDIA_USB_SUPPORT) [Y/n/?] y
    *
    * Webcam devices
    *
    USB Video Class (UVC) (USB_VIDEO_CLASS) [Y/n/m/?] y
      UVC input events device support (USB_VIDEO_CLASS_INPUT_EVDEV) [N/y/?] n
    *
    * GSPCA based webcams
    *
    GSPCA based webcams (USB_GSPCA) [N/m/y/?] n
    USB Philips Cameras (USB_PWC) [N/m/y/?] n
    CPiA2 Video For Linux (VIDEO_CPIA2) [N/m/y/?] n
    USB ZR364XX Camera support (USB_ZR364XX) [N/m/y/?] n
    USB Syntek DC1125 Camera support (USB_STKWEBCAM) [N/m/y/?] n
    USB Sensoray 2255 video capture device (USB_S2255) [N/m/y/?] n
    USBTV007 video capture support (VIDEO_USBTV) [N/m/y/?] n
    *
    * Analog/digital TV USB devices
    *
    Auvitek AU0828 support (VIDEO_AU0828) [M/n/y/?] m
      Auvitek AU0828 v4l2 analog video support (VIDEO_AU0828_V4L2) [Y/n/?] y
    *
    * Digital TV USB devices
    *
    Support for various USB DVB devices v2 (DVB_USB_V2) [Y/n/m/?] y
      Afatech AF9015 DVB-T USB2.0 support (DVB_USB_AF9015) [M/n/y/?] m
      Afatech AF9035 DVB-T USB2.0 support (DVB_USB_AF9035) [M/n/y/?] m
      Anysee DVB-T/C USB2.0 support (DVB_USB_ANYSEE) [M/n/y/?] m
      Alcor Micro AU6610 USB2.0 support (DVB_USB_AU6610) [M/n/y/?] m
      AzureWave 6007 and clones DVB-T/C USB2.0 support (DVB_USB_AZ6007) [M/n/y/?] m
      Intel CE6230 DVB-T USB2.0 support (DVB_USB_CE6230) [M/n/y/?] m
      E3C EC168 DVB-T USB2.0 support (DVB_USB_EC168) [M/n/y/?] m
      Genesys Logic GL861 USB2.0 support (DVB_USB_GL861) [M/n/y/?] m
      MxL111SF DTV USB2.0 support (DVB_USB_MXL111SF) [M/n/y/?] m
      Realtek RTL28xxU DVB USB support (DVB_USB_RTL28XXU) [M/n/y/?] m
      DVBSky USB support (DVB_USB_DVBSKY) [M/n/y/?] m
    Siano SMS1xxx based MDTV receiver (SMS_USB_DRV) [N/m/y/?] n
    Technisat/B2C2 Air/Sky/Cable2PC USB (DVB_B2C2_FLEXCOP_USB) [M/n/y/?] m
      Enable debug for the B2C2 FlexCop drivers (DVB_B2C2_FLEXCOP_USB_DEBUG) [N/y/?] n
    Abilis AS102 DVB receiver (DVB_AS102) [M/n/y/?] m
    *
    * Webcam, TV (analog/digital) USB devices
    *
    Empia EM28xx USB devices support (VIDEO_EM28XX) [N/m/y] n
  *
  * V4L platform devices
  *
  V4L platform devices (V4L_PLATFORM_DRIVERS) [Y/n/?] y
    SoC camera support (SOC_CAMERA) [Y/n/m/?] y
    platform camera support (SOC_CAMERA_PLATFORM) [M/n/y/?] m
    Rockchip cif isp10 camera sensors (VIDEO_RK_CIF_ISP10) [Y/n/m/?] y
  *
  * Memory-to-memory multimedia devices
  *
  Memory-to-memory multimedia devices (V4L_MEM2MEM_DRIVERS) [Y/n/?] y
    Deinterlace support (VIDEO_MEM2MEM_DEINTERLACE) [N/m/y/?] n
    SuperH VEU mem2mem video processing driver (VIDEO_SH_VEU) [N/m/y/?] n
    Rockchip Raster 2d Grapphic Acceleration Unit (VIDEO_ROCKCHIP_RGA) [Y/n/m/?] y
    Rockchip ROCKCHIP VPU driver (VIDEO_ROCKCHIP_VPU) [Y/n/m/?] y
  *
  * Media test drivers
  *
  Media test drivers (V4L_TEST_DRIVERS) [Y/n] y
    Virtual Video Test Driver (VIDEO_VIVID) [N/m/y/?] n
    Virtual Memory-to-Memory Driver (VIDEO_VIM2M) [N/m/y/?] n
  *
  * DVB platform devices
  *
  DVB platform devices (DVB_PLATFORM_DRIVERS) [Y/n/?] y
    STMicroelectronics C8SECTPFE DVB support (DVB_C8SECTPFE) [M/n/y/?] m
  Support for Rockchip TSP (ROCKCHIP_TSP) [N/y/?] (NEW) n
  *
  * Supported MMC/SDIO adapters
  *
  Siano SMS1xxx based MDTV via SDIO interface (SMS_SDIO_DRV) [N/m/y/?] n
  Cypress firmware helper routines (CYPRESS_FIRMWARE) [M/y] m
  *
  * Media ancillary drivers (tuners, sensors, i2c, frontends)
  *
  Autoselect ancillary drivers (tuners, sensors, i2c, frontends) (MEDIA_SUBDRV_AUTOSELECT) [Y/n/?] y
  *
  * Sensors used on soc_camera driver
  *
  *
  * soc_camera sensor drivers
  *
  imx074 support (SOC_CAMERA_IMX074) [N/m/y/?] n
  mt9m001 support (SOC_CAMERA_MT9M001) [N/m/y/?] n
  mt9m111, mt9m112 and mt9m131 support (SOC_CAMERA_MT9M111) [N/m/y/?] n
  mt9t031 support (SOC_CAMERA_MT9T031) [N/m/y/?] n
  mt9t112 support (SOC_CAMERA_MT9T112) [N/m/y/?] n
  mt9v022 and mt9v024 support (SOC_CAMERA_MT9V022) [N/m/y/?] n
  ov2640 camera support (SOC_CAMERA_OV2640) [N/m/y/?] n
  ov5642 camera support (SOC_CAMERA_OV5642) [N/m/y/?] n
  ov6650 sensor support (SOC_CAMERA_OV6650) [N/m/y/?] n
  ov772x camera support (SOC_CAMERA_OV772X) [N/m/y/?] n
  ov9640 camera support (SOC_CAMERA_OV9640) [N/m/y/?] n
  ov9740 camera support (SOC_CAMERA_OV9740) [N/m/y/?] n
  rj54n1cb0c support (SOC_CAMERA_RJ54N1) [N/m/y/?] n
  tw9910 support (SOC_CAMERA_TW9910) [N/m/y/?] n
  ov8858 driver adapt to rockchip cif isp platform (VIDEO_OV8858) [N/m/y/?] n
  ov2710 driver adapt to rockchip cif isp platform (VIDEO_OV2710) [N/m/y/?] n
  ov4689 driver adapt to rockchip cif isp platform (VIDEO_OV4689) [N/m/y/?] n
  imx323 driver adapt to rockchip cif isp platform (VIDEO_IMX323) [N/m/y/?] n
  ov7750 driver adapt to rockchip cif isp platform (VIDEO_OV7750) [N/m/y/?] n
  tc358749xbg driver adapt to rockchip cif isp platform (VIDEO_TC358749XBG) [N/m/y/?] n
  adv7181 driver adapt to rockchip cif isp platform (VIDEO_ADV7181) [N/m/y/?] n
  ov7675 driver adapt to rockchip cif isp platform (VIDEO_OV7675) [N/m/y/?] n
  nt99230 driver adapt to rockchip cif isp platform (VIDEO_NT99230) [N/m/y/?] n
  ov13850 driver adapt to rockchip cif isp platform (VIDEO_OV13850) [N/m/y/?] n
  camsys driver  (CAMSYS_DRV) [N/m/y] n
  rockchip supported soc cameras  (ROCK_CHIP_SOC_CAMERA) [N/m/y] n
*
* ALSA for SoC audio support
*
ALSA for SoC audio support (SND_SOC) [Y/n/m/?] y
  SoC Audio for the Atmel System-on-Chip (SND_ATMEL_SOC) [N/m/y/?] n
  Synopsys I2S Device Driver (SND_DESIGNWARE_I2S) [N/m/y/?] n
  *
  * SoC Audio for Freescale CPUs
  *
  *
  * Common SoC Audio options for Freescale CPUs:
  *
  Asynchronous Sample Rate Converter (ASRC) module support (SND_SOC_FSL_ASRC) [N/m/y/?] n
  Synchronous Audio Interface (SAI) module support (SND_SOC_FSL_SAI) [N/m/y/?] n
  Synchronous Serial Interface module (SSI) support (SND_SOC_FSL_SSI) [N/m/y/?] n
  Sony/Philips Digital Interface (S/PDIF) module support (SND_SOC_FSL_SPDIF) [N/m/y/?] n
  Enhanced Serial Audio Interface (ESAI) module support (SND_SOC_FSL_ESAI) [N/m/y/?] n
  Digital Audio Mux module support (SND_SOC_IMX_AUDMUX) [N/m/y/?] n
  ASoC support for Rockchip (SND_SOC_ROCKCHIP) [Y/n/m/?] y
    Rockchip I2S Device Driver (SND_SOC_ROCKCHIP_I2S) [Y/?] y
    Rockchip I2S/TDM Device Driver (SND_SOC_ROCKCHIP_I2S_TDM) [N/m/y/?] (NEW) n
    Rockchip PDM Controller Driver (SND_SOC_ROCKCHIP_PDM) [N/m/y/?] n
    Rockchip SPDIF Device Driver (SND_SOC_ROCKCHIP_SPDIF) [Y/n/m/?] y
    ASoC support for Rockchip boards using a DA7219 codec (SND_SOC_ROCKCHIP_DA7219) [N/m/y/?] n
  ASoC support for Rockchip built-in HDMI and CODEC IC (SND_SOC_ROCKCHIP_HDMI_ANALOG) [Y/n/m/?] y
  ASoC support for Rockchip built-in HDMI and DP (SND_SOC_ROCKCHIP_HDMI_DP) [N/m/y/?] n
  ASoC support for Rockchip boards using a MAX98090 codec (SND_SOC_ROCKCHIP_MAX98090) [Y/n/m/?] y
  ASoC support for Rockchip multicodecs (SND_SOC_ROCKCHIP_MULTICODECS) [N/m/y/?] (NEW) y
  ASoC support for Rockchip boards using a RT5645/RT5650 codec (SND_SOC_ROCKCHIP_RT5645) [Y/n/m/?] y
  ASoC support for Rockchip boards RT5651 TC358749 HDMIIN (SND_SOC_ROCKCHIP_RT5651_TC358749) [N/m/y/?] n
  ASoC support for Rockchip CDN DP common codec (SND_SOC_ROCKCHIP_CDNDP) [N/m/y/?] n
  *
  * Allwinner SoC Audio support
  *
  Allwinner A10 Codec Support (SND_SUN4I_CODEC) [N/m/y/?] n
  XTFPGA I2S master (SND_SOC_XTFPGA_I2S) [N/m/y/?] n
  *
  * CODEC drivers
  *
  Build generic ASoC AC97 CODEC driver (SND_SOC_AC97_CODEC) [N/m/y] n
  Analog Devices ADAU1701 CODEC (SND_SOC_ADAU1701) [N/m/y] n
  AKM AK4104 CODEC (SND_SOC_AK4104) [N/m/y] n
  AKM AK4554 CODEC (SND_SOC_AK4554) [N/m/y] n
  AKM AK4613 CODEC (SND_SOC_AK4613) [N/m/y] n
  AKM AK4642 CODEC (SND_SOC_AK4642) [N/m/y] n
  AKM AK5638 CODEC (SND_SOC_AK5386) [N/m/y] n
  Realtek ALC5623 CODEC (SND_SOC_ALC5623) [N/m/y] n
  Cirrus Logic CS35L32 CODEC (SND_SOC_CS35L32) [N/m/y] n
  Cirrus Logic CS42L51 CODEC (I2C) (SND_SOC_CS42L51_I2C) [N/m/y] n
  Cirrus Logic CS42L52 CODEC (SND_SOC_CS42L52) [N/m/y] n
  Cirrus Logic CS42L56 CODEC (SND_SOC_CS42L56) [N/m/y] n
  Cirrus Logic CS42L73 CODEC (SND_SOC_CS42L73) [N/m/y] n
  Cirrus Logic CS4265 CODEC (SND_SOC_CS4265) [N/m/y] n
  Cirrus Logic CS4270 CODEC (SND_SOC_CS4270) [N/m/y] n
  Cirrus Logic CS4271 CODEC (I2C) (SND_SOC_CS4271_I2C) [N/m/y] n
  Cirrus Logic CS4271 CODEC (SPI) (SND_SOC_CS4271_SPI) [N/m/y] n
  Cirrus Logic CS42448/CS42888 CODEC (I2C) (SND_SOC_CS42XX8_I2C) [N/m/y] n
  Cirrus Logic CS4349 CODEC (SND_SOC_CS4349) [N/m/y] n
  CX2072X CODEC (SND_SOC_CX2072X) [N/m/y] n
  CX20810 is a voice capture ic. (SND_SOC_CX20810) [N/m/y/?] n
  dummy codec (SND_SOC_DUMMY_CODEC) [N/m/y] (NEW) y
  bt sco audio (SND_SOC_BT_SCO) [N/m/y] n
  Everest Semi ES8316 CODEC (SND_SOC_ES8316) [N/m/y] n
  Everest Semi ES8323 CODEC (SND_SOC_ES8323) [Y/n/m] y
  Everest Semi ES8328 CODEC (SND_SOC_ES8328) [N/m/y] n
  Everest Semi ES8328 CODEC I2C (SND_SOC_ES8328_I2C) [N/m/y] n
  Everest Semi ES8396 CODEC (SND_SOC_ES8396) [N/m/y] n
  GTM601 UMTS modem audio codec (SND_SOC_GTM601) [N/m/y] n
  gva codec (SND_SOC_GVA_CODEC) [N/m/y] n
  Voice Processor support for FM1288 (SND_SOC_FM1288) [N/m/y/?] n
  Texas Instruments PCM1681 CODEC (SND_SOC_PCM1681) [N/m/y] n
  Texas Instruments PCM1792A CODEC (SND_SOC_PCM1792A) [N/m/y] n
  Texas Instruments PCM512x CODECs - I2C (SND_SOC_PCM512x_I2C) [N/m/y] n
  Texas Instruments PCM512x CODECs - SPI (SND_SOC_PCM512x_SPI) [N/m/y] n
  Rockchip RK312X CODEC (SND_SOC_RK312X) [N/m/y] n
  Rockchip RK3228 CODEC (SND_SOC_RK3228) [N/m/y] n
  Rockchip RK3308 CODEC (SND_SOC_RK3308) [N/m/y] (NEW) n
  Rockchip RK3328 CODEC (SND_SOC_RK3328) [N/m/y] n
  Rockchip RK817 CODEC (SND_SOC_RK817) [N/m/y] n
  Realtek RT5616 CODEC (SND_SOC_RT5616) [Y/n/m] y
  Realtek ALC5631/RT5631 CODEC (SND_SOC_RT5631) [N/m/y] n
  Realtek ALC5640 CODEC (SND_SOC_RT5640) [Y/n/m] y
  Realtek ALC5651 CODEC (SND_SOC_RT5651) [N/m/y] n
  Freescale SGTL5000 CODEC (SND_SOC_SGTL5000) [N/m/y] n
  SiRF SoC internal audio codec (SND_SOC_SIRF_AUDIO_CODEC) [N/m/y] n
  S/PDIF CODEC (SND_SOC_SPDIF) [Y/n/m] y
  Analog Devices SSM2602 CODEC - SPI (SND_SOC_SSM2602_SPI) [N/m/y] n
  Analog Devices SSM2602 CODEC - I2C (SND_SOC_SSM2602_I2C) [N/m/y] n
  Analog Devices ssm4567 amplifier driver support (SND_SOC_SSM4567) [N/m/y] n
  STA326, STA328 and STA329 speaker amplifier (SND_SOC_STA32X) [N/m/y] n
  STA350 speaker amplifier (SND_SOC_STA350) [N/m/y] n
  codec Audio support for STI SAS codec (SND_SOC_STI_SAS) [N/m/y] n
  Texas Instruments TAS2552 Mono Audio amplifier (SND_SOC_TAS2552) [N/m/y] n
  Texas Instruments TAS5086 speaker amplifier (SND_SOC_TAS5086) [N/m/y] n
  Texas Instruments TAS5711/TAS5717/TAS5719 power amplifiers (SND_SOC_TAS571X) [N/m/y] n
  Toshiba TC358749X HDMI in Audio codec (SND_SOC_TC358749X) [M/n/y] m
  NXP Semiconductors TFA9879 amplifier (SND_SOC_TFA9879) [N/m/y] n
  Texas Instruments TLV320AIC23 audio CODEC - I2C (SND_SOC_TLV320AIC23_I2C) [N/m/y] n
  Texas Instruments TLV320AIC23 audio CODEC - SPI (SND_SOC_TLV320AIC23_SPI) [N/m/y] n
  Texas Instruments TLV320AIC31xx CODECs (SND_SOC_TLV320AIC31XX) [N/m/y] n
  Texas Instruments TLV320AIC3x CODECs (SND_SOC_TLV320AIC3X) [N/m/y] n
  TI Headset/Mic detect and keypress chip (SND_SOC_TS3A227E) [Y] y
  Wolfson Microelectronics WM8510 CODEC (SND_SOC_WM8510) [N/m/y] n
  Wolfson Microelectronics WM8523 DAC (SND_SOC_WM8523) [N/m/y] n
  Wolfson Microelectronics WM8523 CODEC (SND_SOC_WM8580) [N/m/y] n
  Wolfson Microelectronics WM8711 CODEC (SND_SOC_WM8711) [N/m/y] n
  Wolfson Microelectronics WM8728 DAC (SND_SOC_WM8728) [N/m/y] n
  Wolfson Microelectronics WM8731 CODEC (SND_SOC_WM8731) [N/m/y] n
  Wolfson Microelectronics WM8737 ADC (SND_SOC_WM8737) [N/m/y] n
  Wolfson Microelectronics WM8737 DAC (SND_SOC_WM8741) [N/m/y] n
  Wolfson Microelectronics WM8750 CODEC (SND_SOC_WM8750) [N/m/y] n
  Wolfson Microelectronics WM8753 CODEC (SND_SOC_WM8753) [N/m/y] n
  Wolfson Microelectronics WM8770 CODEC (SND_SOC_WM8770) [N/m/y] n
  Wolfson Microelectronics WM8776 CODEC (SND_SOC_WM8776) [N/m/y] n
  Wolfson Microelectronics WM8804 S/PDIF transceiver I2C (SND_SOC_WM8804_I2C) [N/m/y] n
  Wolfson Microelectronics WM8804 S/PDIF transceiver SPI (SND_SOC_WM8804_SPI) [N/m/y] n
  Wolfson Microelectronics WM8903 CODEC (SND_SOC_WM8903) [N/m/y] n
  Wolfson Microelectronics WM8962 CODEC (SND_SOC_WM8962) [N/m/y] n
  Wolfson Microelectronics WM8978 codec (SND_SOC_WM8978) [N/m/y] n
  Texas Instruments TPA6130A2 headphone amplifier (SND_SOC_TPA6130A2) [N/m/y] n
  ASoC Simple sound card support (SND_SIMPLE_CARD) [Y/n/m/?] y
*
* CPU selection
*
RK3126/8 (CPU_RK312X) [Y/n] (NEW) n
RK3036 (CPU_RK3036) [Y/n] (NEW) n
RK3066/8 (CPU_RK30XX) [Y/n] (NEW) n
RK3188 (CPU_RK3188) [Y/n] (NEW) n
RK3288 (CPU_RK3288) [Y/n] (NEW) y
RK3228/9 (CPU_RK322X) [Y/n] (NEW) n
RV1107/8 (CPU_RV110X) [Y/n] (NEW) n
*
* NVMEM Support
*
NVMEM Support (NVMEM) [Y/n/m/?] y
  Rockchip eFuse Support (ROCKCHIP_EFUSE) [Y/n/m/?] y
  Rockchip OTP Support (ROCKCHIP_OTP) [N/m/y/?] (NEW) n
*
* Cryptographic API
*
Cryptographic API (CRYPTO) [Y/?] y
  *
  * Crypto core or helper
  *
  RSA algorithm (CRYPTO_RSA) [N/m/y/?] n
  Cryptographic algorithm manager (CRYPTO_MANAGER) [Y/?] y
  Userspace cryptographic algorithm configuration (CRYPTO_USER) [N/m/y/?] n
  Disable run-time self tests (CRYPTO_MANAGER_DISABLE_TESTS) [Y/n/?] y
  GF(2^128) multiplication functions (CRYPTO_GF128MUL) [Y/?] y
  Null algorithms (CRYPTO_NULL) [Y/?] y
  Parallel crypto engine (CRYPTO_PCRYPT) [N/m/y/?] n
  Software async crypto daemon (CRYPTO_CRYPTD) [N/m/y/?] n
  Software async multi-buffer crypto daemon (CRYPTO_MCRYPTD) [N/m/y/?] n
  Authenc support (CRYPTO_AUTHENC) [Y/?] y
  Testing module (CRYPTO_TEST) [N/m/?] n
  *
  * Authenticated Encryption with Associated Data
  *
  CCM support (CRYPTO_CCM) [Y/?] y
  GCM/GMAC support (CRYPTO_GCM) [Y/?] y
  ChaCha20-Poly1305 AEAD support (CRYPTO_CHACHA20POLY1305) [N/m/y/?] n
  Sequence Number IV Generator (CRYPTO_SEQIV) [Y/?] y
  Encrypted Chain IV Generator (CRYPTO_ECHAINIV) [M/n/y/?] m
  *
  * Block modes
  *
  CBC support (CRYPTO_CBC) [Y/?] y
  HEH support (CRYPTO_HEH) [N/m/y/?] n
  CTR support (CRYPTO_CTR) [Y/?] y
  CTS support (CRYPTO_CTS) [N/m/y/?] n
  ECB support (CRYPTO_ECB) [Y/?] y
  LRW support (CRYPTO_LRW) [N/m/y/?] n
  PCBC support (CRYPTO_PCBC) [N/m/y/?] n
  XTS support (CRYPTO_XTS) [N/m/y/?] n
  Key wrapping support (CRYPTO_KEYWRAP) [N/m/y/?] n
  *
  * Hash modes
  *
  CMAC support (CRYPTO_CMAC) [Y/?] y
  HMAC support (CRYPTO_HMAC) [Y/?] y
  XCBC support (CRYPTO_XCBC) [N/m/y/?] n
  VMAC support (CRYPTO_VMAC) [N/m/y/?] n
  *
  * Digest
  *
  CRC32c CRC algorithm (CRYPTO_CRC32C) [Y/?] y
  CRC32 CRC algorithm (CRYPTO_CRC32) [N/m/y/?] n
  CRCT10DIF algorithm (CRYPTO_CRCT10DIF) [Y/?] y
  GHASH digest algorithm (CRYPTO_GHASH) [Y/?] y
  Poly1305 authenticator algorithm (CRYPTO_POLY1305) [N/m/y/?] n
  MD4 digest algorithm (CRYPTO_MD4) [Y/m/?] y
  MD5 digest algorithm (CRYPTO_MD5) [Y/?] y
  Michael MIC keyed digest algorithm (CRYPTO_MICHAEL_MIC) [Y/?] y
  RIPEMD-128 digest algorithm (CRYPTO_RMD128) [N/m/y/?] n
  RIPEMD-160 digest algorithm (CRYPTO_RMD160) [N/m/y/?] n
  RIPEMD-256 digest algorithm (CRYPTO_RMD256) [N/m/y/?] n
  RIPEMD-320 digest algorithm (CRYPTO_RMD320) [N/m/y/?] n
  SHA1 digest algorithm (CRYPTO_SHA1) [Y/?] y
  SHA224 and SHA256 digest algorithm (CRYPTO_SHA256) [Y/?] y
  SHA384 and SHA512 digest algorithms (CRYPTO_SHA512) [Y/n/m/?] y
  Tiger digest algorithms (CRYPTO_TGR192) [N/m/y/?] n
  Whirlpool digest algorithms (CRYPTO_WP512) [N/m/y/?] n
  *
  * Ciphers
  *
  AES cipher algorithms (CRYPTO_AES) [Y/?] y
  Anubis cipher algorithm (CRYPTO_ANUBIS) [N/m/y/?] n
  ARC4 cipher algorithm (CRYPTO_ARC4) [Y/?] y
  Blowfish cipher algorithm (CRYPTO_BLOWFISH) [N/m/y/?] n
  Camellia cipher algorithms (CRYPTO_CAMELLIA) [N/m/y/?] n
  CAST5 (CAST-128) cipher algorithm (CRYPTO_CAST5) [N/m/y/?] n
  CAST6 (CAST-256) cipher algorithm (CRYPTO_CAST6) [N/m/y/?] n
  DES and Triple DES EDE cipher algorithms (CRYPTO_DES) [Y/?] y
  FCrypt cipher algorithm (CRYPTO_FCRYPT) [N/m/y/?] n
  Khazad cipher algorithm (CRYPTO_KHAZAD) [N/m/y/?] n
  Salsa20 stream cipher algorithm (CRYPTO_SALSA20) [N/m/y/?] n
  ChaCha20 cipher algorithm (CRYPTO_CHACHA20) [N/m/y/?] n
  SEED cipher algorithm (CRYPTO_SEED) [N/m/y/?] n
  Serpent cipher algorithm (CRYPTO_SERPENT) [N/m/y/?] n
  Speck cipher algorithm (CRYPTO_SPECK) [N/m/y/?] (NEW) n
  TEA, XTEA and XETA cipher algorithms (CRYPTO_TEA) [N/m/y/?] n
  Twofish cipher algorithm (CRYPTO_TWOFISH) [N/m/y/?] n
  *
  * Compression
  *
  Deflate compression algorithm (CRYPTO_DEFLATE) [Y/?] y
  Zlib compression algorithm (CRYPTO_ZLIB) [N/m/y/?] n
  LZO compression algorithm (CRYPTO_LZO) [N/m/y/?] n
  842 compression algorithm (CRYPTO_842) [N/m/y/?] n
  LZ4 compression algorithm (CRYPTO_LZ4) [M/n/y/?] m
  LZ4HC compression algorithm (CRYPTO_LZ4HC) [N/m/y/?] n
  *
  * Random Number Generation
  *
  Pseudo Random Number Generation for Cryptographic modules (CRYPTO_ANSI_CPRNG) [N/m/y/?] n
  *
  * NIST SP800-90A DRBG
  *
  NIST SP800-90A DRBG (CRYPTO_DRBG_MENU) [Y/?] y
    Enable Hash DRBG (CRYPTO_DRBG_HASH) [N/y/?] n
    Enable CTR DRBG (CRYPTO_DRBG_CTR) [N/y/?] n
  Jitterentropy Non-Deterministic Random Number Generator (CRYPTO_JITTERENTROPY) [Y/?] y
  User-space interface for hash algorithms (CRYPTO_USER_API_HASH) [Y/n/m/?] y
  User-space interface for symmetric key cipher algorithms (CRYPTO_USER_API_SKCIPHER) [Y/n/m/?] y
  User-space interface for random number generator algorithms (CRYPTO_USER_API_RNG) [N/m/y/?] n
  User-space interface for AEAD cipher algorithms (CRYPTO_USER_API_AEAD) [N/m/y/?] n
  *
  * Hardware crypto devices
  *
  Hardware crypto devices (CRYPTO_HW) [Y/n/?] y
  *
  * Asymmetric (public-key cryptographic) key type
  *
  Asymmetric (public-key cryptographic) key type (ASYMMETRIC_KEY_TYPE) [Y/n/m/?] y
    Asymmetric public-key crypto algorithm subtype (ASYMMETRIC_PUBLIC_KEY_SUBTYPE) [Y/n/m/?] y
    RSA public-key algorithm (PUBLIC_KEY_ALGO_RSA) [Y/?] y
    X.509 certificate parser (X509_CERTIFICATE_PARSER) [Y/n/m/?] y
      PKCS#7 message parser (PKCS7_MESSAGE_PARSER) [Y/n/m/?] y
        PKCS#7 testing key type (PKCS7_TEST_KEY) [N/m/y/?] n
        Support for PE file signature verification (SIGNED_PE_FILE_VERIFICATION) [N/y/?] n
  *
  * Certificates for signature checking
  *
  Provide system-wide ring of trusted keys (SYSTEM_TRUSTED_KEYRING) [Y/n/?] y
    Additional X.509 keys for default system keyring (SYSTEM_TRUSTED_KEYS) []
  *
  * ARM Accelerated Cryptographic Algorithms
  *
  ARM Accelerated Cryptographic Algorithms (ARM_CRYPTO) [N/y/?] n
#
# configuration written to .config
#
  HOSTCC  scripts/kconfig/mconf.o
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTLD  scripts/kconfig/mconf
scripts/kconfig/mconf  Kconfig

default-config might also need some adjustments... :P  

Edited by Tido
added spoiler
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines