Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 18-Apr-2025 | - | ||||
overlay/boot/extlinux/ | 18-Apr-2025 | - | ||||
patches/linux/ | 18-Apr-2025 | - | ||||
genimage.cfg | A D | 18-Apr-2025 | 312 | 23 | 18 | |
linux.config | A D | 18-Apr-2025 | 4 KiB | 183 | 182 | |
readme.txt | A D | 18-Apr-2025 | 919 | 39 | 24 |
readme.txt
1STM32MP157C-Odyssey 2 3Intro 4===== 5 6This configuration supports the STM32MP157C-Odyssey platform: 7 8 https://wiki.seeedstudio.com/ODYSSEY-STM32MP157C/ 9 10How to build 11============ 12 13 $ make stm32mp157c_odyssey_defconfig 14 $ make 15 16How to write the microSD card 17============================= 18 19Once the build process is finished you will have an image called 20"sdcard.img" in the output/images/ directory. 21 22Copy the bootable "sdcard.img" onto an microSD card with "dd": 23 24 $ sudo dd if=output/images/sdcard.img of=/dev/sdX 25 26Boot the board 27============== 28 29 (1) Insert the microSD card in connector J21. 30 31 (2) Connect to the UART connector J24 (located next the the DC jack 32 J24 and the battery connector J20) and run your serial communication 33 program on /dev/ttyACM0. 34 35 (3) Plug a USB-C cable in J6 or a center-positive 12V jack into J17 36 to power-up the board. 37 38 (4) The system will start, with the console on UART. 39