Raspberry Pi 4 Model B
-
RPi4 Technical specifications
This new Raspberry PI ARM board meets many of our "must-have" features for a good desktop experience:
- Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz
- Network:
- 2.4 GHz and 5.0 GHz IEEE 802.11ac wireless,
- Bluetooth 5.0, BLE
- Gigabit Ethernet
- four USB ports
- two USB 3.0 ports;
- two USB 2.0 ports.
- Raspberry Pi standard 40 pin GPIO header (fully backwards compatible with previous boards)
- 2 × micro-HDMI ports (up to 4kp60 supported)
- 2-lane MIPI DSI display port
- 2-lane MIPI CSI camera port
- 4-pole stereo audio and composite video port
- H.265 (4kp60 decode), H264 (1080p60 decode, 1080p30 encode)
- OpenGL ES 3.0 graphics
- Micro-SD card slot for loading operating system and data storage (MicroSD not included)
- 5V DC via USB-C connector (minimum 3A*, power supply not included)
- 5V DC via GPIO header (minimum 3A* power supply not included))
- Power over Ethernet (PoE) enabled (requires separate PoE HAT)
- Operating temperature: 0 – 50 degrees C ambient
- you can choose between three models:
- 1 GB LPDDR4-2400 SDRAM (37,57€)
- 2 GB LPDDR4-2400 SDRAM (48€)
- 4 GB LPDDR4-2400 SDRAM (59€)
UT on Raspberry Pi 4 Model B
You can try the rootfs-rpi, done by Marius; To write the image on a SDcard you can use etcher (https://www.balena.io/etcher/) or, after unziped the file and unmonted the SDcard, the bash comand dd:
lsblk # the SDcard appears as /dev/sdc or /dev/mmcblk0 umount /dev/[sdcard_subpartition_name] #you have to umount every subpartition in the sdcard like sdc1 sdc2..for this you can also use GParted. sudo dd bs=4M if=ubuntu-touch-raspberrypi.img of=/dev/[sdcard_name] status=progress
The image is reported to work correctly on SDcards with >=8GB and <=32GB
The login and password in console mode are both the string phablet
If you have only the console mode you can change the default keyboard layout in
/etc/default/keyboard
by editing the lineXKBLAYOUT="xx"
(change xx with your language code eg. it for Italian or es for Espagnol )The Ethernet and the wireless connection are reported to work (from build #63) while bluetooth don't seems to work
With the actual jenkins build image you can access the GUI but with issue on the apps visualizations (the unity log in this case can be seen here). this could be related to a compositor problem
-
I was reading the other day that they've sold over 120 million boards. I am surprised that nobody either from the Pi community or our community has got it going... but then, I guess it's no easy matter.
-
hmm, things seemed to be stalled, maybe you can motivate the people here
-
@Flohack I don't have to motivate the people.
I don't think you can look in his eyes and say to him "no"
-
@Flohack I was wondering if the work on the Pine board will help with getting UT on the Pi?
-
@3arn0wl Actually we hoped to have it the other way round, but now, yes, it might help
-
BUG
so after following this sdcard fashing guide (with successful ending validation process ) I have a 64GB sdCard with UT on it.
I tried to boot in my new Raspberry Pi4 Model B but i have this error:[] mmc0: Card stuck in wrong state! mmcblk0 card_busy_detect status:0xd00 [] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress. [] mmc0: sdhci: ============ SDHCI REGISTER DUMP =========== [] mmc0: sdhci: Sys addr: 0x00000008 | Version: 0x00001002 [] mmc0: sdhci: Blk size: 0x00007200 | Blk cnt: 0x00000000 [] mmc0: sdhci: Argument: 0x00020000 | Trn mode: 0x00000023 [] mmc0: sdhci: Present: 0x1fff0000 | Host ctl: 0x00000017 [] mmc0: sdhci: Power: 0x0000000f | Blk gap: 0x00000080 [] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x00000107 [] mmc0: sdhci: Timeout: 0x00000005 | Int stat: 0x00000000 [] mmc0: sdhci: Int enab: 0x03ff100b | Sig enab: 0x03ff100b [] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000 [] mmc0: sdhci: Caps: 0x45ee6432 | Caps_1: 0x0000a525 [] mmc0: sdhci: Cmd: 0x00000d1a | Max curr: 0x00080008 [] mmc0: sdhci: Resp[0]: 0x00000e00 | Resp[1]: 0x01f3ff7f [] mmc0: sdhci: Resp[2]: 0x325b5900 | Resp[3]: 0x00000900 [] mmc0: sdhci: Host ctl2: 0x00000000 [] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0xded3a208 [] mmc0: sdhci: ============================================
also the UT sd card partitions differ from the Raspian sdcard partition:
UT:
vs Raspian:
The only alert I received is in etcher due to the sdcard dimension:
Any help or suggestion is welcome! -
Hello,
I'm very confused about what you show just above (swapped images for UT vs Raspbian ?).
A typical SDcard structure for Raspbian is :
/dev/sdc1 258096 53032 205064 21% /media/pulsar33/boot
/dev/sdc2 30438344 6367668 22755232 22% /media/pulsar33/rootfs
I've two Rpi4 4GB, one used by my wife as desktop replacement, and the other by me to try many OS and define a suitable home TV box. Every OS I've tested was always installed starting from two partitions (boot and rootfs) as above. The rootfs partition is generally shorter and the first thing made by the installer is to extend it to the maximum size available (if not, this can be done manually)
However, I remember that I have read somewhere (but where ?) that 64GB is beyond a limit that cause problems. I only use 32GB SDcards.
I would be glad to try UT if available ...
BR
Pulsar33 -
@Pulsar33 my raspian SDcard structure screenshot is from the officially distributed SDcard with Raspian preloaded on it (the one in the premium rpi4 pack) . I don't know if this is the reason it differ from a flashed one. the official raspian image is on a 32GB sdcard.
the first partition scheme derived from the flashed UT image done using etcher on a 64GB card. I think mine is a Samsung PRO microSDXC card that HERE is reported as working, but I can't confirm it is not a counterfeit memory card. However seems to me strange that a to much large memory could lead to a wrong partitioning scheme with wrong filesystems partition
I will try to flash a raspian image on it and see if it work -
Don't worry, I understand. This is it :
sdc 8:32 1 29,7G 0 disk
├─sdc1 8:33 1 1,6G 0 part
├─sdc2 8:34 1 1K 0 part
├─sdc5 8:37 1 32M 0 part /media/pulsar33/SETTINGS
├─sdc6 8:38 1 256M 0 part /media/pulsar33/boot
└─sdc7 8:39 1 6G 0 part /media/pulsar33/root
I had that too on the SDcard which came with my first PI4.
I suspect it is a so called NOOBS installer but I didn't used it. It's strange because in this thread for example, the problem is said to be linked to 64GB AND NOOBS ...Forget that. All OS I installed (Raspbian full, Raspbian lite, Manjaro, Gentoo, ...) were installed from a two partitions structure (boot and rootfs), as already said, and worked fairly. I used dd to flash the img file.
Pulsar33 -
Hello,
The link to rootfs-rpi gives a 404 error ... Where can I find the image file, please ?
Other comments :
Your first partition is FAT16 instead of FAT32
Partition names are not boot and rootfs
Don't know if this is importantHave a nice day
Pulsar33 -
@Pulsar33 so do you have a rpi4 to test UT? does it work?
I flashed UT without NOOB so the 64GB card should not be a problem.
I will try to directly dd the UT image but I don't know if it needs a pre-partitioned/formatted sdcard or if dd directly does that.My second thought was that I have a corrupted image due to the continuous interruptions ( tens of times so I had to restart and continue the downloads in a two day effort) but I didn't find the sha to checksum the image.
-
@Pulsar33 corrected/updated the link in the first post. now it should work
https://ci.ubports.com/job/rootfs/job/rootfs-rpi/yeah partition FStype and name seems important to me too and that why I posted about them. but that is the result of etcher flashing the UT image. so I don't know why it does that and how to correct it (I rename the firmware partition but obtained the same error while changing th filesystem will erase the whole partition)
-
Thanks for the link. Currently downloading the last stable image.
The dd command will erase the SDcard and create the partitions. No pre-format needed.
Pulsar33
-
Tried 2 times to download #8 build.
That failed at 62MB and 262MB (708MB to succeed) ...
Are you sure this repository is correct and can be trusted ?
Pulsar33 -
I haven't been able to download it and get it to run successfully yet, either - though, that's not saying much, to be honest.
This is the link that @mariogrip provided, yes.
-
Use wget to download the image :
wget https://ci.ubports.com/job/rootfs/job/rootfs-rpi/8/artifact/ubuntu-touch-raspberrypi.img.gz 2019-10-09 15:01:31 (777 KB/s) — Fermeture de la connexion à l’octet 32998104. Nouvel essai. 2019-10-09 15:02:19 (777 KB/s) — Fermeture de la connexion à l’octet 70251512. Nouvel essai. 2019-10-09 15:03:28 (777 KB/s) — Fermeture de la connexion à l’octet 122954352. Nouvel essai. 2019-10-09 15:06:02 (777 KB/s) — Fermeture de la connexion à l’octet 243216040. Nouvel essai. 2019-10-09 15:07:18 (778 KB/s) — Fermeture de la connexion à l’octet 299912256. Nouvel essai. 2019-10-09 15:08:06 (776 KB/s) — Fermeture de la connexion à l’octet 333935672. Nouvel essai. 2019-10-09 15:09:25 (776 KB/s) — Fermeture de la connexion à l’octet 391547952. Nouvel essai. 2019-10-09 15:11:42 (777 KB/s) — Fermeture de la connexion à l’octet 495116320. Nouvel essai. 2019-10-09 15:15:15 (776 KB/s) — Fermeture de la connexion à l’octet 657307736. Nouvel essai. 2019-10-09 15:16:58 (776 KB/s) — Fermeture de la connexion à l’octet 732007056. Nouvel essai. 2019-10-09 15:17:22 (779 KB/s) - «ubuntu-touch-raspberrypi.img.gz» enregistré [742746631/742746631]
SDcard flashed : same partitions as @Aury88
Try to test asap
Pulsar33 -
Started in console mode with us keyboard ...
First boot has restarted automatically but did not resized the root partition.
At the second boot, I have been able to login and see the content of some folders.- It doesn't find startx (and I didn't grant the LAN & WAN access for the moment)
- sudo nano /etc/default/keyboard us => fr then reboot doesn't work
Hard to continue like this ...
Pulsar33
-
df :
Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 3587104 2102448 1282728 63% / devtmpfs 1818156 4 1818152 1% /dev none 4 0 4 0% /sys/fs/cgroup none 389944 2128 387816 1% /run none 5120 4 5116 1% /run/lock none 1949708 136 1949572 1% /run/shm none 102400 0 102400 0% /run/user cgmfs 100 0 100 0% /run/cgmanager/fs /dev/mmcblk0p1 195100 60484 134616 32% /boot/firmware tmpfs 389944 32 389912 1% /run/user/32011
mount :
/dev/mmcblk0p2 on / type ext4 (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=1818156k,nr_inodes=454539,mode=755) none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) none on /proc type proc (rw,nosuid,nodev,noexec,relatime) none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) none on /sys/fs/cgroup type tmpfs (rw,relatime,size=4k,mode=755) none on /sys/kernel/debug type debugfs (rw,relatime) none on /sys/kernel/security type securityfs (rw,relatime) none on /run type tmpfs (rw,nosuid,noexec,relatime,size=389944k,mode=755) none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) none on /run/shm type tmpfs (rw,nosuid,nodev,relatime) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,relatime,cpuset,clone_children) none on /run/user type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755) cgroup on /sys/fs/cgroup/cpu type cgroup (rw,relatime,cpu) cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755) cgroup on /sys/fs/cgroup/cpuacct type cgroup (rw,relatime,cpuacct,release_agent=/run/cgmanager/agents/cgm-release-agent.cpuacct) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,relatime,blkio,release_agent=/run/cgmanager/agents/cgm-release-agent.blkio) cgroup on /sys/fs/cgroup/memory type cgroup (rw,relatime,memory,release_agent=/run/cgmanager/agents/cgm-release-agent.memory) cgroup on /sys/fs/cgroup/devices type cgroup (rw,relatime,devices,release_agent=/run/cgmanager/agents/cgm-release-agent.devices) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,relatime,freezer,release_agent=/run/cgmanager/agents/cgm-release-agent.freezer) cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,relatime,net_cls,release_agent=/run/cgmanager/agents/cgm-release-agent.net_cls) cgroup on /sys/fs/cgroup/pids type cgroup (rw,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids) name=systemd on /sys/fs/cgroup/systemd type cgroup (rw,relatime,release_agent=/run/cgmanager/agents/cgm-release-agent.systemd,name=systemd) /dev/mmcblk0p1 on /boot/firmware type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) tmpfs on /run/user/32011 type tmpfs (rw,nosuid,nodev,relatime,size=389944k,mode=700,uid=32011,gid=32011)
uname -a
Linux ubuntu-phablet 4.19.73-v8+ #1267 SMP PREEMPT Fri Sep 20 18:14:38 BST 2019 aarch64 aarch64 aarch64 GNU/Linux
dmesg :
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 4.19.73-v8+ (dom@buildbot) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9)) #1267 SMP PREEMPT Fri Sep 20 18:14:38 BST 2019 [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.1 [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 256 MiB at 0x000000001ec00000 [ 0.000000] On node 0 totalpages: 1012736 [ 0.000000] DMA32 zone: 3792 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 242688 pages, LIFO batch:63 [ 0.000000] Normal zone: 12032 pages used for memmap [ 0.000000] Normal zone: 770048 pages, LIFO batch:63 [ 0.000000] random: get_random_bytes called from start_kernel+0xb8/0x47c with crng_init=0 [ 0.000000] percpu: Embedded 24 pages/cpu s57368 r8192 d32744 u98304 [ 0.000000] pcpu-alloc: s57368 r8192 d32744 u98304 alloc=24*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for EL2 vector hardening [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M cma=256M cma=256M video=HDMI-A-1:1920x1080M@60,margin_left=48,margin_right=48,margin_top=48,margin_bottom=48 smsc95xx.macaddr=DC:A6:32:16:38:2C vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 net.ifnames=0 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0x373ff000-0x3b3ff000] (64MB) [ 0.000000] Memory: 3636312K/4050944K available (8188K kernel code, 1014K rwdata, 2600K rodata, 960K init, 1111K bss, 152488K reserved, 262144K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 28813 entries in 113 pages [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [ 0.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000224] Console: colour dummy device 80x25 [ 0.000615] console [tty1] enabled [ 0.000667] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) [ 0.000704] pid_max: default: 32768 minimum: 301 [ 0.001018] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.001086] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.024048] ASID allocator initialised with 32768 entries [ 0.032048] rcu: Hierarchical SRCU implementation. [ 0.040553] EFI services will not be available. [ 0.048106] smp: Bringing up secondary CPUs ... [ 0.080305] Detected PIPT I-cache on CPU1 [ 0.080368] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.112389] Detected PIPT I-cache on CPU2 [ 0.112432] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.144509] Detected PIPT I-cache on CPU3 [ 0.144552] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.144696] smp: Brought up 1 node, 4 CPUs [ 0.144786] SMP: Total of 4 processors activated. [ 0.144810] CPU features: detected: 32-bit EL0 Support [ 0.148723] CPU: All CPU(s) started at EL2 [ 0.148779] alternatives: patching kernel code [ 0.150093] devtmpfs: initialized [ 0.158395] Enabled cp15_barrier support [ 0.158446] Enabled setend support [ 0.158832] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.158877] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.165629] pinctrl core: initialized pinctrl subsystem [ 0.166317] DMI not present or invalid. [ 0.166744] NET: Registered protocol family 16 [ 0.168082] cpuidle: using governor menu [ 0.168428] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____)) [ 0.168459] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.171076] DMA: preallocated 1024 KiB pool for atomic allocations [ 0.171189] Serial: AMBA PL011 UART driver [ 0.174586] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.206293] bcm2835-dma fe007000.dma: DMA legacy API manager at (____ptrval____), dmachans=0x1 [ 0.208559] vgaarb: loaded [ 0.208940] SCSI subsystem initialized [ 0.209156] usbcore: registered new interface driver usbfs [ 0.209225] usbcore: registered new interface driver hub [ 0.209336] usbcore: registered new device driver usb [ 0.209447] pps_core: LinuxPPS API ver. 1 registered [ 0.209468] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.209506] PTP clock support registered [ 0.216806] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-09-20 18:15, variant start [ 0.220881] raspberrypi-firmware soc:firmware: Firmware hash is 438bd10f818f4fcb6fbe27aaec6b2ac3de84a2de [ 0.226212] clocksource: Switched to clocksource arch_sys_counter [ 0.300995] VFS: Disk quotas dquot_6.6.0 [ 0.301109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.301316] FS-Cache: Loaded [ 0.301524] CacheFiles: Loaded [ 0.302257] simple-framebuffer 3e887000.framebuffer: framebuffer at 0x3e887000, 0x373800 bytes, mapped to 0x(____ptrval____) [ 0.302294] simple-framebuffer 3e887000.framebuffer: format=r5g6b5, mode=1824x984x16, linelength=3648 [ 0.308728] Console: switching to colour frame buffer device 228x61 [ 0.314661] simple-framebuffer 3e887000.framebuffer: fb0: simplefb registered! [ 0.322584] NET: Registered protocol family 2 [ 0.323335] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes) [ 0.323438] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.323717] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.324232] TCP: Hash tables configured (established 32768 bind 32768) [ 0.324487] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.324596] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.324924] NET: Registered protocol family 1 [ 0.329707] RPC: Registered named UNIX socket transport module. [ 0.329767] RPC: Registered udp transport module. [ 0.329810] RPC: Registered tcp transport module. [ 0.329852] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.329913] PCI: CLS 0 bytes, default 64 [ 0.332201] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.334280] Initialise system trusted keyrings [ 0.334530] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.341984] FS-Cache: Netfs 'nfs' registered for caching [ 0.342783] NFS: Registering the id_resolver key type [ 0.342858] Key type id_resolver registered [ 0.342901] Key type id_legacy registered [ 0.342952] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.345667] Key type asymmetric registered [ 0.345721] Asymmetric key parser 'x509' registered [ 0.345807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.350068] io scheduler noop registered [ 0.350113] io scheduler deadline registered (default) [ 0.350360] io scheduler cfq registered [ 0.350404] io scheduler mq-deadline registered (default) [ 0.350453] io scheduler kyber registered [ 0.384192] brcm-pcie fd500000.pcie: dmabounce: initialised - 32768 kB, threshold 0x00000000c0000000 [ 0.384302] brcm-pcie fd500000.pcie: could not get clock [ 0.386103] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 0.387885] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf8000000 [ 0.438242] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC) [ 0.440271] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 0.441993] pci_bus 0000:00: root bus resource [bus 00-01] [ 0.443768] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) [ 0.445588] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 0.445750] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.448774] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.450770] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 0.450835] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.451014] pci 0000:01:00.0: PME# supported from D0 D3cold [ 0.453802] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01 [ 0.453855] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 0.455691] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 0.457471] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.459262] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 0.461077] pci 0000:00:00.0: enabling device (0000 -> 0002) [ 0.462860] pci 0000:01:00.0: enabling device (0000 -> 0002) [ 0.467891] iproc-rng200 fe104000.rng: hwrng registered [ 0.469857] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 0.472284] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 [ 0.474300] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.485758] brd: module loaded [ 0.497549] loop: module loaded [ 0.500210] Loading iSCSI transport class v2.0-870. [ 0.503773] libphy: Fixed MDIO Bus: probed [ 0.505926] bcmgenet fd580000.genet: failed to get enet clock [ 0.507704] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000 [ 0.509370] bcmgenet fd580000.genet: failed to get enet-wol clock [ 0.511049] bcmgenet fd580000.genet: failed to get enet-eee clock [ 0.512675] bcmgenet: Skipping UMAC reset [ 0.514521] unimac-mdio unimac-mdio.-19: DMA mask not set [ 0.526258] libphy: bcmgenet MII bus: probed [ 0.550825] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(____ptrval____) [ 0.553307] usbcore: registered new interface driver r8152 [ 0.554990] usbcore: registered new interface driver lan78xx [ 0.556609] usbcore: registered new interface driver smsc95xx [ 0.558514] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.560089] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 0.567189] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890 [ 0.568946] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 42 [ 0.571203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 0.572848] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.574508] usb usb1: Product: xHCI Host Controller [ 0.576113] usb usb1: Manufacturer: Linux 4.19.73-v8+ xhci-hcd [ 0.577702] usb usb1: SerialNumber: 0000:01:00.0 [ 0.579840] hub 1-0:1.0: USB hub found [ 0.581465] hub 1-0:1.0: 1 port detected [ 0.583504] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.585097] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 0.586719] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 0.588615] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 0.590259] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.591853] usb usb2: Product: xHCI Host Controller [ 0.593418] usb usb2: Manufacturer: Linux 4.19.73-v8+ xhci-hcd [ 0.595031] usb usb2: SerialNumber: 0000:01:00.0 [ 0.597068] hub 2-0:1.0: USB hub found [ 0.598735] hub 2-0:1.0: 4 ports detected [ 0.601067] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.628323] dwc_otg fe980000.usb: base=(____ptrval____) [ 0.832624] Core Release: 2.80a [ 0.834179] Setting default values for core params [ 0.835771] Finished setting default values for core params [ 0.918242] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 1.041063] Using Buffer DMA mode [ 1.042655] Periodic Transfer Interrupt Enhancement - disabled [ 1.044221] Multiprocessor Interrupt Enhancement - disabled [ 1.045766] OTG VER PARAM: 0, OTG VER FLAG: 0 [ 1.047355] Dedicated Tx FIFOs mode [ 1.049477] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = ffffff800914b000 dma = 0x00000000ded34000 len=9024 [ 1.051139] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [ 1.059018] dwc_otg: Microframe scheduler enabled [ 1.059161] WARN::hcd_init_fiq:497: MPHI regs_base at ffffff800907d200 [ 1.060815] dwc_otg fe980000.usb: DWC OTG Controller [ 1.062429] dwc_otg fe980000.usb: new USB bus registered, assigned bus number 3 [ 1.064030] dwc_otg fe980000.usb: irq 23, io mem 0x00000000 [ 1.065644] Init: Port Power? op_state=1 [ 1.067286] Init: Power Port (0) [ 1.069195] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 1.070903] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.072578] usb usb3: Product: DWC OTG Controller [ 1.074282] usb usb3: Manufacturer: Linux 4.19.73-v8+ dwc_otg_hcd [ 1.075981] usb usb3: SerialNumber: fe980000.usb [ 1.077639] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20 [ 1.079322] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 1.081083] usb 1-1: Product: USB2.0 Hub [ 1.081380] hub 3-0:1.0: USB hub found [ 1.084238] hub 1-1:1.0: USB hub found [ 1.084411] hub 3-0:1.0: 1 port detected [ 1.086135] hub 1-1:1.0: 4 ports detected [ 1.088197] dwc_otg: FIQ enabled [ 1.089159] dwc_otg: NAK holdoff enabled [ 1.089167] dwc_otg: FIQ split-transaction FSM enabled [ 1.089179] Module dwc_common_port init [ 1.089521] usbcore: registered new interface driver usb-storage [ 1.091371] mousedev: PS/2 mouse device common for all mice [ 1.094319] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 1.096134] bcm2835-cpufreq: min=600000 max=1500000 [ 1.098380] sdhci: Secure Digital Host Controller Interface driver [ 1.099953] sdhci: Copyright(c) Pierre Ossman [ 1.101909] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe [ 1.103909] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.108631] ledtrig-cpu: registered to indicate activity on CPUs [ 1.110412] hidraw: raw HID events driver (C) Jiri Kosina [ 1.112237] usbcore: registered new interface driver usbhid [ 1.113849] usbhid: USB HID core driver [ 1.116380] vchiq: vchiq_init_state: slot_zero = (____ptrval____), is_master = 0 [ 1.121207] Initializing XFRM netlink socket [ 1.122907] NET: Registered protocol family 17 [ 1.124619] Key type dns_resolver registered [ 1.127154] registered taskstats version 1 [ 1.128861] Loading compiled-in X.509 certificates [ 1.138168] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 1.139949] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2 [ 1.144730] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.147004] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver [ 1.149314] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 1.151034] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 1.178831] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1 [ 1.200237] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 1.203533] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.206788] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.211328] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 1.212976] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA [ 1.216932] of_cfs_init [ 1.218657] of_cfs_init: OK [ 1.220996] Waiting for root device /dev/mmcblk0p2... [ 1.223655] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.269189] random: fast init done [ 1.292394] mmc1: new high speed SDIO card at address 0001 [ 1.324181] mmc0: new ultra high speed DDR50 SDHC card at address 0001 [ 1.327302] mmcblk0: mmc0:0001 EB1QT 29.8 GiB [ 1.330485] mmcblk0: p1 p2 [ 1.341977] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 1.343705] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.346180] devtmpfs: mounted [ 1.351644] Freeing unused kernel memory: 960K [ 1.353418] Run /sbin/init as init process [ 1.382280] usb 1-1.4: new full-speed USB device number 3 using xhci_hcd [ 1.491202] usb 1-1.4: New USB device found, idVendor=045e, idProduct=0745, bcdDevice= 6.56 [ 1.492895] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.494552] usb 1-1.4: Product: Microsoft® 2.4GHz Transceiver v8.0 [ 1.496162] usb 1-1.4: Manufacturer: Microsoft [ 1.509630] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:045E:0745.0001/input/input0 [ 1.570836] hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:01:00.0-1.4/input0 [ 1.585851] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:045E:0745.0002/input/input1 [ 1.588203] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:045E:0745.0002/input/input2 [ 1.606794] random: init: uninitialized urandom read (12 bytes read) [ 1.650676] hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:01:00.0-1.4/input1 [ 1.668752] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:045E:0745.0003/input/input3 [ 1.728019] init: ureadahead main process (87) terminated with status 5 [ 1.730526] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:045E:0745.0003/input/input5 [ 1.733197] hid-generic 0003:045E:0745.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:01:00.0-1.4/input2 [ 1.866278] random: mountall: uninitialized urandom read (12 bytes read) [ 1.871356] random: mountall: uninitialized urandom read (16 bytes read) [ 2.629460] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff [ 2.630051] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff [ 2.630977] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff [ 2.634678] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff [ 2.658618] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 2.661621] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [ 2.661639] [vc_sm_connected_init]: start [ 2.666408] [vc_sm_connected_init]: installed successfully [ 2.682483] media: Linux media interface: v0.10 [ 2.746140] videodev: Linux video capture interface: v2.00 [ 2.823224] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 2.828911] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 2.856885] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 2.960817] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 3.027581] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [ 3.027634] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [ 3.057854] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [ 3.057894] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [ 3.080012] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [ 3.080047] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [ 3.133520] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 3.290951] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0 [ 3.321729] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 3.440956] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.441106] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 3.441121] cfg80211: failed to load regulatory.db [ 3.597276] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 3.678306] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 3.692482] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 3.695391] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 [ 3.696107] usbcore: registered new interface driver brcmfmac [ 3.753286] bcm2835_audio soc:audio: card created with 8 channels [ 3.905022] init: failsafe main process (428) killed by TERM signal [ 3.976963] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4]) [ 3.976991] checking generic (3e887000 373800) vs hw (0 ffffffffffffffff) [ 3.977000] fb: switching to vc4drmfb from simple [ 3.977652] Console: switching to colour dummy device 80x25 [ 3.994581] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 1 [ 3.994598] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 3.994607] [drm] No driver support for vblank timestamp query. [ 3.994615] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL [ 4.103999] dvbdev: DVB: registering new adapter (CXD2880) [ 4.140590] cxd2880: cxd2880_attach: CXD2880 driver version: Ver 1.4.1 - 1.0.5 [ 4.140619] cxd2880 spi0.0: DVB: registering adapter 0 frontend 0 (Sony CXD2880)... [ 4.144309] cxd2880_spi: cxd2880_spi_probe: Sony CXD2880 has successfully attached. [ 4.420863] Console: switching to colour frame buffer device 240x67 [ 4.464569] Bluetooth: Core ver 2.22 [ 4.464680] NET: Registered protocol family 31 [ 4.464690] Bluetooth: HCI device and connection manager initialized [ 4.464716] Bluetooth: HCI socket layer initialized [ 4.464731] Bluetooth: L2CAP socket layer initialized [ 4.464779] Bluetooth: SCO socket layer initialized [ 4.487788] vc4-drm soc:gpu: fb0: DRM emulated frame buffer device [ 4.702419] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 [ 4.775870] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.775886] Bluetooth: BNEP filters: protocol multicast [ 4.775915] Bluetooth: BNEP socket layer initialized [ 5.241003] systemd-logind[587]: New seat seat0. [ 5.268199] init: ubuntu-location-service main process (492) killed by SEGV signal [ 5.268286] init: ubuntu-location-service main process ended, respawning [ 5.414467] init: ubuntu-location-service main process (633) killed by SEGV signal [ 5.414582] init: ubuntu-location-service main process ended, respawning [ 5.497491] NET: Registered protocol family 10 [ 5.509423] Segment Routing with IPv6 [ 5.596812] init: ubuntu-location-service main process (679) killed by SEGV signal [ 5.596906] init: ubuntu-location-service main process ended, respawning [ 5.742632] bcmgenet: Skipping UMAC reset [ 5.748499] init: ubuntu-location-service main process (711) killed by SEGV signal [ 5.748596] init: ubuntu-location-service main process ended, respawning [ 5.818790] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay) [ 5.897074] init: ubuntu-location-service main process (738) killed by SEGV signal [ 5.897189] init: ubuntu-location-service main process ended, respawning [ 6.025085] init: ubuntu-location-service main process (757) killed by SEGV signal [ 6.025170] init: ubuntu-location-service main process ended, respawning [ 6.155844] init: ubuntu-location-service main process (763) killed by SEGV signal [ 6.155927] init: ubuntu-location-service main process ended, respawning [ 6.281241] init: ubuntu-location-service main process (784) killed by SEGV signal [ 6.281338] init: ubuntu-location-service main process ended, respawning [ 6.422822] init: ubuntu-location-service main process (802) killed by SEGV signal [ 6.422909] init: ubuntu-location-service main process ended, respawning [ 6.521312] systemd-logind[587]: Failed to start user service, ignoring: Unknown unit: user@32011.service [ 6.570941] init: ubuntu-location-service main process (832) killed by SEGV signal [ 6.571030] init: ubuntu-location-service main process ended, respawning [ 6.588480] systemd-logind[587]: New session c1 of user phablet. [ 6.704490] init: ubuntu-location-service main process (855) killed by SEGV signal [ 6.704581] init: ubuntu-location-service respawning too fast, stopped [ 6.742150] init: system-watchdog main process (880) terminated with status 1 [ 6.846461] bcmgenet fd580000.genet eth0: Link is Down [ 7.333329] init: isc-dhcp-server main process (971) terminated with status 1 [ 7.333445] init: isc-dhcp-server main process ended, respawning [ 7.598023] init: isc-dhcp-server main process (1019) terminated with status 1 [ 7.598126] init: isc-dhcp-server main process ended, respawning [ 7.836584] init: isc-dhcp-server main process (1056) terminated with status 1 [ 7.836676] init: isc-dhcp-server main process ended, respawning [ 8.053064] init: isc-dhcp-server main process (1101) terminated with status 1 [ 8.053166] init: isc-dhcp-server main process ended, respawning [ 8.172822] uart-pl011 fe201000.serial: no DMA platform data [ 9.540351] init: ttyS0 main process ended, respawning [ 9.846896] init: isc-dhcp-server main process (1152) terminated with status 1 [ 9.846994] init: isc-dhcp-server main process ended, respawning [ 10.115982] init: isc-dhcp-server main process (1221) terminated with status 1 [ 10.116107] init: isc-dhcp-server main process ended, respawning [ 10.340707] init: isc-dhcp-server main process (1246) terminated with status 1 [ 10.340804] init: isc-dhcp-server main process ended, respawning [ 10.574596] init: isc-dhcp-server main process (1262) terminated with status 1 [ 10.574692] init: isc-dhcp-server main process ended, respawning [ 10.606804] init: ttyS0 main process ended, respawning [ 10.783944] init: isc-dhcp-server main process (1286) terminated with status 1 [ 10.784048] init: isc-dhcp-server main process ended, respawning [ 10.956272] init: isc-dhcp-server main process (1308) terminated with status 1 [ 10.956353] init: isc-dhcp-server main process ended, respawning [ 11.157831] init: isc-dhcp-server main process (1320) terminated with status 1 [ 11.157953] init: isc-dhcp-server respawning too fast, stopped [ 11.202781] init: system-watchdog main process (1327) terminated with status 1 [ 19.518645] systemd-timedated[1761]: Assertion 'path' failed at ../src/basic/path-util.c:354, function path_startswith(). Aborting. [ 47.711431] random: crng init done [ 47.711447] random: 7 urandom warning(s) missed due to ratelimiting
BR
Pulsar33 -
Sorry, I have to stop until tuesday ...
Come back asap
Pulsar33