Skip to content

Commit

Permalink
Fixed loading address in linux_initramfs.uuu
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPayne86 committed Jul 11, 2024
1 parent 54487d6 commit 9b25439
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ SDPV: delay 1000
SDPV: write -f u-boot-mfgtool.itb
SDPV: jump

FB: ucmd setenv loadaddr 0x50000000
FB: ucmd setenv fastboot_buffer ${loadaddr}

FB: download -f fitImage-portenta-x8-mfgtool

FB: ucmd setenv earlycon "ec_imx6q,0x30890000,115200"
#FB: ucmd setenv bootargs console=${console},${baudrate} rdinit=/linuxrc clk_ignore_unused
FB: ucmd setenv bootargs console=${console},${baudrate} earlycon=${earlycon},${baudrate} rdinit=/linuxrc
FB: ucmd setenv earlycon "ec_imx6q,0x30880000,115200"
FB: ucmd setenv bootargs console=${console},${baudrate} rdinit=/linuxrc clk_ignore_unused
SDPV: delay 1000

FB: acmd bootm ${loadaddr}
Expand Down

0 comments on commit 9b25439

Please sign in to comment.