Skip to content

Instantly share code, notes, and snippets.

@nmenon
Created November 4, 2023 07:53
Show Gist options
  • Save nmenon/921930ffd117dcff7d051dbee53f11ff to your computer and use it in GitHub Desktop.
Save nmenon/921930ffd117dcff7d051dbee53f11ff to your computer and use it in GitHub Desktop.
Type [C-a] [C-h] to see available commands
Terminal ready
U-Boot SPL 2024.01-rc1-00206-g50ff245428 (Nov 04 2023 - 02:50:37 -0500)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.1--v09.01.01 (Kool Koala)')
SPL initial stack usage: 13368 bytes
Trying to boot from MMC2
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9.0(debug):v2.9.0-933-ged2d256a6
NOTICE: BL31: Built : 02:50:42, Nov 4 2023
INFO: GICv3 without legacy support detected.
INFO: ARM GICv3 driver initialized in EL3
INFO: Maximum SPI INTID supported: 287
INFO: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.1--v09.01.01 (Kool Koala)')
INFO: BL31: Initializing runtime services
INFO: BL31: cortex_a53: CPU workaround for erratum 855873 was applied
INFO: BL31: cortex_a53: CPU workaround for erratum 1530924 was applied
INFO: BL31: Initializing BL32
I/TC:
I/TC: OP-TEE version: 4.0.0-23-gc41ef4591 (gcc version 12.3.1 20230626 (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35))) #1 Sat Nov 4 07:51:20 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.1--v09.01.01 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Primary CPU switching to normal world boot
INFO: BL31: Preparing for EL3 exit to normal world
INFO: Entry point address = 0x80080000
INFO: SPSR = 0x3c9
U-Boot SPL 2024.01-rc1-00206-g50ff245428 (Nov 04 2023 - 02:51:25 -0500)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.1--v09.01.01 (Kool Koala)')
SPL initial stack usage: 1696 bytes
Trying to boot from MMC2
U-Boot 2024.01-rc1-00206-g50ff245428 (Nov 04 2023 - 02:51:25 -0500)
SoC: AM62X SR1.0 GP
Model: BeagleBoard.org BeaglePlay
DRAM: 2 GiB
Core: 98 devices, 27 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: No ethernet found.
Press SPACE to abort autoboot in 2 seconds
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'uEnv.txt'
Scanning for bootflows in all bootdevs
Seq Method State Uclass Part Name Filename
--- ----------- ------ -------- ---- ------------------------ ----------------
Scanning bootdev 'mmc@fa00000.bootdev':
0 extlinux ready mmc 1 mmc@fa00000.bootdev.part_ /extlinux/extlinux.conf
** Booting bootflow 'mmc@fa00000.bootdev.part_1' with extlinux
BeaglePlay microSD (extlinux.conf) (swap enabled)
1: BeaglePlay microSD Recovery
2: BeaglePlay microSD disable BCFSERIAL
3: BeaglePlay copy microSD to eMMC
4: BeaglePlay microSD (default)
Enter choice: 4: BeaglePlay microSD (default)
Retrieving file: /Image
Retrieving file: /initrd.img
append: root=/dev/mmcblk1p3 ro rootfstype=ext4 resume=/dev/mmcblk1p2 rootwait net.ifnames=0 quiet
Retrieving file: /ti/k3-am625-beagleplay.dtb
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Ramdisk to 8f54f000, end 8ffffd03 ... OK
Loading Device Tree to 000000008f542000, end 000000008f54ea73 ... OK
Working FDT set to 8f542000
Starting kernel ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 0.605461] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.248365] hid-generic 0003:046D:C548.0003: device has no listeners, quitting
trap: EXIT: bad trap
[FAILED] Failed to start systemd-bi Set Up Additional Binary Formats.
[FAILED] Failed to start iwd.service - Wireless service.
[ 8.059225] omap-mailbox 29000000.mailbox: no available mbox devices found
[FAILED] Failed to start iwd.service - Wireless service.
[FAILED] Failed to start iwd.service - Wireless service.
[FAILED] Failed to start iwd.service - Wireless service.
[FAILED] Failed to start iwd.service - Wireless service.
Debian GNU/Linux 12 BeaglePlay ttyS2
BeagleBoard.org Debian Bookworm Minimal Image 2023-11-01
Support: https://bbb.io/debian
default username:password is [debian:temppwd]
BeaglePlay login: debian
[FAILED] Failed to start iwd.service - Wireless service.
Password:
Login incorrect
BeaglePlay login: debian
Password:
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
uname -debian@BeaglePlay:~$ uname -a
Linux BeaglePlay 6.6.0-rc7-arm64-r0 #1 SMP PREEMPT Mon Oct 23 19:31:18 UTC 2023 aarch64 GNU/Linux
debian@BeaglePlay:~$
Skipping tty reset...
Thanks for using picocom
picocom v2.2
port is : /dev/ttyUSB0
flowcontrol : none
baudrate is : 115200
parity is : none
databits are : 8
stopbits are : 1
escape is : C-a
local echo is : no
noinit is : yes
noreset is : yes
nolock is : yes
send_cmd is : sz -vv
receive_cmd is : rz -vv -E
imap is : lfcrlf,
omap is :
emap is : crcrlf,delbs,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment