|
|||||||||||||||||
U-Boot 2018.07-linux4sam_6.0 (Oct 03 2018 - 16:03:04 +0000) CPU: SAMA5D27-CU Crystal frequency: 12 MHz CPU clock : 498 MHz Master clock : 166 MHz DRAM: 512 MiB MMC: sdio-host@a0000000: 0, sdio-host@b0000000: 1 Loading Environment from SPI Flash... SF: Detected at25df321a with page size 256 Bytes, erase size 4 KiB, total 4 MiB OK In: serial@f8020000 Out: serial@f8020000 Err: serial@f8020000 PDA TM5000 detected Net: eth0: ethernet@f8008000 Hit any key to stop autoboot: 0In this example we can see that PDA TM5000 was detected. Further more, if we inspect the U-boot environment:
=> print baudrate=115200 bootargs=console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootfstype=ext4 rootwait atmel.pm_modes=standby,ulp1 bootcmd=ext4load mmc 0 0x24000000 boot/sama5d2_xplained.itb; bootm 0x24000000#kernel_dtb bootdelay=1 ethaddr=fc:c2:3d:0d:1f:4b fdtcontroladdr=3fb773c8 pda=5000 stderr=serial@f8020000 stdin=serial@f8020000 stdout=serial@f8020000We can see that the variable 'pda' was configured. This can be used in the booting mechanism to inform the OS that the PDA is connected.
WebFaqBaseForm | |
---|---|
Boards | Sam9x60EK, Sama5d27WLSom1EK, Sama5d27Som1EK, Sama5d2PtcEK, Sama5d2Xplained, Sama5d4Xplained, Sama5d3Xplained |
Components | U-Boot |
Summary | PDA detection in U-boot |
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Microchip and others, are registered trademarks or trademarks of Microchip Technology Inc. and its subsidiaries.
Arm® and others are registered trademarks or trademarks of Arm Limited (or its affiliates). Other terms and product names may be trademarks of others.
Ideas, requests, contributions ? Connect to LinksToCommunities page.