Jump to content

Odroid C1 (S805)


balbes150

Recommended Posts

I tried this one: Armbian_20.05.3_Aml-s812_bullseye_current_5.7.0-rc4_desktop_20200506.img changed the dtb file location.

Nothing happend, the uart print is limit to the first stage bootloader:

QA5:A;SVN:B72;POC:17F;STS:0;BOOT:0;INIT:10;BOOT:1;INIT:0;READ:41;USB:3;QA5:A;SVN:B72;POC:17F;STS:0;BOOT:0;INIT:10;BOOT:1;INIT:0;READ:41;USB:3;SERIAL:4;STS:0;BOOT:0;INIT:10;BOOT:1;INIT:0;READ:41;USB:3;SERIAL:4;

No HDMI output.

The same applies to: LibreELEC-ARM-ALL.arm-9.80-devel-20200430145031-569f834-s8xx.img

Link to comment
Share on other sites

45 minutes ago, suchende said:

Nothing happend, the uart print is limit to the first stage bootloader:

Thank you for checking. It looks like u-boot is not working correctly (or is missing) for c1. I will check and write when another test image for c1 is ready.

Link to comment
Share on other sites

On 5/12/2020 at 3:35 PM, suchende said:

Nothing happend, the uart print is limit to the first stage bootloader:

I uploaded u-boot files and scripts (boot.ini) to the site for testing with LE and Armbian images. After writing the image to the SD card, you need to write the u-boot file with two commands.

 

dd if=u-boot-s805-odroid-c1.img of=/dev/<you_sd_card> conv=fsync bs=1 count=442

dd if=u-boot-s805-odroid-c1.img of=/dev/<you_sd_card> conv=fsync bs=512 skip=1 seek=1

 

Add one of the options (boot.ini) for the desired system to the SD card. Download the desired boot.ini-* file and rename it to (boot.ini).

 

https://yadi.sk/d/RHCR-HwE886n_A

Link to comment
Share on other sites

   Booting using the fdt blob at 0x11800000
   Loading Kernel Image ... OK
OK
uboot time: 5690452 us.
Using machid 0xf81 from environment
faild to get aml_reserved_end address
the default relocate ramdisk and fdt address-relocate_addr: 0x20000000
   Loading Device Tree to 1fff6000, end 1ffff038 ... OK
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND

Starting kernel ...

[    0.183645] lima d00c0000.gpu: IRQ ppmmu2 not found
[    0.183687] lima d00c0000.gpu: IRQ ppmmu3 not found
[    0.187786] lima d00c0000.gpu: IRQ ppmmu4 not found
[    0.192637] lima d00c0000.gpu: IRQ ppmmu5 not found
[    0.197498] lima d00c0000.gpu: IRQ ppmmu6 not found
[    0.202360] lima d00c0000.gpu: IRQ ppmmu7 not found
[    0.207403] lima d00c0000.gpu: IRQ pp2 not found
[    0.211828] lima d00c0000.gpu: IRQ pp3 not found
[    0.216428] lima d00c0000.gpu: IRQ pp4 not found
[    0.221030] lima d00c0000.gpu: IRQ pp5 not found
[    0.225632] lima d00c0000.gpu: IRQ pp6 not found
[    0.230235] lima d00c0000.gpu: IRQ pp7 not found
[    0.235440] debugfs: Directory 'd00c0000.gpu-mali' with parent 'VDDEE' already present!
[    0.262215] dummy-irq: no IRQ given.  Use irq=N
[    0.264896] mtdoops: mtd device (mtddev=name/number) must be supplied
[    0.289184] remoteproc remoteproc0: request_firmware failed: -2
[    0.289939] no UART detected at 0x1
[    0.462107] meson-drm d0100000.vpu: meson_vclk_setup(1, 148500, 148500, 148500, 0)
[    0.769930] meson-mx-ao-arc-firmware ao-arc-firmware: Failed to request mbox channel #0
[ �QA5:A;SVN:B72;POC:17F;STS:0;BOOT:0;INIT:10;BOOT:1;INIT:0;READ:0;CHECK:0;PASS:1;
-----------------------------------------------3C0001
S/N : HKC1CC0349CD6833
0x0000009f
check SD_boot_type:0x1   card_type:0x1
Loading U-boot...success.


U-boot-00000-g3b0181fd0a(odroidc@3b0181fd) (Jul 17 2018 - 18:49:05)

DRAM:  1 GiB  
relocation Offset is: 2ff20000
MMC:   SDCARD: 0, eMMC: 1
IR init is done!
vpu clk_level = 3
set vpu clk: 182150000Hz, readback: 182150000Hz(0x701)
mode = 6  vic = 4
set HDMI vic: 4
mode is: 6
viu chan = 1  
config HPLL   
config HPLL done
reconfig packet setting done
MMC read: dev # 0, block # 33984, count 12288 ... 12288 blocks read: OK
There is no valid bmp file at the given address
============================================================
Vendor: Man 035344 Snr 70732735 Rev: 8.0 Prod: SC16G
            Type: Removable Hard Disk
            Capacity: 15193.5 MB = 14.8 GB (31116288 x 512)
------------------------------------------------------------
Partition     Start Sector     Num Sectors     Type
    1                32768         1048576       c
    2              1081344        30034944      83
============================================================
Net:   Meson_Ethernet
init suspend firmware done. (ret:0)
Hit Enter key to stop autoboot -- :  0
exit abortboot: 0
reading boot.ini

662 bytes read
Loading boot.ini from mmc0:1 (vfat)
Executing the script...
setenv env_addr "0x11400000"
setenv dtb_addr "0x11800000"
setenv kernel_addr "0x14000000"
setenv boot_start bootm ${kernel_addr} - ${dtb_addr}
video dev open 1080P
mode = 8  vic = 16
set HDMI vic: 16
mode is: 8
viu chan = 1  
config HPLL   
config HPLL done
reconfig packet setting done
if fatload mmc 0 ${env_addr} uEnv.txt; then env import -t ${env_addr} ${filesize}; setenv bootargs ${APPEND}; else exit;
 fi; if fatload mmc 0 ${kernel_addr} ${LINUX}; then if fatload mmc 0 ${dtb_addr} ${FDT}; then run boot_start; fi; fi;
reading uEnv.txt

171 bytes read
reading /KERNEL

12837304 bytes read
reading /dtb/amlogic/meson8b-odroidc1.dtb

24633 bytes read
## Booting kernel from Legacy Image at 14000000 ...
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    12837240 Bytes = 12.2 MiB
   Load Address: 00208000
   Entry Point:  00208000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 11800000
   Booting using the fdt blob at 0x11800000
   Loading Kernel Image ... OK
OK
uboot time: 5584013 us.
Using machid 0xf81 from environment
faild to get aml_reserved_end address
the default relocate ramdisk and fdt address-relocate_addr: 0x20000000
   Loading Device Tree to 1fff6000, end 1ffff038 ... OK
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND

Starting kernel ...

[    0.186405] lima d00c0000.gpu: IRQ ppmmu2 not found
[    0.186448] lima d00c0000.gpu: IRQ ppmmu3 not found
[    0.190548] lima d00c0000.gpu: IRQ ppmmu4 not found
[    0.195402] lima d00c0000.gpu: IRQ ppmmu5 not found
[    0.200259] lima d00c0000.gpu: IRQ ppmmu6 not found
[    0.205121] lima d00c0000.gpu: IRQ ppmmu7 not found
[    0.210140] lima d00c0000.gpu: IRQ pp2 not found
[    0.214589] lima d00c0000.gpu: IRQ pp3 not found
[    0.219189] lima d00c0000.gpu: IRQ pp4 not found
[    0.223791] lima d00c0000.gpu: IRQ pp5 not found
[    0.228393] lima d00c0000.gpu: IRQ pp6 not found
[    0.232995] lima d00c0000.gpu: IRQ pp7 not found
[    0.238201] debugfs: Directory 'd00c0000.gpu-mali' with parent 'VDDEE' already present!
[    0.264890] dummy-irq: no IRQ given.  Use irq=N
[    0.267625] mtdoops: mtd device (mtddev=name/number) must be supplied
[    0.289609] remoteproc remoteproc0: request_firmware failed: -2
[    0.292283] no UART detected at 0x1
[    0.460748] meson-drm d0100000.vpu: meson_vclk_setup(1, 148500, 148500, 148500, 0)
[    0.780460] meson-mx-ao-arc-firmware ao-arc-firmware: Failed to request mbox channel #0

That is the boot log from libreelec. So far the systems boots up and show the kodi UI. I will test the armbian image at the weekend.

Link to comment
Share on other sites

Looking forward to feedback from Armbian! I'm currently running Pi-Hole on C1+ with Armbian Buster and legacy 3.10 kernel from Jessie. Current working kernel would be a huge relief.

 

Short question, since I'm new to u-boot. Does these commands will work regardless of state of Armbian on my SD card? I was starting with Armbian Jessie long time ago and went through upgrades to current Debian Buster. Does these rely on specific addresses from specific images or they can be used for any u-boot bootloader? TLDR: can I safely run them on my system to replace my kernel (together with new boot.ini)?

 

dd if=u-boot-s805-odroid-c1.img of=/dev/<you_sd_card> conv=fsync bs=1 count=442

dd if=u-boot-s805-odroid-c1.img of=/dev/<you_sd_card> conv=fsync bs=512 skip=1 seek=1

Edited by nef
Link to comment
Share on other sites

9 hours ago, nef said:

Does these commands will work regardless of state of Armbian on my SD card?

I haven't checked (I don't have this model), but I think it should work, provided you use the appropriate LE and Armbian images (which use the appropriate partitioning).

 

9 hours ago, nef said:

I was starting with Armbian Jessie long time ago and went through upgrades to current Debian Buster. Does these rely on specific addresses from specific images or they can be used for any u-boot bootloader?

Specify which addresses you are referring to.

 

9 hours ago, nef said:

can I safely run them on my system to replace my kernel (together with new boot.ini)?

No, this u-boot is intended for new versions of Armbian and LE (which have different partition placement).

Link to comment
Share on other sites

On 5/15/2020 at 10:42 AM, balbes150 said:

Specify which addresses you are referring to.

The ones specified by dd commands.

 

Quote

No, this u-boot is intended for new versions of Armbian and LE (which have different partition placement).

 

So, let's say I want to test your image with Armbian. Do these steps are correct?

 

1. Download current EOS Armbian Buster for C1 https://www.armbian.com/odroid-c1/

2. Flash SD card with it

3. While SD card is still in Linux PC, run DD commands with your kernel image.

4. Replace boot.ini on SD card with the one from you

5. Test prepared SD card in my C1+.

 

If something is wrong, i.e. you are starting from different Armbian image, please let me know.

Edited by nef
Link to comment
Share on other sites

38 minutes ago, nef said:

Download current EOS Armbian Buster for C1

 

C1 images were reclassified to "Community support" since there were some activity / help to bring it up from ashes:

 

https://github.com/armbian/build/commit/483d7e96a743b5ae2775ca02701487c1c7c9c8b6

https://github.com/armbian/build/commit/6af0c504738b3a1f009891a8985e5c0c07103056
https://github.com/armbian/build/commit/f054caca02deae5fe70a41245e89eee7745a8f86

 

Official images (with kernel 5.4.y) for C1 works reasonable good (headless!) ... when you find a proper SD card. Some will just crash a file system and this will probably not be fixed. The same problem is with 5.6.y and 5.7.y ... both were briefly tested, but they bring nothing even in 5.7.y a HDMI might work ... but it doesn't. If someone has time to proceed from here, support exists in the build system.

 

We lost several days for this board, upgrade was tested and board will remain in test rig ... but its the first to go when we ran out of space.

 

Images are not the same as from @balbes150 - he build them from a different source.

Link to comment
Share on other sites

4 hours ago, nef said:

So, let's say I want to test your image with Armbian. Do these steps are correct?

 

1. Download current EOS Armbian Buster for C1 https://www.armbian.com/odroid-c1/

2. Flash SD card with it

3. While SD card is still in Linux PC, run DD commands with your kernel image.

4. Replace boot.ini on SD card with the one from you

5. Test prepared SD card in my C1+.

 

If something is wrong, i.e. you are starting from different Armbian image, please let me know.

No, this is not the correct order. This won't work.

 

 

Link to comment
Share on other sites

@Igor A little bit improvement could happen with 5.8 kernel.

The armbian build seems to boot up. The hdmi output does not work.

cQA5:A;SVN:B72;POC:17F;STS:0;BOOT:0;QA5:A;SVN:B72;POC:17F;STS:0;BOOT:0;INIT:10;BOOT:1;INIT:0;READ:0;CHECK:0;PASS:1;
------------------------------------BID : HKC13C0001
S/N : HKC1CC0349CD6833
0x0000009f
check SD_boot_type:0x1	 card_type:0x1
Loading U-boot...success.


U-boot-00000-g3b0181fd0a(odroidc@3b0181fd) (Jul 17 2018 - 18:49:05)

DRAM:  1 GiB
relocation Offset is: 2ff20000
MMC:   SDCARD: 0, eMMC: 1
IR init is done!
vpu clk_level = 3
set vpu clk: 182150000Hz, readback: 182150000Hz(0x701)
mode = 6  vic = 4
set HDMI vic: 4
mode is: 6
viu chan = 1
config HPLL
config HPLL done
reconfig packet setting done
MMC read: dev # 0, block # 33984, count 12288 ... 12288 blocks read: OK
There is no valid bmp file at the given address
============================================================
Vendor: Man 035344 Snr 70732735 Rev: 8.0 Prod: SC16G
            Type: Removable Hard Disk
            Capacity: 15193.5 MB = 14.8 GB (31116288 x 512)
------------------------------------------------------------
Partition     Start Sector     Num Sectors     Type
    1		     32768	   1048576	 e
    2		   1081344	   6553600	83
============================================================
Net:   Meson_Ethernet
init suspend firmware done. (ret:0)
Hit Enter key to stop autoboot -- :  1  0 
exit abortboot: 0
reading boot.ini

811 bytes read
Loading boot.ini from mmc0:1 (vfat)
Executing the script...
setenv env_addr "0x11400000"
setenv dtb_addr "0x11800000"
setenv kernel_addr "0x14000000"
setenv initrd_addr "0x15000000"
setenv boot_start bootm ${kernel_addr} ${initrd_addr} ${dtb_addr}
video dev open 1080P
mode = 8  vic = 16
set HDMI vic: 16
mode is: 8
viu chan = 1
config HPLL
config HPLL done
reconfig packet setting done
if fatload mmc 0 ${env_addr} uEnv.txt; then env import -t ${env_addr} ${filesize}; setenv bootargs ${APPEND}; else exit; fi; if fatload mmc 0 ${kernel_addr} ${LINUX}; then if fatload mmc 0 ${initrd_addr} ${INITRD}; then if fatload mmc 0 ${dtb_addr} ${FDT}; then run boot_start; fi; fi; fi;
reading uEnv.txt

277 bytes read
reading /uImage

11077096 bytes read
reading /uInitrd

6617705 bytes read
reading /dtb/meson8b-odroidc1.dtb

25062 bytes read
## Booting kernel from Legacy Image at 14000000 ...
   Image Name:   Linux kernel
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    11077032 Bytes = 10.6 MiB
   Load Address: 00208000
   Entry Point:  00208000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 15000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    6617641 Bytes = 6.3 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 11800000
   Booting using the fdt blob at 0x11800000
   Loading Kernel Image ... OK
OK
uboot time: 6088167 us.
Using machid 0xf81 from environment
faild to get aml_reserved_end address
the default relocate ramdisk and fdt address-relocate_addr: 0x20000000
   Loading Ramdisk to 1f9b0000, end 1ffffa29 ... OK
   Loading Device Tree to 1f9a6000, end 1f9af1e5 ... OK
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x200
[    0.000000] Linux version 5.7.0-rc4-aml-s812 (root@vbox) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)), GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #20.05.3 SMP Wed May 6 12:06:03 MSK 2020
[    0.000000] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Hardkernel ODROID-C1
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 64 MiB at 0x3c000000
[    0.000000] percpu: Embedded 16 pages/cpu s34440 r8192 d22904 u65536
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 259908
[    0.000000] Kernel command line: root=LABEL=ROOTFS rootfstype=ext4 rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0 logo=osd1,loaded,0x7900000,${hdmimode},full
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 939948K/1046528K available (16384K kernel code, 694K rwdata, 4524K rodata, 1024K init, 965K bss, 41044K reserved, 65536K cma-reserved, 196608K highmem)
[    0.000000] random: get_random_u32 called from cache_random_seq_create+0x7c/0x12c with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] irq_meson_gpio: 119 to 8 gpio interrupt mux initialized
[    0.000000] L2C: DT/platform modifies aux control register: 0x02060000 -> 0x02460000
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
[    0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x36460000
[    0.000015] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000033] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000067] Switching to timer-based delay loop, resolution 1000ns
[    0.000599] Console: colour dummy device 80x30
[    0.000942] printk: console [tty0] enabled
[    0.000985] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[    0.001010] pid_max: default: 32768 minimum: 301
[    0.001272] LSM: Security Framework initializing
[    0.001500] Smack:  Initializing.
[    0.001513] Smack:  IPv6 port labeling enabled.
[    0.001673] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001700] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002641] CPU: Testing write buffer coherency: ok
[    0.002918] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[    0.003773] Setting up static identity map for 0x300000 - 0x300060
[    0.003939] rcu: Hierarchical SRCU implementation.
[    0.004696] smp: Bringing up secondary CPUs ...
[    0.005383] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[    0.006168] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[    0.006893] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[    0.006996] smp: Brought up 1 node, 4 CPUs
[    0.007049] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[    0.007062] CPU: All CPU(s) started in SVC mode.
[    0.007691] devtmpfs: initialized
[    0.013393] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
[    0.013679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.013715] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.016848] xor: measuring software checksum speed
[    0.056215]    arm4regs  :  1012.000 MB/sec
[    0.096209]    8regs     :   960.000 MB/sec
[    0.136215]    32regs    :   890.000 MB/sec
[    0.176212]    neon      :  1019.000 MB/sec
[    0.176226] xor: using function: neon (1019.000 MB/sec)
[    0.176311] pinctrl core: initialized pinctrl subsystem
[    0.177005] thermal_sys: Registered thermal governor 'fair_share'
[    0.177010] thermal_sys: Registered thermal governor 'bang_bang'
[    0.177031] thermal_sys: Registered thermal governor 'step_wise'
[    0.177046] thermal_sys: Registered thermal governor 'user_space'
[    0.177867] NET: Registered protocol family 16
[    0.179787] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.180898] cpuidle: using governor menu
[    0.181291] No ATAGs?
[    0.181417] hw-breakpoint: found 2 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.181446] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.213268] cryptd: max_cpu_qlen set to 1000
[    0.300239] raid6: neonx8   gen()   758 MB/s
[    0.368219] raid6: neonx8   xor()   534 MB/s
[    0.436229] raid6: neonx4   gen()   838 MB/s
[    0.504228] raid6: neonx4   xor()   601 MB/s
[    0.572222] raid6: neonx2   gen()   939 MB/s
[    0.640216] raid6: neonx2   xor()   651 MB/s
[    0.708225] raid6: neonx1   gen()   663 MB/s
[    0.776209] raid6: neonx1   xor()   562 MB/s
[    0.844264] raid6: int32x8  gen()   288 MB/s
[    0.912232] raid6: int32x8  xor()   183 MB/s
[    0.980255] raid6: int32x4  gen()   329 MB/s
[    1.048213] raid6: int32x4  xor()   200 MB/s
[    1.116215] raid6: int32x2  gen()   387 MB/s
[    1.184245] raid6: int32x2  xor()   202 MB/s
[    1.252214] raid6: int32x1  gen()   390 MB/s
[    1.320213] raid6: int32x1  xor()   192 MB/s
[    1.320227] raid6: using algorithm neonx2 gen() 939 MB/s
[    1.320240] raid6: .... xor() 651 MB/s, rmw enabled
[    1.320252] raid6: using neon recovery algorithm
[    1.321380] VCC1V8: supplied by P5V0
[    1.321663] VCC3V3: supplied by P5V0
[    1.321948] DDR_VDDC: supplied by P5V0
[    1.322210] VDD_RTC: supplied by VCC3V3
[    1.322871] iommu: Default domain type: Translated 
[    1.323986] SCSI subsystem initialized
[    1.324453] usbcore: registered new interface driver usbfs
[    1.324523] usbcore: registered new interface driver hub
[    1.324622] usbcore: registered new device driver usb
[    1.325037] pps_core: LinuxPPS API ver. 1 registered
[    1.325054] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.325086] PTP clock support registered
[    1.325123] EDAC MC: Ver: 3.0.0
[    1.325926] Advanced Linux Sound Architecture Driver Initialized.
[    1.326522] NetLabel: Initializing
[    1.326542] NetLabel:  domain hash size = 128
[    1.326553] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.326621] NetLabel:  unlabeled traffic allowed by default
[    1.327286] clocksource: Switched to clocksource timer
[    1.327585] VFS: Disk quotas dquot_6.6.0
[    1.327672] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.327834] FS-Cache: Loaded
[    1.328085] CacheFiles: Loaded
[    1.337730] NET: Registered protocol family 2
[    1.338433] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.338483] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.338567] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.338680] TCP: Hash tables configured (established 8192 bind 8192)
[    1.338809] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.338881] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.339125] NET: Registered protocol family 1
[    1.339735] RPC: Registered named UNIX socket transport module.
[    1.339758] RPC: Registered udp transport module.
[    1.339770] RPC: Registered tcp transport module.
[    1.339782] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.340026] Trying to unpack rootfs image as initramfs...
[    1.676489] Freeing initrd memory: 6464K
[    1.677684] hw perfevents: enabled with armv7_cortex_a5 PMU driver, 3 counters available
[    1.885650] Initialise system trusted keyrings
[    1.885915] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.892915] DLM installed
[    1.894101] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.895851] NFS: Registering the id_resolver key type
[    1.895895] Key type id_resolver registered
[    1.895909] Key type id_legacy registered
[    1.895936] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.895952] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.897437] FS-Cache: Netfs 'cifs' registered for caching
[    1.897956] Key type cifs.spnego registered
[    1.897987] Key type cifs.idmap registered
[    1.898105] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.898602] fuse: init (API version 7.31)
[    1.899463] JFS: nTxBlock = 7905, nTxLock = 63246
[    1.905525] SGI XFS with security attributes, no debug enabled
[    1.907526] NILFS version 2 loaded
[    1.908845] gfs2: GFS2 installed
[    1.952293] NET: Registered protocol family 38
[    1.952331] Key type asymmetric registered
[    1.952344] Asymmetric key parser 'x509' registered
[    1.952407] bounce: pool size: 64 pages
[    1.952473] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.952496] io scheduler mq-deadline registered
[    1.952509] io scheduler kyber registered
[    1.956419] GPIO line 417 (usb-hub-reset) hogged as output/high
[    1.961277] soc soc0: Amlogic Meson8b (S805) RevA (1b - 0:B72) detected
[    1.961936] pwm-regulator: supplied by regulator-dummy
[    1.962271] pwm-regulator: supplied by regulator-dummy
[    1.966769] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    1.969464] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 28, base_baud = 9960937) is a meson_uart
[    2.871542] printk: console [ttyAML0] enabled
[    2.877652] usbcore: registered new interface driver udl
[    2.886290] lima d00c0000.gpu: IRQ ppmmu2 not found
[    2.886335] lima d00c0000.gpu: IRQ ppmmu3 not found
[    2.890915] lima d00c0000.gpu: IRQ ppmmu4 not found
[    2.895765] lima d00c0000.gpu: IRQ ppmmu5 not found
[    2.900625] lima d00c0000.gpu: IRQ ppmmu6 not found
[    2.905487] lima d00c0000.gpu: IRQ ppmmu7 not found
[    2.910366] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
[    2.916652] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
[    2.922997] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
[    2.929318] lima d00c0000.gpu: IRQ pp2 not found
[    2.933887] lima d00c0000.gpu: IRQ pp3 not found
[    2.938486] lima d00c0000.gpu: IRQ pp4 not found
[    2.943088] lima d00c0000.gpu: IRQ pp5 not found
[    2.947691] lima d00c0000.gpu: IRQ pp6 not found
[    2.952294] lima d00c0000.gpu: IRQ pp7 not found
[    2.956897] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
[    2.965063] lima d00c0000.gpu: l2 cache 64K, 4-way, 64byte cache line, 128bit external bus
[    2.973823] lima d00c0000.gpu: bus rate = 159375000
[    2.978190] lima d00c0000.gpu: mod rate = 24000000
[    2.983022] debugfs: Directory 'd00c0000.gpu-mali' with parent 'VDDEE' already present!
[    2.992082] [drm] Initialized lima 1.1.0 20191231 for d00c0000.gpu on minor 0
[    3.007017] brd: module loaded
[    3.015854] loop: module loaded
[    3.015895] dummy-irq: no IRQ given.  Use irq=N
[    3.019129] Loading iSCSI transport class v2.0-870.
[    3.023367] rdac: device handler registered
[    3.027037] hp_sw: device handler registered
[    3.031222] emc: device handler registered
[    3.035418] alua: device handler registered
[    3.039836] iscsi: registered transport (tcp)
[    3.044553] SSFDC read-only Flash Translation layer
[    3.048700] mtdoops: mtd device (mtddev=name/number) must be supplied
[    3.056517] libphy: Fixed MDIO Bus: probed
[    3.059506] tun: Universal TUN/TAP device driver, 1.6
[    3.064443] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    3.072165] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    3.084664] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.087014] ehci-platform: EHCI generic platform driver
[    3.092457] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.098429] ohci-platform: OHCI generic platform driver
[    3.104160] usbcore: registered new interface driver usb-storage
[    3.109638] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[    3.118678] mousedev: PS/2 mouse device common for all mice
[    3.124925] i2c /dev entries driver
[    3.127958] pps_ldisc: PPS line discipline registered
[    3.134115] usbcore: registered new interface driver pcwd_usb
[    3.139032] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[    3.146575] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[    3.157191] sdhci: Secure Digital Host Controller Interface driver
[    3.160711] sdhci: Copyright(c) Pierre Ossman
[    3.167182] usbcore: registered new interface driver ushc
[    3.171698] meson-mx-sdhc c1108e00.mmc: allocated mmc-pwrseq
[    3.212550] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.218733] ledtrig-cpu: registered to indicate activity on CPUs
[    3.219435] hid: raw HID events driver (C) Jiri Kosina
[    3.224624] usbcore: registered new interface driver usbhid
[    3.229821] usbhid: USB HID core driver
[    3.234007] remoteproc remoteproc0: meson-mx-ao-arc is available
[    3.239808] remoteproc remoteproc0: Direct firmware load for rproc-meson-mx-ao-arc-fw failed with error -2
[    3.245743] no UART detected at 0x1
[    3.249275] remoteproc remoteproc0: powering up meson-mx-ao-arc
[    3.255046] oprofile: using timer interrupt.
[    3.258788] remoteproc remoteproc0: Direct firmware load for rproc-meson-mx-ao-arc-fw failed with error -2
[    3.263053] NET: Registered protocol family 26
[    3.272779] remoteproc remoteproc0: request_firmware failed: -2
[    3.276967] GACT probability on
[    3.286038] Mirror/redirect action on
[    3.289703] Simple TC action Loaded
[    3.293578] netem: version 1.3
[    3.296237] u32 classifier
[    3.298836]     Performance counters on
[    3.302664]     input device check on
[    3.306306]     Actions configured
[    3.340654] xt_time: kernel timezone is -0000
[    3.340719] IPVS: Registered protocols ()
[    3.343441] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    3.353144] IPVS: ipvs loaded.
[    3.353838] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    3.359614] gre: GRE over IPv4 demultiplexor driver
[    3.364081] ip_gre: GRE over IPv4 tunneling driver
[    3.371603] IPv4 over IPsec tunneling driver
[    3.373895] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    3.379571] Initializing XFRM netlink socket
[    3.383722] IPsec XFRM device driver
[    3.387816] NET: Registered protocol family 10
[    3.465528] Segment Routing with IPv6
[    3.465730] mip6: Mobile IPv6
[    3.467917] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.473681] ip6_gre: GRE over IPv6 tunneling driver
[    3.479494] NET: Registered protocol family 17
[    3.481741] NET: Registered protocol family 15
[    3.486233] Bridge firewalling registered
[    3.490345] NET: Registered protocol family 5
[    3.494657] NET: Unregistered protocol family 5
[    3.499233] 8021q: 802.1Q VLAN Support v1.8
[    3.507693] DCCP: Activated CCID 2 (TCP-like)
[    3.507755] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[    3.513999] sctp: Hash tables configured (bind 512/512)
[    3.519126] NET: Registered protocol family 21
[    3.523122] Registered RDS/tcp transport
[    3.527051] 9pnet: Installing 9P2000 support
[    3.531254] Key type dns_resolver registered
[    3.535468] openvswitch: Open vSwitch switching datapath
[    3.541260] NET: Registered protocol family 40
[    3.545231] mpls_gso: MPLS GSO support
[    3.549411] ThumbEE CPU extension supported.
[    3.553165] Registering SWP/SWPB emulation handler
[    3.631326] registered taskstats version 1
[    3.631369] Loading compiled-in X.509 certificates
[    3.634780] Key type ._fscrypt registered
[    3.638624] Key type .fscrypt registered
[    3.642535] Key type fscrypt-provisioning registered
[    3.648438] Btrfs loaded, crc32c=crc32c-generic
[    3.665716] TFLASH_VDD: supplied by VCC3V3
[    3.666092] USB0_VBUS: supplied by P5V0
[    3.669508] meson-drm d0100000.vpu: Queued 2 outputs on vpu
[    3.673787] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.680341] meson-drm d0100000.vpu: CVBS Output connector not available
[    3.687297] meson-drm d0100000.vpu: bound d0042000.hdmi-tx (ops 0xc1434c1c)
[    3.694132] [drm] Initialized meson 1.0.0 20161109 for d0100000.vpu on minor 1
[    3.700992] meson-drm d0100000.vpu: [drm] Cannot find any crtc or sizes
[    3.708373] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    3.714152] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    3.720418] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    3.727110] meson-drm d0100000.vpu: [drm] Cannot find any crtc or sizes
[    3.732952] meson8b-dwmac c9410000.ethernet: User ID: 0x10, Synopsys ID: 0x37
[    3.740072] meson8b-dwmac c9410000.ethernet: 	DWMAC1000
[    3.745231] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    3.752691] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    3.760158] meson8b-dwmac c9410000.ethernet: COE Type 2
[    3.765367] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    3.772402] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    3.778865] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    3.784737] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    3.790552] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.798937] libphy: stmmac: probed
[    3.866980] dwc2 c9040000.usb: supply vusb_d not found, using dummy regulator
[    3.868884] dwc2 c9040000.usb: supply vusb_a not found, using dummy regulator
[    4.007700] dwc2 c9040000.usb: EPs: 7, dedicated fifos, 1984 entries in SPRAM
[    4.010532] using random self ethernet address
[    4.013798] using random host ethernet address
[    4.020204] usb0: HOST MAC 52:05:1e:d5:01:98
[    4.022571] usb0: MAC ca:b7:4d:27:d9:e0
[    4.026334] using random self ethernet address
[    4.030683] using random host ethernet address
[    4.035264] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    4.041711] g_ether gadget: g_ether ready
[    4.045708] dwc2 c9040000.usb: bound driver g_ether
[    4.051436] dwc2 c9040000.usb: DWC OTG Controller
[    4.055264] dwc2 c9040000.usb: new USB bus registered, assigned bus number 1
[    4.062368] dwc2 c9040000.usb: irq 30, io mem 0xc9040000
[    4.068336] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    4.075869] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.083055] usb usb1: Product: DWC OTG Controller
[    4.087733] usb usb1: Manufacturer: Linux 5.7.0-rc4-aml-s812 dwc2_hsotg
[    4.094335] usb usb1: SerialNumber: c9040000.usb
[    4.102107] hub 1-0:1.0: USB hub found
[    4.102632] hub 1-0:1.0: 1 port detected
[    4.107638] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    4.113713] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    4.120914] meson8b-usb-b-connector c9040000.usb:connector: Changing role from 0 to 2
[    4.187485] dwc2 c90c0000.usb: DWC OTG Controller
[    4.187543] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 2
[    4.193639] dwc2 c90c0000.usb: irq 31, io mem 0xc90c0000
[    4.199087] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    4.207160] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.214362] usb usb2: Product: DWC OTG Controller
[    4.219049] usb usb2: Manufacturer: Linux 5.7.0-rc4-aml-s812 dwc2_hsotg
[    4.225650] usb usb2: SerialNumber: c90c0000.usb
[    4.230719] hub 2-0:1.0: USB hub found
[    4.234026] hub 2-0:1.0: 1 port detected
[    4.240564] platform c1108c20.mmc:slot@1: Got CD GPIO
[    4.276142] meson-mx-ao-arc-firmware ao-arc-firmware: Failed to request mbox channel #0
[    4.289967] printk: console [netcon0] enabled
[    4.290002] netconsole: network logging started
[    4.293693] ALSA device list:
[    4.296191]   No soundcards found.
[    4.300605] Freeing unused kernel memory: 1024K
[    4.304296] Run /init as init process
[    4.308016] process '/usr/bin/sh' started with executable stack
[    4.318106] mmc1: new high speed SDHC card at address aaaa
[    4.319694] mmcblk1: mmc1:aaaa SC16G 14.8 GiB 
[    4.329690]  mmcblk1: p1 p2
[    4.631341] usb 2-1: new high-speed USB device number 2 using dwc2
[    4.840940] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    4.843608] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.850707] usb 2-1: Product: USB2.0 Hub
[    4.857915] hub 2-1:1.0: USB hub found
[    4.858638] hub 2-1:1.0: 4 ports detected
[    4.890686] random: fast init done
[    5.689676] EXT4-fs (mmcblk1p2): mounted filesystem with writeback data mode. Opts: data=writeback
[    7.009432] systemd[1]: System time before build time, advancing clock.
[    7.055055] systemd[1]: systemd 245.5-2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    7.075199] systemd[1]: Detected architecture arm.
[    7.127317] systemd[1]: Set hostname to <aml-s812>.
[    7.786570] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[    8.316124] random: systemd: uninitialized urandom read (16 bytes read)
[    8.317350] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    8.329757] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    8.341870] systemd[1]: Created slice system-modprobe.slice.
[    8.344433] random: systemd: uninitialized urandom read (16 bytes read)
[    8.351876] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    8.357042] random: systemd: uninitialized urandom read (16 bytes read)
[    8.364569] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    8.371409] systemd[1]: Created slice User and Session Slice.
[    8.376012] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.383805] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.391230] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    8.402712] systemd[1]: Reached target Local Encrypted Volumes.
[    8.408765] systemd[1]: Reached target Remote File Systems.
[    8.414108] systemd[1]: Reached target Slices.
[    8.418523] systemd[1]: Reached target Swap.
[    8.422798] systemd[1]: Reached target System Time Set.
[    8.428588] systemd[1]: Listening on Syslog Socket.
[    8.433333] systemd[1]: Listening on fsck to fsckd communication Socket.
[    8.439862] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    8.454580] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    8.457788] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.463910] systemd[1]: Listening on Journal Socket.
[    8.468815] systemd[1]: Listening on udev Control Socket.
[    8.473954] systemd[1]: Listening on udev Kernel Socket.
[    8.479457] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    8.487105] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped.
[    8.500623] systemd[1]: Mounting Kernel Debug File System...
[    8.502180] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    8.517089] systemd[1]: Starting Restore / save the current clock...
[    8.529191] systemd[1]: Starting Set the console keyboard layout...
[    8.538012] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    8.542076] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[    8.555516] systemd[1]: Started Nameserver information manager.
[    8.566780] systemd[1]: Reached target Network (Pre).
[    8.577833] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    8.583475] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    8.626028] systemd[1]: Starting Load Kernel Modules...
[    8.633967] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.643063] systemd[1]: Starting udev Coldplug all Devices...
[    8.655500] systemd[1]: Mounted Kernel Debug File System.
[    8.660118] systemd[1]: Finished Restore / save the current clock.
[    8.667226] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    8.696792] EXT4-fs (mmcblk1p2): re-mounted. Opts: commit=600,errors=remount-ro
[    8.710145] systemd[1]: Finished Remount Root and Kernel File Systems.
[    8.763023] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    8.769106] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    8.782885] systemd[1]: Starting Load/Save Random Seed...
[    8.789265] systemd[1]: Starting Create System Users...
[    8.793913] systemd[1]: Finished Load Kernel Modules.
[    8.807004] systemd[1]: Mounting FUSE Control File System...
[    8.836027] systemd[1]: Mounting Kernel Configuration File System...
[    8.858672] systemd[1]: Starting Apply Kernel Variables...
[    8.865894] systemd[1]: Mounted FUSE Control File System.
[    8.866801] systemd[1]: Mounted Kernel Configuration File System.
[    9.066956] systemd[1]: Finished Set the console keyboard layout.
[    9.159835] systemd[1]: Finished udev Coldplug all Devices.



Armbian 20.05.3 Bullseye ttyAML0 

aml-s812 login: root


Password: 
You are required to change your password immediately (administrator enforced)
Changing password for root.
Current password: 
New password: 
Retype new password: 
Bad: new password is too simple
New password: 
Retype new password: 
 [0;1;34;94m____   [0;1;34;94m___  [0;1;34;94m_ [0;1;34;94m____  
[0;1;34;94m/ [0;1;34;94m___| [0;1;34;94m( _ )/ |___ \ 
\___ \ / _ \| | __) |
 ___) | (_) | |/ __/ 
|____/ \___/|_|_[0;1;30;90m____|
                     
Welcome to Armbian bullseye with Linux 5.7.0-rc4-aml-s812

No end-user support: built from trunk & unsupported (bullseye) userspace!

System load:   2.50 0.91 0.33  	Up time:       1 min		
Memory usage:  9 % of 989MB  	IP:            169.254.8.153
CPU temp:      31°C           	
Usage of /:    17% of 14G    	

[ General system configuration (beta): armbian-config ]

New to Armbian? Check the documentation first: https://docs.armbian.com


You are using an Armbian with unsupported (bullseye) userspace !!!

This image is provided AS IS with NO WARRANTY and NO END USER SUPPORT!.

Creating a new user account. Press <Ctrl-C> to abort
Desktop environment will not be enabled if you abort the new user creation

Please provide a username (eg. your forename): user
Trying to add user user
Adding user `user' ...
Adding new group `user' (1000) ...
Adding new user `user' (1000) with group `user' ...
Creating home directory `/home/user' ...
Copying files from `/etc/skel' ...
New password: 
Retype new password: 
passwd: password updated successfully
Changing the user information for user
Enter the new value, or press ENTER for the default
	Full Name []: 
	Room Number []: 
	Work Phone []: 
	Home Phone []: 
	Other []: 
Is the information correct? [Y/n] 

Dear user, your account user has been created and is sudo enabled.
Please use this account for your daily work from now on.

-bash: /usr/bin/sound.sh: No such file or directory

Now starting desktop environment...

 

Link to comment
Share on other sites

13 minutes ago, suchende said:

The hdmi output does not work.


I know. Its 5.4.y kernel ... I expected to get HDMI with this, but it also doesn't work. If someone has a wish to proceed, it can be replaced with a working sources ...

Link to comment
Share on other sites

1 hour ago, suchende said:

The armbian build seems to boot up. The hdmi output does not work.

How is the TV\monitor connected ? What resolution does it support ? I have 2 TV boxes with s805 and s812 running HDMI.

 

log to s805

http://ix.io/2mec

 

There is a bug, the TV colors are not quite correct, instead of red purple.

Screenshot from running Armbian on the s805 TV box.

 

Screenshot_2020-05-16_17-32-47.png

Link to comment
Share on other sites

On s805 TV boxes, launch is only possible from an SD card. Important. The screen resolution must be 1080p. Perhaps u-boot on C1 does not correctly switch the video resolution (you may need to play with the parameters in boot.ini).

Unfortunately , I don't have a C1, I can't help with diagnostics and fixes.

Screenshot_2020-05-16_17-31-33.png

Link to comment
Share on other sites

23 hours ago, Igor said:

Images are not the same as from @balbes150 - he build them from a different source.

Thanks for reply @Igor. One more thing, could you take a 1 post per day limit from me? It is hard to discuss with this restriction.

20 hours ago, balbes150 said:

No, this is not the correct order. This won't work.

 

What would be the correct order? Are these the correct images to start with? https://yadi.sk/d/-MwoNitZonsRCg/Armbian/20.05.3/20200506

Link to comment
Share on other sites

7 hours ago, balbes150 said:

I'm sorry, I didn't understand your question ? Which (boot.ini) is currently used to run (its full contents) ?

I used the boot.ini from you, but if I want to define the resolution of the hdmi output I need to know which uboot parameters are possible.

Link to comment
Share on other sites

2 minutes ago, suchende said:

I used the boot.ini from you, but if I want to define the resolution of the hdmi output I need to know which uboot parameters are possible.

Many parameters from the your specified file (boot.ini) are related to the old 3.10 kernel. They don't make sense in the new kernel.

To adjust the screen resolution, try using the display settings menu in the running system (XFCE settings menu).

Link to comment
Share on other sites

Hi all, 

I was testing your image with my old odroid C1. Unfortunately I broke my hdmi output and can't help for the previous problem. But perhaps it's tie with it, it lacks some modules, for exemple aml_i2c and spicc (sudo modprobe aml_i2c return : modprobe: FATAL: Module aml_i2c not found in directory /lib/modules/5.4.41-meson.

 

Thanks for your work.

Link to comment
Share on other sites

On 5/16/2020 at 10:24 PM, suchende said:

The tv is connected via hdmi, it supports full hd. Personally I do not need the desktop, headless would more useful.

 

HDMI is now working, resolution is wrong, the colors are maybe somehow shifted. Are those options possible

 

I added a file (boot.ini) and a u-boot for C1 to the image. Can you check the launch of a new image (via the link)? After recording the image, you only need to configure the DTB in (uEnv.txt) and see if u-boot works or not.

 

https://yadi.sk/d/VHUG7M545Mmw5A

Link to comment
Share on other sites

Hello,

 

I have an Odroid C1, and I'm trying to get a recent kernel working on it unsucessfully, everytime I try to access a usb/serial converter the sdcard is unmounted with several errors....

 

I tried several different sdcards, with varying speeds, kingston, sandisk, unnamed, etc and all these images:

Armbian_20.11.3_Odroidc1_focal_current_5.9.14.img.xz

Armbian_20.11.3_Odroidc1_buster_current_5.9.14.img.xz

Armbian_20.11_Odroidc1_focal_current_5.9.10.img.xz

Armbian_20.11_Odroidc1_focal_current_5.9.6.img.xz

Armbian_20.08_Odroidc1_focal_legacy_5.4.58.img.xz

 

On this last attempt, I switched root fs into a usb flash drive to try and keep a filesystem running when loosing the sdcard, and the error below is what I managed to gather

 

root@odroidc1:~# tail -f /var/log/syslog
Jan 15 17:44:17 localhost systemd[1]: Unmounting /boot...
Jan 15 17:44:17 localhost kernel: [  204.747879] mmc0: new SD card at address c885
Jan 15 17:44:17 localhost kernel: [  204.748571] mmcblk0: mmc0:c885 SU02G 1.84 GiB
Jan 15 17:44:17 localhost kernel: [  204.751971] FAT-fs (mmcblk0p1): unable to read boot sector to mark fs as dirty
Jan 15 17:44:17 localhost kernel: [  204.758515]  mmcblk0: p1 p2
Jan 15 17:44:17 localhost systemd[1805]: boot.mount: Succeeded.
Jan 15 17:44:17 localhost systemd[1]: boot.mount: Succeeded.
Jan 15 17:44:17 localhost systemd[1]: Unmounted /boot.
Jan 15 17:44:17 localhost systemd[1]: systemd-fsck@dev-disk-by\x2duuid-6C5E\x2d5289.service: Succeeded.
Jan 15 17:44:17 localhost systemd[1]: Stopped File System Check on /dev/disk/by-uuid/6C5E-5289.
Jan 15 17:45:01 localhost CRON[1995]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Jan 15 17:45:01 localhost CRON[1994]: (root) CMD (/usr/lib/armbian/armbian-truncate-logs)
Jan 15 17:45:21 localhost kernel: [  268.172029] mmc0: card c885 removed
Jan 15 17:45:27 localhost kernel: [  274.463901] ------------[ cut here ]------------
Jan 15 17:45:27 localhost kernel: [  274.463951] WARNING: CPU: 0 PID: 163 at drivers/mmc/host/meson-mx-sdio.c:447 meson_mx_mmc_irq_thread+0x114/0x118
Jan 15 17:45:27 localhost kernel: [  274.463957] Modules linked in: rfkill cpufreq_userspace cpufreq_conservative cpufreq_powersave zstd zram zsmalloc nls_iso8859_1 nls_cp437 evdev ch341 usbserial meson_ir rc_core iio_hwmon sch_fq_codel ip_tables x_tables uas meson_mx_sdhc pwm_regulator gpio_regulator
Jan 15 17:45:27 localhost kernel: [  274.464089] CPU: 0 PID: 163 Comm: irq/19-c1108c20 Tainted: G        W         5.9.14-meson #20.11.3
Jan 15 17:45:27 localhost kernel: [  274.464096] Hardware name: Amlogic Meson platform
Jan 15 17:45:27 localhost kernel: [  274.464138] [<c0310628>] (unwind_backtrace) from [<c030b348>] (show_stack+0x10/0x14)
Jan 15 17:45:27 localhost kernel: [  274.464167] [<c030b348>] (show_stack) from [<c0ef2d58>] (dump_stack+0xc8/0xdc)
Jan 15 17:45:27 localhost kernel: [  274.464198] [<c0ef2d58>] (dump_stack) from [<c03363ec>] (__warn+0xd0/0xf4)
Jan 15 17:45:27 localhost kernel: [  274.464222] [<c03363ec>] (__warn) from [<c0eec2d8>] (warn_slowpath_fmt+0x60/0xbc)
Jan 15 17:45:27 localhost kernel: [  274.464248] [<c0eec2d8>] (warn_slowpath_fmt) from [<c0ca0780>] (meson_mx_mmc_irq_thread+0x114/0x118)
Jan 15 17:45:27 localhost kernel: [  274.464275] [<c0ca0780>] (meson_mx_mmc_irq_thread) from [<c0397cc8>] (irq_thread_fn+0x1c/0x78)
Jan 15 17:45:27 localhost kernel: [  274.464296] [<c0397cc8>] (irq_thread_fn) from [<c0398008>] (irq_thread+0x150/0x224)
Jan 15 17:45:27 localhost kernel: [  274.464324] [<c0398008>] (irq_thread) from [<c0359008>] (kthread+0x150/0x154)
Jan 15 17:45:27 localhost kernel: [  274.464347] [<c0359008>] (kthread) from [<c0300148>] (ret_from_fork+0x14/0x2c)
Jan 15 17:45:27 localhost kernel: [  274.464357] Exception stack(0xedcdffb0 to 0xedcdfff8)
Jan 15 17:45:27 localhost kernel: [  274.464371] ffa0:                                     00000000 00000000 00000000 00000000
Jan 15 17:45:27 localhost kernel: [  274.464390] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Jan 15 17:45:27 localhost kernel: [  274.464406] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
Jan 15 17:45:27 localhost kernel: [  274.464499] ---[ end trace 9893cb5aeda4ab02 ]---
Jan 15 17:45:28 localhost kernel: [  275.267797] mmc0: new SD card at address c885
Jan 15 17:45:[  275.273992] debugfs: Directory 'mmcblk0' with parent 'block' already present!
28 localhost kernel: [  275.268368] mmcblk0: mmc0:c885 SU02G 1.84 GiB
Jan 15 17:45:28 localhost kernel: [  275.273404]  mmcblk0: p1 p2
Jan 15 17:45:28 localhost kernel: [  275.273992] debugfs: Directory 'mmcblk0' with parent 'block' already present!
Jan 15 17:48:06 localhost chronyd[1222]: Selected source 194.117.47.44

 

 

All thile while flashing an arduingo with:

 avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U klipper.elf.hex

 

Any ideas ??

Link to comment
Share on other sites

22 hours ago, Igor said:

 

This board is not supported but we still keep it in the autotest facility - I can't check which card is used, but board performs normally - it can be used http://ix.io/2M8V 

 

Sorry if I wasn't clear, everything performs normally, untill I try to read/right to a USB/Serial adapter, in any of the USB ports, using the CH430 chipset but I can test others if necessary. I spoke about the sdcards to rule them out as this bug has nothing to do with the brand (so I think). After opening the serial device and sending/reading a bit (few seconds) I get the above error and the sdcard is unmounted.

 

Thanks.

Edited by Rui Barreiros
Link to comment
Share on other sites

I understand that this board is unsupported so I'm not expecting much, but I have one of them and tried it out last night after yanking my eMMC and flashing to an SD card. Things seem to work OK, but I did notice that the load average idles around 1.0 with nothing visibly using any CPU time. I did notice that a kworker process is in uninterruptible sleep.

 

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root       132  0.0  0.0      0     0 ?        D    10:31   0:00 [kworker/3:1+events_freezable]

 

I uploaded an armbianmonitor dump in case it shows anything. http://ix.io/2Ubq

 

It seems this board isn't aging well - the eMMC doesn't work with mainline kernels, the BSP kernels seem to be quite old, USB troubles, serial console only (though that's all I want to use). It's a shame, as it served me well for a long time (albeit with an older BSP kernel). Perhaps it's not worth messing with these any more and I should retire it?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines