Skip to content
View Zixuan-Qiao's full-sized avatar
Block or Report

Block or report Zixuan-Qiao

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. I2C_drivers I2C_drivers Public

    A collection of linux kernel drivers developed for I2C sensors.

    C

  2. Navigate Navigate Public

    A simple maze-solving game on Beaglebone Black.

    C

  3. Techno_Keyboard Techno_Keyboard Public

    C

  4. Compiler Compiler Public

    C++

  5. Summary on how to save U-boot config... Summary on how to save U-boot configuration to SD cards
    1
    # Beaglebone Black - Saving U-boot Config to SD Cards
    2
    U-boot is an open-source boot loader used in embedded devices such as the Beaglebone Black. Like many other boot loaders, 
    3
    it can be configured to have different behaviors. However, saving the configuration may not be as straightforward as it seems. 
    4
    In this article, the issues I encountered and the corresponding solutions are documented, hopefully they can be helpful for others. 
    5
    
                  
  6. Summary on how to flash the onboard ... Summary on how to flash the onboard eMMC of Beaglebone Black
    1
    # Beaglebone Black - Flashing the eMMC with the Latest Image
    2
    The kernel image that came with the board is usually outdated. Thus, I decided to update it to the latest image by flashing the onboard eMMc with an SD card. 
    3
    The process I followed is documented here. 
    4
    
                  
    5
    ## Required Hardware