Last active
March 11, 2019 15:58
-
-
Save unquietwiki/3aaa69a6c9fff2bb2e8d4fff86ea57f2 to your computer and use it in GitHub Desktop.
OpenWRT / u-boot / mtd / EspressoBin notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== Issues === | |
http://espressobin.net/forums/topic/boot-behavior-of-the-switch-and-security/ | |
=== U-Boot References === | |
https://www.denx.de/wiki/U-Boot | |
http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User's_Guide | |
http://etutorials.org/Linux+systems/embedded+linux+systems/Chapter+9.+Setting+Up+the+Bootloader/9.5+U-Boot/ | |
=== MTD, U-Boot, and OpenWRT === | |
http://wiki.espressobin.net/tiki-index.php?page=Boot+from+removable+storage+-+OpenWrt | |
https://www.emcraft.com/imxrt1050-evk-board/managing-uboot-env-from-linux | |
http://www.linux-mtd.infradead.org/faq/nand.html | |
https://openwrt.org/docs/techref/mtd | |
opkg update && opkg install nano kmod-mtd-rw kmod-block2mtd lsblk | |
cd ~ && lsblk && fw_printenv > ubootenv.txt && dmesg > dmesg.txt | |
nano ~/dmesg.txt | |
nano ~/ubootenv.txt | |
=== Standard U-Boot update process for EspressoBin === | |
https://dl.armbian.com/espressobin/u-boot/ | |
https://www.armbian.com/espressobin/ | |
http://wiki.espressobin.net/tiki-index.php?page=Update+the+Bootloader | |
https://forum.openwrt.org/t/installing-openwrt-18-06-on-espressobin/18264/5?u=unquietwiki |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment