linux4sam / at91bootstrap

Second level bootloader for Microchip SoC (aka AT91)
https://www.linux4sam.org/linux4sam/bin/view/Linux4SAM/AT91Bootstrap4
114 stars 232 forks source link

contrib: board: added AcmeSystems srl Fox Board G20 #130

Closed liviorecchia closed 3 years ago

liviorecchia commented 3 years ago

The board finally boots. It's not able to self-update dataflash like old Acmeboot did but it can be flashed by shorting the CS jumper, connecting the USB port near the power led and using SAM-BA CDC 2.17.

ehristev commented 3 years ago

You have to squash your commits into logical changes: you cannot have one commit that adds a broken board and then another commit that fixes it. Let's make it clean: one commit that adds one board that works. Also, I won't accept merge commits. Rebase your branch on top of our master branch. Rephrase your commit messages: "Minor modifications" means really nothing... please describe what your commit does.

liviorecchia commented 3 years ago

Is it okay now?

ehristev commented 3 years ago

Author has split this PR into several PRs