| | 1 | [[PageOutline]] |
| | 2 | |
| | 3 | |
| | 4 | [=#u-boot] |
| | 5 | == Venice U-Boot Bootloader |
| | 6 | Gateworks supports the U-Boot Bootloader for the Venice product family. |
| | 7 | |
| | 8 | The purpose of a bootloader is to load the Linux kernel and execute it passing it configuration parameters such as an optional kernel command-line, an optional initial ramdisk filesystem, and a device-tree. |
| | 9 | |
| | 10 | The following items are supported in the Gateworks U-Boot for Venice: |
| | 11 | - IMX8M FEC GbE |
| | 12 | - IMX8MP EQOS GbE |
| | 13 | - USB Host support (USB Mass Storage and USB Networking for ASIX USB 2.0 USB Network device) |
| | 14 | - eMMC / microSD |
| | 15 | |
| | 16 | The following items are not currently supported in the Gateworks U-Boot for Venice: |
| | 17 | - PCIe support (include PCIe based Gbe) |
| | 18 | |
| | 19 | Additional resources: |
| | 20 | * [http://dev.gateworks.com/venice/boot_firmware/ Pre-built boot firmware (updated from U-Boot/Linux)] |
| | 21 | * [http://dev.gateworks.com/venice/images/ firmware-venice* JTAG binaries] |
| | 22 | * [https://github.com/gateworks/uboot-venice source] |
| | 23 | |
| | 24 | see [wiki:uboot] for more info |
| | 25 | |
| | 26 | |
| | 27 | [=#default] |
| | 28 | == Restoring defaults |
| | 29 | The Venice boot firmware has a copy of the original U-Boot env that was created during build time. |
| | 30 | |
| | 31 | To restore default bootloader environment variables: |
| | 32 | |
| | 33 | - At the "Hit any key to stop autoboot:" prompt press any key. |
| | 34 | |
| | 35 | - Execute the following command: |
| | 36 | {{{#!bash |
| | 37 | run restore_env && reset |
| | 38 | }}} |
| | 39 | |
| | 40 | == Editing the environment |
| | 41 | If you would like to modify the default environment you can edit the [https://github.com/Gateworks/bsp-venice/blob/master/venice.env venice/venice.env] in the Venice BSP. |